Skip to content

Commit c7432ac

Browse files
committed
Remove SponsorLink code and bring back analyzers
The existing analyzers are super helpful for authoring projects. When we removed the CodeAnalysis project entirely to remove SponsorLink, we also lost all authoring analyzers :( Fixes #462
1 parent 0ff3f4c commit c7432ac

File tree

4 files changed

+1
-44
lines changed

4 files changed

+1
-44
lines changed

src/CodeAnalysis/CodeAnalysis.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.4.1" PrivateAssets="all" />
1515
<PackageReference Include="ThisAssembly.Strings" Version="1.4.1" PrivateAssets="all" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" Pack="false" />
17-
<PackageReference Include="Devlooped.SponsorLink" Version="0.11.0" />
1817
</ItemGroup>
1918

2019
<ItemGroup>

src/CodeAnalysis/NuGetizer.CodeAnalysis.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@
2727
</ItemGroup>
2828
</Target>
2929

30-
<ItemGroup Label="SponsorLink">
31-
<SponsorablePackageId Include="NuGetizer" />
32-
</ItemGroup>
33-
3430
</Project>

src/CodeAnalysis/SponsorLinker.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/NuGetizer.Tasks/NuGetizer.Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<!--<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" />-->
45+
<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" />
4646
</ItemGroup>
4747

4848
<ItemGroup>

0 commit comments

Comments
 (0)