Skip to content

Commit 5e01b34

Browse files
committed
Added SourceLink support
1 parent 6658c56 commit 5e01b34

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Directory.Build.props

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
25-
<PrivateAssets>all</PrivateAssets>
26-
</PackageReference>
27-
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2">
28-
<PrivateAssets>all</PrivateAssets>
29-
</PackageReference>
24+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
25+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All"/>
26+
<PackageReference Include="Roslynator.Analyzers" Version="4.0.2" PrivateAssets="All"/>
3027
<!-- 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 -->
31-
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.9.60">
32-
<PrivateAssets>all</PrivateAssets>
33-
</PackageReference>
28+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.9.60" PrivateAssets="All"/>
3429
</ItemGroup>
3530
</Project>

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.1.1
2+
3+
- Added SourceLink support.
4+
15
# 4.1.0
26

37
- Updated `Buildalyzer.Logger` to target .NET Standard 2.0.

marvin

0 commit comments

Comments
 (0)