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
optsDeterministic,"Produce a deterministic assembly (including module version GUID and timestamp)"
863
+
optsPathMap,"Maps physical paths to source path names output by the compiler"
863
864
optsCrossoptimize,"Enable or disable cross-module optimizations"
864
865
optsWarnaserrorPM,"Report all warnings as errors"
865
866
optsWarnaserror,"Report specific warnings as errors"
@@ -1140,7 +1141,9 @@ fscTooManyErrors,"Exiting - too many errors"
1140
1141
2023,fscResxSourceFileDeprecated,"Passing a .resx file (%s) as a source file to the compiler is deprecated. Use resgen.exe to transform the .resx file into a .resources file to pass as a --resource option. If you are using MSBuild, this can be done via an <EmbeddedResource> item in the .fsproj project file."
1141
1142
2024,fscStaticLinkingNoProfileMismatches,"Static linking may not be used on an assembly referencing mscorlib (e.g. a .NET Framework assembly) when generating an assembly that references System.Runtime (e.g. a .NET Core or Portable assembly)."
1142
1143
2025,fscAssemblyWildcardAndDeterminism,"An %s specified version '%s', but this value is a wildcard, and you have requested a deterministic build, these are in conflict."
1143
-
2026,fscDeterministicDebugRequiresPortablePdb,"Determinstic builds only support portable PDBs (--debug:portable or --debug:embedded)"
1144
+
2026,fscDeterministicDebugRequiresPortablePdb,"Deterministic builds only support portable PDBs (--debug:portable or --debug:embedded)"
1145
+
2027,fscPathMapDebugRequiresPortablePdb,"--pathmap can only be used with portable PDBs (--debug:portable or --debug:embedded)"
1146
+
2028,optsInvalidPathMapFormat,"Invalid path map. Mappings must be comma separated and of the format 'path=sourcePath'"
1144
1147
3000,etIllegalCharactersInNamespaceName,"Character '%s' is not allowed in provided namespace name '%s'"
1145
1148
3001,etNullOrEmptyMemberName,"The provided type '%s' returned a member with a null or empty member name"
1146
1149
3002,etNullMember,"The provided type '%s' returned a null member"
0 commit comments