Skip to content

Commit

Permalink
Switch to embedded PDBs.
Browse files Browse the repository at this point in the history
Looks like some Fody weavers cause issues with the portable PDB signatures, making nuget.org reject `.snupkg`s. Workaround seems to be to use `<DebugType>embedded</DebugType>` for now. See [cecil/#610](jbevain/cecil#610) for more info.
  • Loading branch information
nitz committed Sep 26, 2021
1 parent 9aa3e39 commit 1bad3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Treemap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1bad3d8

Please sign in to comment.