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/Compiler/FSComp.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1572,6 +1572,7 @@ featureStaticMembersInInterfaces,"Static members in interfaces"
1572
1572
featureNonInlineLiteralsAsPrintfFormat,"String values marked as literals and IL constants as printf format"
1573
1573
featureNestedCopyAndUpdate,"Nested record field copy-and-update"
1574
1574
featureExtendedStringInterpolation,"Extended string interpolation similar to C# raw string literals."
1575
+
featureWarningWhenMultipleRecdTypeChoice,"Raises warnings when multiple record type matches were found during name resolution because of overlapping field names."
3354,tcNotAFunctionButIndexerNamedIndexingNotYetEnabled,"This value supports indexing, e.g. '%s.[index]'. The syntax '%s[index]' requires /langversion:preview. See https://aka.ms/fsharp-index-notation."
1577
1578
3354,tcNotAFunctionButIndexerIndexingNotYetEnabled,"This expression supports indexing, e.g. 'expr.[index]'. The syntax 'expr[index]' requires /langversion:preview. See https://aka.ms/fsharp-index-notation."
@@ -1692,3 +1693,4 @@ featureEscapeBracesInFormattableString,"Escapes curly braces before calling Form
1692
1693
3563,lexInvalidIdentifier,"This is not a valid identifier"
1693
1694
3564,parsMissingUnionCaseName,"Missing union case name"
1694
1695
3565,parsExpectingType,"Expecting type"
1696
+
3566,tcMultipleRecdTypeChoice,"Multiple type matches were found:\n%s\nThe type '%s' was used. Due to the overlapping field names\n%s\nconsider using type annotations or change the order of open statements."
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.cs.xlf
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,11 @@
422
422
<target state="translated">Vyvolá upozornění, když se použije „let inline ... =“ společně s atributem [<MethodImpl(MethodImplOptions.NoInlining)>]. Funkce není vkládána.</target>
<source>Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</source>
427
+
<target state="new">Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</target>
428
+
<note />
429
+
</trans-unit>
425
430
<trans-unit id="featureWildCardInForLoop">
426
431
<source>wild card in for loop</source>
427
432
<target state="translated">zástupný znak ve smyčce for</target>
@@ -1077,6 +1082,11 @@
1077
1082
<target state="translated">Je třeba inicializovat následující požadované vlastnosti:{0}</target>
1078
1083
<note />
1079
1084
</trans-unit>
1085
+
<trans-unit id="tcMultipleRecdTypeChoice">
1086
+
<source>Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</source>
1087
+
<target state="new">Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.de.xlf
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,11 @@
422
422
<target state="translated">Löst Warnungen aus, wenn „let inline ... =“ zusammen mit dem Attribut [<MethodImpl(MethodImplOptions.NoInlining)>] verwendet wird. Die Funktion wird nicht inline gesetzt.</target>
<source>Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</source>
427
+
<target state="new">Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</target>
428
+
<note />
429
+
</trans-unit>
425
430
<trans-unit id="featureWildCardInForLoop">
426
431
<source>wild card in for loop</source>
427
432
<target state="translated">Platzhalter in for-Schleife</target>
@@ -1077,6 +1082,11 @@
1077
1082
<target state="translated">Die folgenden erforderlichen Eigenschaften müssen initialisiert werden:{0}</target>
1078
1083
<note />
1079
1084
</trans-unit>
1085
+
<trans-unit id="tcMultipleRecdTypeChoice">
1086
+
<source>Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</source>
1087
+
<target state="new">Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.es.xlf
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,11 @@
422
422
<target state="translated">Genera advertencias cuando se usa "let inline ... =" junto con el atributo [<MethodImpl(MethodImplOptions.NoInlining)>]. La función no se está insertando.</target>
<source>Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</source>
427
+
<target state="new">Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</target>
428
+
<note />
429
+
</trans-unit>
425
430
<trans-unit id="featureWildCardInForLoop">
426
431
<source>wild card in for loop</source>
427
432
<target state="translated">carácter comodín en bucle for</target>
@@ -1077,6 +1082,11 @@
1077
1082
<target state="translated">Se deben inicializar las siguientes propiedades necesarias:{0}</target>
1078
1083
<note />
1079
1084
</trans-unit>
1085
+
<trans-unit id="tcMultipleRecdTypeChoice">
1086
+
<source>Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</source>
1087
+
<target state="new">Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.fr.xlf
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,11 @@
422
422
<target state="translated">Génère des avertissements lorsque « let inline ... = » est utilisé avec l’attribut [<MethodImpl(MethodImplOptions.NoInlining)>]. La fonction n’est pas inlined.</target>
<source>Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</source>
427
+
<target state="new">Raises warnings when multiple record type matches were found during name resolution because of overlapping field names.</target>
428
+
<note />
429
+
</trans-unit>
425
430
<trans-unit id="featureWildCardInForLoop">
426
431
<source>wild card in for loop</source>
427
432
<target state="translated">caractère générique dans une boucle for</target>
@@ -1077,6 +1082,11 @@
1077
1082
<target state="translated">Les propriétés requises suivantes doivent être initialisées :{0}</target>
1078
1083
<note />
1079
1084
</trans-unit>
1085
+
<trans-unit id="tcMultipleRecdTypeChoice">
1086
+
<source>Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</source>
1087
+
<target state="new">Multiple type matches were found:\n{0}\nThe type '{1}' was used. Due to the overlapping field names\n{2}\nconsider using type annotations or change the order of open statements.</target>
0 commit comments