I'm trying to configurate an asp.net core 3.1 project on visual studio mac 2019. The project start with no problem on windows environment but in mac compile all succesfully but crash on server start.
Here a log of error:
Process: dotnet [18178]
Path: /usr/local/share/dotnet/dotnet
Identifier: dotnet
Version: 0
Code Type: X86-64 (Native)
Parent Process: vsdbg-ui [18177]
Responsible: VisualStudio [17314]
User ID: 501
Date/Time: 2020-02-11 14:13:13.298 +0100
OS Version: Mac OS X 10.15.3 (19D76)
Report Version: 12
Anonymous UUID: 82B589AD-29DC-9E76-4268-C055B4600946
Time Awake Since Boot: 19000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information: abort() called
Dotnet 3.1 SDK and visual studio 2019 (mac) installed on mac.
Anyone can help me? Thanks