File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 16
16
<!-- 3390: xmlDocBadlyFormed -->
17
17
<OtherFlags >$(OtherFlags) --warnon:3390</OtherFlags >
18
18
<!-- Turn off 57: Use of construct with Experimental attribute -->
19
- <OtherFlags >$(OtherFlags) --nowarn:57</OtherFlags >
20
19
<!-- Turn off 3511: state machine not compilable - expected for inlined functions defining state machine generators -->
21
20
<!-- Turn off 3513: resumable code invocation' - expected for resumable code combinators -->
22
- <OtherFlags >$(OtherFlags) --nowarn: 3511 --nowarn: 3513</OtherFlags >
21
+ <NoWarn >57; 3511; 3513</NoWarn >
23
22
<OtherFlags >$(OtherFlags) --compiling-fslib --compiling-fslib-40 --maxerrors:100 --extraoptimizationloops:1</OtherFlags >
24
23
<!-- preview needed for use of state machines for tasks -->
25
24
<LangVersion >preview</LangVersion >
34
33
<IsPackable >true</IsPackable >
35
34
<PackageDescription >FSharp.Core redistributables from F# Tools version $(FSCorePackageVersion) For F# $(FSLanguageVersion). Contains code from the F# Software Foundation.</PackageDescription >
36
35
<PackageReleaseNotes >/blob/main/release-notes.md#FSharp-Core-$(FSCoreReleaseNotesVersion)</PackageReleaseNotes >
37
- </PropertyGroup >
36
+
37
+ </PropertyGroup >
38
38
39
39
<ItemGroup >
40
40
<EmbeddedResource Update =" FSCore.resx" >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
- <!-- Turn off "This function is for use by compiled F# code and should not be used directly" -->
8
- <OtherFlags >$(OtherFlags) --nowarn:1204</OtherFlags >
9
- <!-- Turn off "Experimental" -->
10
- <OtherFlags >$(OtherFlags) --nowarn:57</OtherFlags >
7
+ <!-- Turn off "57: experimental" -->
8
+ <!-- Turn off "1204: This function is for use by compiled F# code and should not be used directly" -->
9
+ <NoWarn >57;1204</NoWarn >
11
10
<OtherFlags >$(OtherFlags) --langversion:preview</OtherFlags >
12
11
<OtherFlags >$(OtherFlags) --define:PREVIEW</OtherFlags >
13
12
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
- <!-- Turn off "This function is for use by compiled F# code and should not be used directly" -->
8
- <OtherFlags >$(OtherFlags) --nowarn:1204</OtherFlags >
9
- <!-- Turn off "Experimental" -->
10
- <OtherFlags >$(OtherFlags) --nowarn:57</OtherFlags >
7
+ <!-- Turn off "57: experimental" -->
8
+ <!-- Turn off "1204: This function is for use by compiled F# code and should not be used directly" -->
11
9
<!-- Turn off 3511: state machine not compilable - expected for inlined functions defining state machine generators -->
12
10
<!-- Turn off 3513: resumable code invocation' - expected for resumable code combinators -->
13
- < OtherFlags >$(OtherFlags) --nowarn: 3511 --nowarn: 3513</OtherFlags >
11
+ < NoWarn >57;1204; 3511; 3513</NoWarn >
14
12
<OtherFlags >$(OtherFlags) --langversion:preview</OtherFlags >
15
13
<OtherFlags >$(OtherFlags) --define:PREVIEW</OtherFlags >
16
14
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments