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
<value>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.</value>
Copy file name to clipboardExpand all lines: src/fsharp/FSComp.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1439,4 +1439,5 @@ notAFunctionButMaybeDeclaration,"This value is not a function and cannot be appl
1439
1439
3234,chkNoSpanLikeVariable,"The Span or IsByRefLike variable '%s' cannot be used at this point. This is to ensure the address of the local value does not escape its scope."
1440
1440
3235,chkNoSpanLikeValueFromExpression,"A Span or IsByRefLike value returned from the expression cannot be used at ths point. This is to ensure the address of the local value does not escape its scope."
1441
1441
3236,tastCantTakeAddressOfExpression,"Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address."
1442
-
3237,tcCannotCallExtensionMemberInrefToByref,"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."
1442
+
3237,tcCannotCallExtensionMemberInrefToByref,"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."
1443
+
3238,tcByrefsMayNotHaveTypeExtensions,"Byref types are not allowed to have optional type extensions."
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
@@ -7062,6 +7062,11 @@
7062
7062
<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>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unitid="tcByrefsMayNotHaveTypeExtensions">
7066
+
<source>Byref types are not allowed to have optional type extensions.</source>
7067
+
<targetstate="new">Byref types are not allowed to have optional type extensions.</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
@@ -7062,6 +7062,11 @@
7062
7062
<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>
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
@@ -7062,6 +7062,11 @@
7062
7062
<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>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unitid="tcByrefsMayNotHaveTypeExtensions">
7066
+
<source>Byref types are not allowed to have optional type extensions.</source>
7067
+
<targetstate="new">Byref types are not allowed to have optional type extensions.</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
@@ -7062,6 +7062,11 @@
7062
7062
<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>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.fr.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7062,6 +7062,11 @@
7062
7062
<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>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.it.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7062,6 +7062,11 @@
7062
7062
<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>