Skip to content

Commit

Permalink
Added SourceLink support
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Feb 15, 2022
1 parent bb8e982 commit 68568d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 4 additions & 9 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All"/>
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2" PrivateAssets="All"/>
<!-- It appears as though there might be a performance issue in versions of Microsoft.VisualStudio.Threading.Analyzers past this at least through 17.0.64 -->
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.9.60">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.9.60" PrivateAssets="All"/>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.5

- Added SourceLink support.

# 1.1.4

- Fix to avoid calling `PipeStream.WaitForPipeDrain()` on non-Windows platforms where it's not supported (#3, #7, thanks @xoofx).
Expand Down
2 changes: 1 addition & 1 deletion marvin

0 comments on commit 68568d0

Please sign in to comment.