We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04508c4 commit 966be73Copy full SHA for 966be73
algorithm-exercises-csharp-test/algorithm-exercises-csharp-test.csproj
@@ -35,6 +35,10 @@
35
<PackageReference Include="ReportGenerator" Version="5.3.6" />
36
</ItemGroup>
37
38
+ <ItemGroup>
39
+ <AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
40
+ </ItemGroup>
41
+
42
<ItemGroup>
43
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
44
0 commit comments