File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 13
13
<AssemblyName >FSharp.Compiler.Service</AssemblyName >
14
14
<AllowCrossTargeting >true</AllowCrossTargeting >
15
15
<DefineConstants >$(DefineConstants);COMPILER</DefineConstants >
16
+ <CheckNulls >true</CheckNulls >
16
17
<DefineConstants Condition =" '$(FSHARPCORE_USE_PACKAGE)' == 'true'" >$(DefineConstants);FSHARPCORE_USE_PACKAGE</DefineConstants >
17
18
<OtherFlags >$(OtherFlags) --extraoptimizationloops:1</OtherFlags >
18
19
<!-- 1182: Unused variables -->
Original file line number Diff line number Diff line change 9
9
<AssemblyName >FSharp.Build</AssemblyName >
10
10
<NoWarn >$(NoWarn);75</NoWarn > <!-- InternalCommandLineOption -->
11
11
<AllowCrossTargeting >true</AllowCrossTargeting >
12
+ <CheckNulls >true</CheckNulls >
12
13
<DefineConstants >$(DefineConstants);LOCALIZATION_FSBUILD</DefineConstants >
13
14
<NoWarn >$(NoWarn);NU1701;FS0075</NoWarn >
14
15
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
You can’t perform that action at this time.
0 commit comments