You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/FSComp.txt
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ tupleRequiredInAbstractMethod,"\nA tuple type is required for one or more argume
34
34
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
35
35
204,buildInvalidVersionString,"Invalid version string '%s'"
36
36
205,buildInvalidVersionFile,"Invalid version file '%s'"
37
-
buildProductName,"Microsoft (R) F# Compiler version %s"
38
-
buildProductNameCommunity,"F# Compiler for F# %s"
39
37
206,buildProblemWithFilename,"Problem with filename '%s': %s"
40
38
207,buildNoInputsSpecified,"No inputs specified"
41
39
209,buildPdbRequiresDebug,"The '--pdb' option requires the '--debug' option to be used"
@@ -1494,7 +1492,6 @@ notAFunctionButMaybeDeclaration,"This value is not a function and cannot be appl
1494
1492
3352,typrelInterfaceMemberNoMostSpecificImplementation,"Interface member '%s' does not have a most specific implementation."
1495
1493
3353,chkFeatureNotSupportedInLibrary,"Feature '%s' requires the F# library for language version %s or greater."
1496
1494
useSdkRefs,"Use reference assemblies for .NET framework references when available (Enabled by default)."
1497
-
fSharpBannerVersion,"%s for F# %s"
1498
1495
optsLangVersion,"Display the allowed values for language version, specify language version such as 'latest' or 'preview'"
1499
1496
optsSupportedLangVersions,"Supported language versions:"
1500
1497
nativeResourceFormatError,"Stream does not begin with a null resource and is not in '.RES' format."
@@ -1535,3 +1532,4 @@ forFormatInvalidForInterpolated4,"Interpolated strings used as type IFormattable
1535
1532
3379,parsEofInInterpolatedString,"Incomplete interpolated string begun at or before here"
1536
1533
3380,parsEofInInterpolatedVerbatimString,"Incomplete interpolated verbatim string begun at or before here"
1537
1534
3381,parsEofInInterpolatedTripleQuoteString,"Incomplete interpolated triple-quote string begun at or before here"
1535
+
#3501 "This construct is not supported by your version of the F# compiler" CompilerMessage(ExperimentalAttributeMessages.NotSupportedYet, 3501, IsError=true)
Condition="'$(DisableImplicitFSharpCoreReference)' != 'true' and '$(FSharpCoreImplicitPackageVersion)' == '' and '$(_NETCoreSdkIsPreview)' == 'true' and '$(DisableFSharpCorePreviewCheck)' == 'true'"/>
Condition="'$(DisableImplicitFSharpCoreReference)' != 'true' and '$(FSharpCoreImplicitPackageVersion)' == '' and '$(_NETCoreSdkIsPreview)' == 'true' and '$(DisableFSharpCorePreviewCheck)' != 'true'"/>
0 commit comments