-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception at startup with latest SDK #3929
Comments
cc @jkotalik this is the issue we are seeing in the dependency updates. |
Should there be a functional test as part of the SDK to ensure you can build and run a simple ASP.NET app? Maybe it's already done with other types of applications but for me it's the second week in a raw that it breaks them. Is it something I could do as a PR if you point me to where you would want it to be added? |
I can repro when a custom runtime reference is defined in the project like this:
|
In case it would help to solve this, I shared the application deployed as self-contained for windows, and the corehost_trace.log file at this location: Just run |
Any update on this? |
Fixed in current version as dotnet/runtime is now used |
….4 (#3929) - Microsoft.DotNet.Cli.Runtime - 3.1.200-preview.19627.4
Starting an ASP.NET application targeting netcoreapp5.0 with recent SDKs (since last week between Wednesday 13th and Thursday 14th) triggers:
Latest known version to work for me is:
Could repro with at least
5.0.100-alpha1-015731
but I don't have the list of versions in between to be more precise.The text was updated successfully, but these errors were encountered: