Skip to content

Commit

Permalink
Rename the SourceGenerators assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Jul 29, 2024
1 parent e8a77e1 commit d27c684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<SonarQubeExclude>true</SonarQubeExclude>
<!-- The scanner removes all the analyzers that have the "SonarAnalyzer" prefix -->
<AssemblyName>Internal.SonarAnalyzer.ShimLayer.CodeGeneration</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<!-- The scanner removes all the analyzers that have the "SonarAnalyzer" prefix -->
<AssemblyName>Internal.SonarAnalyzer.SourceGenerators</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d27c684

Please sign in to comment.