ducalai
ducalai
Any progress about this issue?
6.0.0-alpha no more available on NuGet? Are there any issues?
Same question with dotnet core 3.1 web application. Any way to remove those unrequired files using command line parameters or .csproj PropertyGroup properties? DebugType=None and DebugSymbols=false ~~seem to be ignored.~~
Using Property group in .csproj with `None` and `false` must be done on each referenced .csproj to apply on each referenced assemblies. Using dotnet publish parameters `/p:DebugType=None /p:DebugSymbols=false` apply on...