Skip to content

Commit 5cf1405

Browse files
test: add comprehensive coverage and fix EnumeratorIList bug (#100)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: glennawatson <5834289+glennawatson@users.noreply.github.com>
1 parent 1f2d8a3 commit 5cf1405

File tree

8 files changed

+1756
-10
lines changed

8 files changed

+1756
-10
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<IsTestProject>$(MSBuildProjectName.Contains('Tests'))</IsTestProject>
2222
<DebugType>embedded</DebugType>
2323
<NoWarn>$(NoWarn);SA1010</NoWarn>
24+
<WarningsAsErrors>Nullable</WarningsAsErrors>
2425

2526
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
2627
<PublishRepositoryUrl>true</PublishRepositoryUrl>

src/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<PackageVersion Include="NUnit" Version="4.4.0" />
2727
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
2828
<PackageVersion Include="NUnit.Analyzers" Version="4.11.2" />
29+
<PackageVersion Include="DynamicData" Version="9.4.1" />
2930
</ItemGroup>
3031

3132
<Import

0 commit comments

Comments
 (0)