In Visual Studio create a blank App (universial Windows)
Select Fall Creators Update as Minimal Version.
Add the Common.Logging nuget package to the App.
Run MSBuild (newest version) with the created solution as parameter.
Result:
You will get the following warnings and errors:
warning : Failed to convert FastLink symbols to full PDBs for '...\common.logging\3.4.1\lib\netstandard1.3\Common.Logging.pdb' due to failure to find the tool '\mspdbcmf.exe'
warning : Failed to convert FastLink symbols to full PDBs for '...\common.logging.core\3.4.1\lib\netstandard1.0\Common.Logging.Core.pdb' due to failure to find the tool '\mspdbcmf.exe'
STRIPPRIVATESYMBOLS : error : EC_FORMAT
STRIPPRIVATESYMBOLS : error : EC_FILE_SYSTEM
Hi,
Reposteps:
Result:
You will get the following warnings and errors:
Additional Information
You may have a look at this issue https://github.com/dotnet/sdk/issues/955
Visual Studio version is 15.4.1 MSBuild version is 15.4.8.50001