When I run .NET Core Web API Application on VS 2019,
In Output's Debug panel, keep showing me Exception throw:
System.IO.DirectoryNotFoundException: 'Could not find a part of the path in System.Private.CoreLib.dll
However, application runs well without stoping or malfunctioning.
I know Exception always means somthing needs to be cared.
So, how can I search what File is Not Found when run CoreCLR?
When I run .NET Core Web API Application on VS 2019,
In Output's Debug panel, keep showing me Exception throw:
System.IO.DirectoryNotFoundException: 'Could not find a part of the path in System.Private.CoreLib.dll
However, application runs well without stoping or malfunctioning.
I know Exception always means somthing needs to be cared.
So, how can I search what File is Not Found when run CoreCLR?