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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1444,5 +1444,6 @@ notAFunctionButMaybeDeclaration,"This value is not a function and cannot be appl
1444
1444
3239,tcByrefsMayNotHaveTypeExtensions,"Byref types are not allowed to have optional type extensions."
1445
1445
3240,tcCannotCallExtensionMethodInrefToByref,"Cannot call the byref extension method '%s. The first parameter requires the value to be mutable or a non-readonly byref type."
1446
1446
3241,tcCannotPartiallyApplyExtensionMethodForByref,"Cannot partially apply the extension method '%s' because the first parameter is a byref type."
1447
+
3242,tcTypeDoesNotInheritAttribute,"This type does not inherit Attribute, it will not work correctly with other .NET languages."
1447
1448
3300,chkInvalidFunctionParameterType,"The parameter '%s' has an invalid type '%s'. This is not permitted by the rules of Common IL."
1448
1449
3301,chkInvalidFunctionReturnType,"The function or method has an invalid return type '%s'. This is not permitted by the rules of Common IL."
if not (ExistsHeadTypeInEntireHierarchy cenv.g cenv.amap mAttr ty cenv.g.tcref_System_Attribute) then warning(Error(FSComp.SR.tcTypeDoesNotInheritAttribute(), mAttr))
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.cs.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7092,6 +7092,11 @@
7092
7092
<targetstate="new">Cannot call the extension member as it requires the value to be mutable or a byref type due to the extending type being used as a byref.</target>
7093
7093
<note />
7094
7094
</trans-unit>
7095
+
<trans-unitid="tcTypeDoesNotInheritAttribute">
7096
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7097
+
<targetstate="new">This type does not inherit Attribute, it will not work correctly with other .NET languages.</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.de.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7092,6 +7092,11 @@
7092
7092
<target state="new">Cannot call the extension member as it requires the value to be mutable or a byref type due to the extending type being used as a byref.</target>
7093
7093
<note />
7094
7094
</trans-unit>
7095
+
<trans-unit id="tcTypeDoesNotInheritAttribute">
7096
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7097
+
<target state="new">This type does not inherit Attribute, it will not work correctly with other .NET languages.</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.en.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7092,6 +7092,11 @@
7092
7092
<targetstate="new">Cannot call the extension member as it requires the value to be mutable or a byref type due to the extending type being used as a byref.</target>
7093
7093
<note />
7094
7094
</trans-unit>
7095
+
<trans-unitid="tcTypeDoesNotInheritAttribute">
7096
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7097
+
<targetstate="new">This type does not inherit Attribute, it will not work correctly with other .NET languages.</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.es.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7092,6 +7092,11 @@
7092
7092
<target state="new">Cannot call the extension member as it requires the value to be mutable or a byref type due to the extending type being used as a byref.</target>
7093
7093
<note />
7094
7094
</trans-unit>
7095
+
<trans-unit id="tcTypeDoesNotInheritAttribute">
7096
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7097
+
<target state="new">This type does not inherit Attribute, it will not work correctly with other .NET languages.</target>