Skip to content

Commit

Permalink
Add report analyzer option for source generation test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
afxres committed May 30, 2024
1 parent 4baa8ce commit 0c1baca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.AttributeTests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.CollectionTests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.CommonTypeTests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.NamedObjectTests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.ObjectCrossTests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.Tests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>Mikodev.Binary.SourceGeneration.TupleObjectTests</RootNamespace>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ReportAnalyzer>true</ReportAnalyzer>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 0c1baca

Please sign in to comment.