Skip to content

Commit

Permalink
enable SourceLink
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee committed Nov 26, 2024
1 parent 227076f commit 9514443
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ExchangeSharp/ExchangeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<RepositoryUrl>https://github.com/DigitalRuby/ExchangeSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!--Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element)-->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!--Embed source files that are not tracked by the source control manager in the PDB-->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
Expand All @@ -37,6 +43,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="SocketIOClient" Version="3.1.2" />
Expand All @@ -49,6 +56,7 @@
<EmbeddedResource Include="Properties\Resources\PoloniexWithdrawalFields.csv" />
<None Remove="nlog.config" />
<EmbeddedResource Include="nlog.config" />
<!--Allows ExchangeSharpTests to directly access members that are internal-->
<InternalsVisibleTo Include="ExchangeSharpTests" />
</ItemGroup>

Expand Down

0 comments on commit 9514443

Please sign in to comment.