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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1063,10 +1063,10 @@ lexIndentOffForML,"Consider using a file with extension '.ml' or '.mli' instead"
1063
1063
1220,chkNoReflectedDefinitionOnStructMember,"ReflectedDefinitionAttribute may not be applied to an instance member on a struct type, because the instance member takes an implicit 'this' byref parameter"
1064
1064
1221,tcDllImportNotAllowed,"DLLImport bindings must be static members in a class or function definitions in a module"
1065
1065
1222,buildExplicitCoreLibRequiresNoFramework,"When mscorlib.dll or FSharp.Core.dll is explicitly referenced the %s option must also be passed"
1066
-
1223,buildExpectedSigdataFile,"FSharp.Core.sigdata not found alongside FSharp.Core"
1067
-
1224,buildDidNotExpectOptDataResource,"Did not expect to find optdata resource in FSharp.Core.dll"
1068
-
1225,buildExpectedFileAlongSideFSharpCore,"File '%s' not found alongside FSharp.Core"
1069
-
1226,buildDidNotExpectSigdataResource,"Did not expect to find sigdata resource in FSharp.Core.dll"
1066
+
1223,buildExpectedSigdataFile,"FSharp.Core.sigdata not found alongside FSharp.Core. File expected in %s."
1067
+
1224,buildDidNotExpectOptDataResource,"Did not expect to find optdata resource in FSharp.Core.dll at %s."
1068
+
1225,buildExpectedFileAlongSideFSharpCore,"File '%s' not found alongside FSharp.Core. File expected in %s."
1069
+
1226,buildDidNotExpectSigdataResource,"Did not expect to find sigdata resource in FSharp.Core.dll at %s."
1070
1070
1227,buildUnexpectedFileNameCharacter,"Filename '%s' contains invalid character '%s'"
1071
1071
1228,tcInvalidUseBangBinding,"'use!' bindings must be of the form 'use! <var> = <expr>'"
1072
1072
1230,crefNoInnerGenericsInQuotations,"Inner generic functions are not permitted in quoted expressions. Consider adding some type constraints until this function is no longer generic."
0 commit comments