You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to repro when original issue isn't there. Probably something like this:
create new project, make sure it has any runtime dependency
remove the runtime dependency after building (delete .dll) and make sure that running exe directly will fail with missing assembly/method error
run same exe using dotnet run and observe error
(I don't remember if error was happening when running exe directly or using dotnet-run - I'm pretty sure there was some issue in both of them and you couldn't see any significant error without wrapping all code with try catch and manually displaying the message so I guess it can happen when running directly and dotnet/cli#504 when running using dotnet run)
….2 (#4579)
Microsoft.DotNet.Cli.Runtime
From Version 3.1.400-preview.20270.1 -> To Version 3.1.400-preview.20270.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
#4550
The text was updated successfully, but these errors were encountered: