net-commons/common-logging

Building Errors with UWP, Common.Logging.Core and PDB files.

Opened this issue · 0 comments

Hi,

Reposteps:

  1. In Visual Studio create a blank App (universial Windows)
  2. Select Fall Creators Update as Minimal Version.
  3. Add the Common.Logging nuget package to the App.
  4. 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

Additional Information

You may have a look at this issue dotnet/sdk#955

Visual Studio version is 15.4.1
MSBuild version is 15.4.8.50001