Skip to content

Commit

Permalink
add compilte-time duplicate dictionary key prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Mar 6, 2024
1 parent 858bd7d commit e1b57b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project-Aurora/AuroraDeviceManager/AuroraDeviceManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<Nullable>enable</Nullable>
<OutputPath>$(SolutionDir)..\Build\$(Configuration)\win10-x64\AuroraDeviceManager</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<WarningsAsErrors>CA2244</WarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e1b57b3

Please sign in to comment.