Skip to content

Commit a2edfd2

Browse files
authored
Revert "[WIP] [RFC FS-1060] Nullness checking (applied to codebase) (#15265)" (#15309)
This reverts commit 559c058.
1 parent 559c058 commit a2edfd2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Compiler/FSharp.Compiler.Service.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<AssemblyName>FSharp.Compiler.Service</AssemblyName>
1414
<AllowCrossTargeting>true</AllowCrossTargeting>
1515
<DefineConstants>$(DefineConstants);COMPILER</DefineConstants>
16-
<CheckNulls>true</CheckNulls>
1716
<DefineConstants Condition="'$(FSHARPCORE_USE_PACKAGE)' == 'true'">$(DefineConstants);FSHARPCORE_USE_PACKAGE</DefineConstants>
1817
<OtherFlags>$(OtherFlags) --extraoptimizationloops:1</OtherFlags>
1918
<!-- 1182: Unused variables -->

src/FSharp.Build/FSharp.Build.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<AssemblyName>FSharp.Build</AssemblyName>
1010
<NoWarn>$(NoWarn);75</NoWarn> <!-- InternalCommandLineOption -->
1111
<AllowCrossTargeting>true</AllowCrossTargeting>
12-
<CheckNulls>true</CheckNulls>
1312
<DefineConstants>$(DefineConstants);LOCALIZATION_FSBUILD</DefineConstants>
1413
<NoWarn>$(NoWarn);NU1701;FS0075</NoWarn>
1514
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

0 commit comments

Comments
 (0)