Improve OutOfRangeException message

This commit is contained in:
2024-07-28 12:57:01 +02:00
parent 10f411f076
commit 3d5fb1a818
2 changed files with 13 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>