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 take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.</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,5 +1439,6 @@ 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 extensionmember as itrequires the value to be mutable or a byref type due to the extending type being used as a byref."
1442
+
3237,tcCannotCallExtensionMethodInrefToByref,"Cannot call thebyrefextensionmethod '%s. The first parameterrequires the value to be mutable or anon-readonlybyref type."
1443
1443
3238,tcByrefsMayNotHaveTypeExtensions,"Byref types are not allowed to have optional type extensions."
1444
+
3239,tcCannotPartiallyApplyExtensionMethodForByref,"Cannot partially apply the extension method '%s' because the first parameter is a byref type."
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.cs.xlf
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7057,16 +7057,21 @@
7057
7057
<targetstate="translated">Adresa hodnoty vrácená výrazem nejde převzít. Před převzetím adresy přiřaďte vrácenou hodnotu hodnotě s vazbou na klauzuli Let.</target>
<source>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.</source>
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
-
<note />
7064
-
</trans-unit>
7065
7060
<trans-unitid="tcByrefsMayNotHaveTypeExtensions">
7066
7061
<source>Byref types are not allowed to have optional type extensions.</source>
7067
7062
<targetstate="new">Byref types are not allowed to have optional type extensions.</target>
<source>Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</source>
7067
+
<targetstate="new">Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.de.xlf
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7057,16 +7057,21 @@
7057
7057
<target state="translated">Die Adresse des über den Ausdruck zurückgegebenen Werts kann nicht abgerufen werden. Weisen Sie den zurückgegebenen Wert einem let-bound-Wert zu, bevor Sie die Adresse abrufen.</target>
<source>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.</source>
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>
<source>Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</source>
7067
+
<target state="new">Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.en.xlf
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7057,16 +7057,21 @@
7057
7057
<targetstate="new">Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.</target>
<source>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.</source>
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
-
<note />
7064
-
</trans-unit>
7065
7060
<trans-unitid="tcByrefsMayNotHaveTypeExtensions">
7066
7061
<source>Byref types are not allowed to have optional type extensions.</source>
7067
7062
<targetstate="new">Byref types are not allowed to have optional type extensions.</target>
<source>Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</source>
7067
+
<targetstate="new">Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</target>