felipeheld
Results
1
comments of
felipeheld
Try running dotnet run inside .csproj dir. The Directory.GetCurrentDirectory() and .SetBasePath(builderContext.HostingEnvironment.ContentRootPath paths are apparently relative to the folder where the command is run, instead of where the Program.cs file is...