Eric StJohn
Eric StJohn
@johnkors I didn't meant to say this issue was wrong. I just was addressing @vitek-karas side assertion about installer behavior which may not be the root cause of this issue...
@vitek-karas I did confirm your theory that old installers will overwrite the host. https://github.com/dotnet/runtime/issues/61526 That could explain why reinstalling 5.0 is fixing this. Not sure what `Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets` might be observing...
I tried your repro https://github.com/johnkors/dotnet6-sdk-w-functions/tree/master/SomeFunction on my Intel mac and couldn't get it to repro. I was using all the latest releases of 3.1, 5.0, and 6.0. My build was...
I reproduced a [similar bug](https://gist.github.com/ericstj/d32d7130cdfdf7e7056672b4ebece41a) today and it seemed to be caused by bad state of the file descriptor for `dotnet`. For me copying and replacing `dotnet` inexplicably fixes it....
Chiming back in here after the US holiday week has past. If anyone has an active repro of this, please try the workaround above. Another thing that fixed it for...
Another thing to consider is to prefer the directory next to the lib you are cross-gen'ing, I think that would have also fixed this particular issue.
This bug was about cross-gen being given the "wrong" dependency when crossgening an assembly. In this case wrong meant lower version so it caused a failure. I think that cross-gen...
I think this request still has merit regardless but its less important if we have a heuristic that works well. Let's wait and see how the namespace suggestion works in...
So I tried this with a simpler installer and can reproduce the behavior. It happens whenever we have two choice elements referencing the same `pkg-ref`. Even if the `pkg-ref` has...
Here's a repo that demonstrates this issue: https://github.com/ericstj/sample-relocate-product-macos I also included our attempt at using relocate as well which we couldn't get to work. cc @richlander