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
/// Used inasynchronous workflows to bind a name to the result of an asynchronouscomputation, or, in other computationexpressions, usedto bind a name toa result, which isofthe computationtype.
4147
+
/// Used in computationexpressionsto bind a name tothe resultofanother computationexpression.
/// Used toindicate a computation expression that, when evaluated, provides the result of thecontaining computation expression.
4201
+
/// Used toprovide avalue for the result of the containingcomputation expression, where that value itself comes from theresult another computation expression.
/// Used in query expressions to specify what fields or columns to extract. Note that this is a contextual keyword, which means that it is not actually a reserved word and it only acts like a keyword in appropriate context.
@@ -4225,10 +4225,10 @@ type internal SR private() =
4225
4225
/// Used to convert to a type that is higher in the inheritance chain.
<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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1440,3 +1440,4 @@ notAFunctionButMaybeDeclaration,"This value is not a function and cannot be appl
1440
1440
3235,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."
1441
1441
3236,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."
1442
1442
3237,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."
1443
+
3242,tcTypeDoesNotInheritAttribute,"This type does not inherit Attribute, it will not work correctly with other .NET languages."
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
@@ -7062,6 +7062,11 @@
7062
7062
<targetstate="new">The Span or IsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unitid="tcTypeDoesNotInheritAttribute">
7066
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7067
+
<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
@@ -7062,6 +7062,11 @@
7062
7062
<target state="new">The Span or IsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unit id="tcTypeDoesNotInheritAttribute">
7066
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7067
+
<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
@@ -7062,6 +7062,11 @@
7062
7062
<targetstate="new">The Span or IsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unitid="tcTypeDoesNotInheritAttribute">
7066
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7067
+
<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
@@ -7062,6 +7062,11 @@
7062
7062
<target state="new">The Span or IsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unit id="tcTypeDoesNotInheritAttribute">
7066
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7067
+
<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.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">The Span or IsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target>
7063
7063
<note />
7064
7064
</trans-unit>
7065
+
<trans-unit id="tcTypeDoesNotInheritAttribute">
7066
+
<source>This type does not inherit Attribute, it will not work correctly with other .NET languages.</source>
7067
+
<target state="new">This type does not inherit Attribute, it will not work correctly with other .NET languages.</target>