net-commons / common-logging

A portable logging abstraction for .NET
http://net-commons.github.io/common-logging
Apache License 2.0
649 stars 205 forks source link

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

Open Portikus opened 7 years ago

Portikus commented 7 years ago

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 https://github.com/dotnet/sdk/issues/955

Visual Studio version is 15.4.1 MSBuild version is 15.4.8.50001