Skip to content

Commit

Permalink
provision for TypeProvider SDK having warnings right now
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdeveloper committed Dec 3, 2023
1 parent 7fd5eef commit 543ce88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/SqlClient.DesignTime/SqlClient.DesignTime.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
<AssemblyName>FSharp.Data.SqlClient.DesignTime</AssemblyName>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<NoWarn>101</NoWarn>
<NoWarn>$(NoWarn);101</NoWarn>

<!--
note: TypeProvider SDK comes with few warnings
FS0026: This rule will never be matched
-->
<WarningsNotAsErrors>$(WarningsNotAsErrors);FS0026</WarningsNotAsErrors>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<DefineConstants>$(DefineConstants);DESIGNTIME_CODE_ONLY;WITH_LEGACY_NAMESPACE</DefineConstants>
Expand Down

0 comments on commit 543ce88

Please sign in to comment.