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
Davids-MacBook-Pro:HelloMvc dfowler$ dotnet run
Hosting environment: Production
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.
Unhandled Exception: System.EntryPointNotFoundException: Unable to find an entry point named 'SetConsoleCtrlHandler' in DLL 'libcoreclr'.
at Interop.libcoreclr.SetConsoleCtrlHandler(ConsoleCtrlHandlerRoutine handler, Boolean addOrRemove)
at System.ConsolePal.ControlCHandlerRegistrar.RegisterOrUnregister(Boolean register)
at System.Console.add_CancelKeyPress(ConsoleCancelEventHandler value)
at Microsoft.AspNet.Hosting.WebApplicationExtensions.Run(IWebApplication application)
at HelloMvc.Program.Main(String[] args)
I know dependencies are wrong somewhere but I'm not sure where. So here are a few questions:
Should this still be in libcoreclr? I thought the only thing left was semaphores... (Didn't this move to System.Native)?
If it did move, why would it still be loading? Is it my version of System.Console? I'm using System.Console 4.0.0-rc2-23616
….11 (dotnet#4679)
Microsoft.NET.Sdk
From Version 3.1.400-preview.20358.5 -> To Version 3.1.400-preview.20360.11
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
I know dependencies are wrong somewhere but I'm not sure where. So here are a few questions:
/cc @anurse @stephentoub @ericstj
The text was updated successfully, but these errors were encountered: