[#64] Add string naming
All checks were successful
DCO / DCO (pull_request) Successful in 22s
lint-build / dotnet8.0 (pull_request) Successful in 36s
lint-build / dotnet8.0 (push) Successful in 34s

Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
Pavel Gross 2025-04-17 13:41:41 +03:00
parent f099edb17b
commit 20586d8ada
9 changed files with 26 additions and 15 deletions

View file

@ -10,11 +10,16 @@
</PropertyGroup>
<PropertyGroup>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>
<PropertyGroup>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>.\\..\\..\\keyfile.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
@ -42,5 +47,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>