Skip to content

Commit 4ee7b00

Browse files
committed
Main project ignores CS0618
Due to the fact that .ToHashSet() is not presented in netstandard but presented in actual runtime it we had to obsolete our version and now we have some warnings for legitimate usage of our version
1 parent 7b5155c commit 4ee7b00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Orm/Xtensive.Orm/Xtensive.Orm.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<AssemblyOriginatorKeyFile>$(OrmKeyFile)</AssemblyOriginatorKeyFile>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<WarningLevel>2</WarningLevel>
17+
<NoWarn>$(NoWarn);CS0618</NoWarn>
1718
</PropertyGroup>
1819
<PropertyGroup Label="Debug" Condition="'$(Configuration)'=='Debug'">
1920
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>

0 commit comments

Comments
 (0)