SR Type
Static members
| Static member |
Description
|
|
|
|
|
|
The default value does not have the same type as the argument. The DefaultParameterValue attribute and any Optional attribute will be ignored. Note: 'null' needs to be annotated with the correct type, e.g. 'DefaultParameterValue(null:obj)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1387)
|
The %s definitions for type '%s' in the signature and implementation are not compatible because an abbreviation is being hidden by a signature. The abbreviation must be visible to other CLI languages. Consider making the abbreviation visible in the signature. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:156)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because an abbreviation is being hidden by a signature. The abbreviation must be visible to other CLI languages. Consider making the abbreviation visible in the signature. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:156)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the abstract member '%s' was required by the signature but was not specified by the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:153)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the abstract member '%s' was required by the signature but was not specified by the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:153)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the abstract member '%s' was present in the implementation but not in the signature (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:154)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the abstract member '%s' was present in the implementation but not in the signature (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:154)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:129)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:129)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because a CLI type representation is being hidden by a signature (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:144)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the field '%s' was present in the implementation but not in the signature. Struct types must now reveal their fields in the signature for the type, though the fields may still be labelled 'private' or 'internal'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:152)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the field '%s' was present in the implementation but not in the signature. Struct types must now reveal their fields in the signature for the type, though the fields may still be labelled 'private' or 'internal'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:152)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the order of the fields is different in the signature and implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:150)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the order of the fields is different in the signature and implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:150)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the field %s was required by the signature but was not specified by the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:151)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the field %s was required by the signature but was not specified by the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:151)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the field %s was present in the implementation but not in the signature (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:149)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the field %s was present in the implementation but not in the signature (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:149)
|
|
|
|
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation defines the %s '%s' but the signature does not (or does, but not in the same order) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:142)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation defines the %s '%s' but the signature does not (or does, but not in the same order) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:142)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation defines a struct but the signature defines a type with a hidden representation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:143)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation defines a struct but the signature defines a type with a hidden representation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:143)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation is an abstract class but the signature is not. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation is an abstract class but the signature is not. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation type is not sealed but signature implies it is. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation type is not sealed but signature implies it is. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation says this type may use nulls as a representation but the signature does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:131)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation says this type may use nulls as a representation but the signature does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:131)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation says this type may use nulls as an extra value but the signature does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:132)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation says this type may use nulls as an extra value but the signature does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:132)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation type is sealed but the signature implies it is not. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the implementation type is sealed but the signature implies it is not. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature requires that the type supports the interface %s but the interface has not been implemented (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:130)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature requires that the type supports the interface %s but the interface has not been implemented (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:130)
|
|
The %s definitions in the signature and implementation are not compatible because the names differ. The type is called '%s' in the signature file but '%s' in implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:127)
|
|
The %s definitions in the signature and implementation are not compatible because the names differ. The type is called '%s' in the signature file but '%s' in implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:127)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature has an abbreviation while the implementation does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:157)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature has an abbreviation while the implementation does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:157)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature declares a %s while the implementation declares a %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:155)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature declares a %s while the implementation declares a %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:155)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature defines the %s '%s' but the implementation does not (or does, but not in the same order) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:141)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature defines the %s '%s' but the implementation does not (or does, but not in the same order) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:141)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature is an abstract class but the implementation is not. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature is an abstract class but the implementation is not. Consider adding the [
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature says this type may use nulls as a representation but the implementation does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:133)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature says this type may use nulls as a representation but the implementation does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:133)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature says this type may use nulls as an extra value but the implementation does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:134)
|
|
The %s definitions for type '%s' in the signature and implementation are not compatible because the signature says this type may use nulls as an extra value but the implementation does not (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:134)
|
|
|
|
|
|
The exception definitions are not compatible because the exception abbreviation is being hidden by the signature. The abbreviation must be visible to other CLI languages. Consider making the abbreviation visible in the signature. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:185)
|
|
The exception definitions are not compatible because the exception abbreviation is being hidden by the signature. The abbreviation must be visible to other CLI languages. Consider making the abbreviation visible in the signature. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:185)
|
|
The exception definitions are not compatible because the CLI representations differ. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:184)
|
|
The exception definitions are not compatible because the CLI representations differ. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:184)
|
|
The exception definitions are not compatible because the exception declarations differ. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:187)
|
|
The exception definitions are not compatible because the exception declarations differ. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:187)
|
|
The exception definitions are not compatible because the field '%s' was present in the implementation but not in the signature. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:189)
|
|
The exception definitions are not compatible because the field '%s' was present in the implementation but not in the signature. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:189)
|
|
The exception definitions are not compatible because the field '%s' was required by the signature but was not specified by the implementation. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:188)
|
|
The exception definitions are not compatible because the field '%s' was required by the signature but was not specified by the implementation. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:188)
|
|
|
The exception definitions are not compatible because the order of the fields is different in the signature and implementation. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:190)
|
|
The exception definitions are not compatible because the order of the fields is different in the signature and implementation. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:190)
|
|
The exception definitions are not compatible because a CLI exception mapping is being hidden by a signature. The exception mapping must be visible to other modules. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:183)
|
|
The exception definitions are not compatible because a CLI exception mapping is being hidden by a signature. The exception mapping must be visible to other modules. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:183)
|
|
The exception definitions are not compatible because the exception abbreviations in the signature and implementation differ. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:186)
|
|
The exception definitions are not compatible because the exception abbreviations in the signature and implementation differ. The module contains the exception definition\n %s \nbut its signature specifies\n\t%s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:186)
|
|
The module contains the field\n %s \nbut its signature specifies\n %s \nthe accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:163)
|
|
The module contains the field\n %s \nbut its signature specifies\n %s \nthe accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:163)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SR.GetTextOpt(key)
Parameters:
string
Returns: string option
|
|
|
Invalid recursive reference to an abstract slot (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:974)
|
|
The module contains the constructor\n %s \nbut its signature specifies\n %s \nthe accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:161)
|
|
The module contains the constructor\n %s \nbut its signature specifies\n %s \nthe accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:161)
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SR.RunStartupValidation()
|
|
Full Usage:
SR.SwallowResourceText
Returns: bool
|
If set to true, then all error messages will just return the filled 'holes' delimited by ',,,'s - this is for language-neutral testing (e.g. localization-invariant baselines).
|
|
|
|
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:106)
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe accessibility specified in the signature is more than that specified in the implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:106)
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe arities in the signature and implementation differ. The signature specifies that '%s' is function definition or lambda expression accepting at least %s argument(s), but the implementation is a computed function value. To declare that a computed function value is a permitted implementation simply parenthesize its type in the signature, e.g.\n\tval %s: int -> (int -> int)\ninstead of\n\tval %s: int -> int -> int. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:117)
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe arities in the signature and implementation differ. The signature specifies that '%s' is function definition or lambda expression accepting at least %s argument(s), but the implementation is a computed function value. To declare that a computed function value is a permitted implementation simply parenthesize its type in the signature, e.g.\n\tval %s: int -> (int -> int)\ninstead of\n\tval %s: int -> int -> int. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:117)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe generic parameters in the signature and implementation have different kinds. Perhaps there is a missing [
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe generic parameters in the signature and implementation have different kinds. Perhaps there is a missing [
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe number of generic parameters in the signature and implementation differ (the signature declares %s but the implementation declares %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:115)
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe number of generic parameters in the signature and implementation differ (the signature declares %s but the implementation declares %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:115)
|
|
|
|
|
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe compiled representation of this method is as an instance member, but the signature indicates its compiled representation is as a static member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:126)
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe compiled representation of this method is as an instance member, but the signature indicates its compiled representation is as a static member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:126)
|
|
|
|
|
|
|
|
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is a type function and the other is not. The signature requires explicit type parameters if they are present in the implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:109)
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is a type function and the other is not. The signature requires explicit type parameters if they are present in the implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:109)
|
|
|
|
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe compiled representation of this method is as a static member but the signature indicates its compiled representation is as an instance member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:125)
|
|
Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe compiled representation of this method is as a static member but the signature indicates its compiled representation is as an instance member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:125)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The mutable local '%s' is implicitly allocated as a reference cell because it has been captured by a closure. This warning is for informational purposes only to indicate where implicit allocations are performed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1354)
|
|
The mutable local '%s' is implicitly allocated as a reference cell because it has been captured by a closure. This warning is for informational purposes only to indicate where implicit allocations are performed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1354)
|
|
Active pattern '%s' has a result type containing type variables that are not determined by the input. The common cause is a when a result case is not mentioned, e.g. 'let (|A|B|) (x:int) = A x'. This can be fixed with a type constraint, e.g. 'let (|A|B|) (x:int) : Choice
|
|
Active pattern '%s' has a result type containing type variables that are not determined by the input. The common cause is a when a result case is not mentioned, e.g. 'let (|A|B|) (x:int) = A x'. This can be fixed with a type constraint, e.g. 'let (|A|B|) (x:int) : Choice
|
|
|
|
|
Full Usage:
SR.addIndexerDot ()
Returns: string
|
Add . for indexer access. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:21)
|
|
Interpolated string contains untyped identifiers. Adding typed format specifiers is recommended. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1729)
|
|
|
|
|
All elements of an array must be implicitly convertible to the type of the first element, which here is a tuple of length %d of type\n %s \nThis element is a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:25)
|
|
|
All elements of an array must be implicitly convertible to the type of the first element, which here is a tuple of length %d of type\n %s \nThis element is a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:25)
|
Full Usage:
SR.astDeprecatedIndexerNotation ()
Returns: string
|
This indexer notation has been removed from the F# language (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:213)
|
|
Invalid expression on left of assignment (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:214)
|
|
Error while parsing embedded IL (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:211)
|
|
Error while parsing embedded IL type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:212)
|
|
A type with attribute 'CustomComparison' must have an explicit implementation of at least one of 'System.IComparable' or 'System.Collections.IStructuralComparable' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:224)
|
|
The 'CustomEquality' attribute must be used in conjunction with the 'NoComparison' or 'CustomComparison' attributes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:227)
|
|
A type with attribute 'CustomEquality' must have an explicit implementation of at least one of 'Object.Equals(obj)', 'System.IEquatable<_>' or 'System.Collections.IStructuralEquatable' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:223)
|
|
This type uses an invalid mix of the attributes 'NoEquality', 'ReferenceEquality', 'StructuralEquality', 'NoComparison' and 'StructuralComparison' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:216)
|
|
A type with attribute 'NoComparison' should not usually have an explicit implementation of 'System.IComparable', 'System.IComparable<_>' or 'System.Collections.IStructuralComparable'. Disable this warning if this is intentional for interoperability purposes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:226)
|
|
A type with attribute 'NoEquality' should not usually have an explicit implementation of 'Object.Equals(obj)'. Disable this warning if this is intentional for interoperability purposes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:225)
|
|
The 'NoEquality' attribute must be used in conjunction with the 'NoComparison' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:217)
|
|
The 'ReferenceEquality' attribute cannot be used on structs. Consider using the 'StructuralEquality' attribute instead, or implement an override for 'System.Object.Equals(obj)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:215)
|
|
Only record, union, exception and struct types may be augmented with the 'ReferenceEquality', 'StructuralEquality' and 'StructuralComparison' attributes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:221)
|
|
A type with attribute 'ReferenceEquality' cannot have an explicit implementation of 'Object.Equals(obj)', 'System.IEquatable<_>' or 'System.Collections.IStructuralEquatable' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:222)
|
|
The 'StructuralComparison' attribute must be used in conjunction with the 'StructuralEquality' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:218)
|
|
The 'StructuralEquality' attribute must be used in conjunction with the 'NoComparison' or 'StructuralComparison' attributes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:219)
|
|
A type cannot have both the 'ReferenceEquality' and 'StructuralEquality' or 'StructuralComparison' attributes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:220)
|
|
|
|
|
|
|
|
|
|
Assembly resolution failure at or near this location (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:54)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Directives inside modules are ignored (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:69)
|
The source file '%s' (at position %d/%d) already appeared in the compilation list (at position %d/%d). Please verify that it is included only once in the project file. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1700)
|
|
The source file '%s' (at position %d/%d) already appeared in the compilation list (at position %d/%d). Please verify that it is included only once in the project file. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1700)
|
|
|
|
|
|
|
File '%s' not found alongside FSharp.Core. File expected in %s. Consider upgrading to a more recent version of FSharp.Core, where this file is no longer be required. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1114)
|
|
File '%s' not found alongside FSharp.Core. File expected in %s. Consider upgrading to a more recent version of FSharp.Core, where this file is no longer be required. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1114)
|
|
FSharp.Core.sigdata not found alongside FSharp.Core. File expected in %s. Consider upgrading to a more recent version of FSharp.Core, where this file is no longer be required. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1113)
|
|
FSharp.Core.sigdata not found alongside FSharp.Core. File expected in %s. Consider upgrading to a more recent version of FSharp.Core, where this file is no longer be required. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1113)
|
|
|
|
|
|
An implementation of file or module '%s' has already been given. Compilation order is significant in F# because of type inference. You may need to adjust the order of your files to place the signature file before the implementation. In Visual Studio files are type-checked in the order they appear in the project file, which can be edited manually or adjusted using the solution explorer. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:71)
|
|
An implementation of file or module '%s' has already been given. Compilation order is significant in F# because of type inference. You may need to adjust the order of your files to place the signature file before the implementation. In Visual Studio files are type-checked in the order they appear in the project file, which can be edited manually or adjusted using the solution explorer. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:71)
|
|
The declarations in this file will be placed in an implicit module '%s' based on the file name '%s'. However this is not a valid F# identifier, so the contents will not be accessible from other files. Consider renaming the file or adding a 'module' or 'namespace' declaration at the top of the file. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:55)
|
|
The declarations in this file will be placed in an implicit module '%s' based on the file name '%s'. However this is not a valid F# identifier, so the contents will not be accessible from other files. Consider renaming the file or adding a 'module' or 'namespace' declaration at the top of the file. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:55)
|
|
|
|
|
|
|
|
|
|
Invalid directive. Expected '#I \"
|
|
Invalid directive. Expected '#load \"
|
|
Invalid directive. Expected '#r \"
|
|
Invalid directive. Expected '#time', '#time \"on\"' or '#time \"off\"'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:68)
|
|
Invalid module or namespace name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:77)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Files in libraries or multiple-file applications must begin with a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module SomeNamespace.SomeModule'. Only the last source file of an application may omit such a declaration. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:56)
|
|
This file contains multiple declarations of the form 'module SomeNamespace.SomeModule'. Only one declaration of this form is permitted in a file. Change your file to use an initial namespace declaration and/or use 'module ModuleName = ...' to define your modules. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:58)
|
|
No inputs specified (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:46)
|
|
|
|
|
|
The '--pdb' option requires the '--debug' option to be used (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:47)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The signature file '%s' does not have a corresponding implementation file. If an implementation file exists then check the 'module' and 'namespace' declarations in the signature and implementation files match. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:73)
|
|
The signature file '%s' does not have a corresponding implementation file. If an implementation file exists then check the 'module' and 'namespace' declarations in the signature and implementation files match. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:73)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Type inference caused an inference type variable to escape its scope. Consider adding type annotations to make your code less generic. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1363)
|
|
|
|
|
|
If a type uses both [
|
|
If a type uses both [
|
|
|
|
|
|
|
|
|
|
The 'base' keyword is used in an invalid way. Base calls cannot be used in closures. Consider using a private member to make base calls. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:248)
|
|
|
|
|
|
A type would store a byref typed value. This is not permitted by Common IL. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:278)
|
|
If a type uses both [
|
|
This expression is an anonymous record, use {|...|} instead of {...}. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1728)
|
|
Methods with curried arguments cannot declare 'out', 'ParamArray', 'optional', 'ReflectedDefinition', 'byref', 'CallerLineNumber', 'CallerMemberName', or 'CallerFilePath' arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:282)
|
|
This construct is deprecated. Sequence expressions should be of the form 'seq { ... }' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1765)
|
|
|
|
|
|
The method '%s' has curried arguments but has the same name as another method in type '%s'. Methods with curried arguments cannot be overloaded. Consider using a method taking tupled arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:281)
|
|
The method '%s' has curried arguments but has the same name as another method in type '%s'. Methods with curried arguments cannot be overloaded. Consider using a method taking tupled arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:281)
|
|
|
|
|
|
Duplicate method. The abstract method '%s' has the same name and signature as an abstract method in an inherited type once tuples, functions, units of measure and/or provided types are erased. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:286)
|
|
Duplicate method. The abstract method '%s' has the same name and signature as an abstract method in an inherited type once tuples, functions, units of measure and/or provided types are erased. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:286)
|
|
Duplicate method. The method '%s' has the same name and signature as another method in type '%s' once tuples, functions, units of measure and/or provided types are erased. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:280)
|
|
Duplicate method. The method '%s' has the same name and signature as another method in type '%s' once tuples, functions, units of measure and/or provided types are erased. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:280)
|
|
|
|
|
|
Duplicate property. The property '%s' has the same name and signature as another property in type '%s' once tuples, functions, units of measure and/or provided types are erased. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:284)
|
|
Duplicate property. The property '%s' has the same name and signature as another property in type '%s' once tuples, functions, units of measure and/or provided types are erased. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:284)
|
|
|
|
|
|
A function labeled with the 'EntryPointAttribute' attribute must be the last declaration in the last file in the compilation sequence. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:272)
|
|
Calls to 'reraise' may only occur directly in a handler of a try-with (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:253)
|
|
A type instantiation involves a byref type. This is not permitted by the rules of Common IL. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:252)
|
|
If a type uses both [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The type of a first-class function cannot contain byrefs (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:265)
|
|
|
|
|
|
|
|
|
|
If a type uses both [
|
|
The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1615)
|
|
The use of 'decr' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'decr cell' to 'cell.Value <- cell.Value - 1'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1617)
|
|
The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1614)
|
|
The use of 'incr' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'incr cell' to 'cell.Value <- cell.Value + 1'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1616)
|
|
If a type uses both [
|
|
If a type uses both [
|
The interface '%s' cannot be used as a type argument because the static abstract member '%s' does not have a most specific implementation in the interface. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1748)
|
|
The interface '%s' cannot be used as a type argument because the static abstract member '%s' does not have a most specific implementation in the interface. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1748)
|
|
|
Invalid custom attribute value (not a constant or literal) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:267)
|
|
|
|
|
|
|
|
|
|
'base' values may only be used to make direct calls to the base implementations of overridden members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:259)
|
|
The member '%s' is used in an invalid way. A use of '%s' has been inferred prior to its definition at or near '%s'. This is an invalid forward reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:269)
|
|
The member '%s' is used in an invalid way. A use of '%s' has been inferred prior to its definition at or near '%s'. This is an invalid forward reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:269)
|
|
|
|
|
|
|
|
|
|
The address of an array element cannot be used at this point (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:264)
|
|
|
|
|
|
|
|
|
|
The address of the variable '%s' or a related expression cannot be used at this point. This is to ensure the address of the local value does not escape its scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1385)
|
|
|
|
The address of a value returned from the expression cannot be used at this point. This is to ensure the address of the local value does not escape its scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1499)
|
|
A byref typed value would be stored here. Top-level let-bound byref values are not permitted. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:270)
|
|
|
|
|
|
The type abbreviation contains byrefs. This is not permitted by F#. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:289)
|
|
The function or method call cannot be used at this point, because one argument that is a byref of a non-stack-local Span or IsByRefLike type is used with another argument that is a stack-local Span or IsByRefLike type. This is to ensure the address of the local value does not escape its scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1504)
|
|
|
|
|
|
First-class uses of the address-of operators are not permitted (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:256)
|
|
Using the 'nameof' operator as a first-class function value is not permitted. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1519)
|
|
First-class uses of the 'reraise' function is not permitted (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:257)
|
|
First-class uses of the expression-splicing operator are not permitted (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:255)
|
|
ReflectedDefinitionAttribute may not be applied to an instance member on a struct type, because the instance member takes an implicit 'this' byref parameter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1111)
|
|
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. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1506)
|
|
|
|
|
|
This value can't be assigned because the target '%s' may refer to non-stack-local memory, while the expression being assigned is assessed to potentially refer to stack-local memory. This is to help prevent pointers to stack-bound memory escaping their scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1500)
|
|
This value can't be assigned because the target '%s' may refer to non-stack-local memory, while the expression being assigned is assessed to potentially refer to stack-local memory. This is to help prevent pointers to stack-bound memory escaping their scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1500)
|
|
|
|
|
|
The property '%s' has the same name as another property in type '%s', but one takes indexer arguments and the other does not. You may be missing an indexer argument to one of your properties. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:277)
|
|
The property '%s' has the same name as another property in type '%s', but one takes indexer arguments and the other does not. You may be missing an indexer argument to one of your properties. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:277)
|
|
|
|
|
|
A protected member is called or 'base' is being used. This is only allowed in the direct implementation of members since they could escape their object scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:246)
|
|
[
|
|
A method return type would contain byrefs which is not permitted (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:266)
|
|
Expression-splicing operators may only be used within quotations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:254)
|
|
|
|
|
|
Classes cannot contain static abstract members. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1747)
|
|
Object expressions cannot implement interfaces with static abstract members or declare static members. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1740)
|
|
Struct members cannot return the address of fields of the struct by reference (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1503)
|
|
'System.Void' can only be used as 'typeof
|
|
The TailCall attribute should only be applied to recursive functions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1741)
|
|
A type variable has been constrained by multiple different class types. A type variable may only have one class constraint. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1333)
|
|
|
|
|
Full Usage:
SR.chkUnionCaseCompiledForm ()
Returns: string
|
compiled form of the union case (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:273)
|
Full Usage:
SR.chkUnionCaseDefaultAugmentation ()
Returns: string
|
default augmentation of the union case (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:274)
|
|
The recursive object reference '%s' is unused. The presence of a recursive object reference adds runtime initialization checks to members in this and derived types. Consider removing this recursive object reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1079)
|
|
The recursive object reference '%s' is unused. The presence of a recursive object reference adds runtime initialization checks to members in this and derived types. Consider removing this recursive object reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1079)
|
|
|
|
|
|
The type of a field using the 'DefaultValue' attribute must admit default initialization, i.e. have 'null' as a proper value or be a struct type whose fields all admit default initialization. You can use 'DefaultValue(false)' to disable this check (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:288)
|
|
|
|
The variable '%s' is used in an invalid way (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:249)
|
Full Usage:
SR.commaInsteadOfSemicolonInRecord ()
Returns: string
|
A ';' is used to separate field values in records. Consider replacing ',' with ';'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:34)
|
|
|
|
|
|
The conversion from %s to %s is a compile-time safe upcast, not a downcast. Consider using the :> (upcast) operator instead of the :?> (downcast) operator. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1375)
|
|
The conversion from %s to %s is a compile-time safe upcast, not a downcast. Consider using the :> (upcast) operator instead of the :?> (downcast) operator. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1375)
|
|
The 'AssemblyKeyNameAttribute' has been deprecated. Use 'AssemblyKeyFileAttribute' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1649)
|
|
Key container signing is not supported on this platform. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1650)
|
|
|
|
|
|
|
|
|
|
Inner generic functions are not permitted in quoted expressions. Consider adding some type constraints until this function is no longer generic. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1117)
|
|
A quotation may not involve an assignment to or taking the address of a captured local variable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1322)
|
|
Quotations cannot contain expressions that make member constraint calls, or uses of operators that implicitly resolve to a member constraint call (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:302)
|
|
Quotations cannot contain expressions that take the address of a field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:294)
|
|
Quotations cannot contain array pattern matching (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:305)
|
|
Quotations cannot contain descending for loops (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:297)
|
|
Quotations cannot contain uses of generic expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:291)
|
|
Quotations cannot contain function definitions that are inferred or declared to be generic. Consider adding some type constraints to make this a valid quoted expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:292)
|
|
Quotations cannot contain inline assembly code or pattern matching on arrays (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:296)
|
|
Quotations cannot contain object expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:293)
|
|
Quotations cannot contain expressions that fetch static fields (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:295)
|
|
Quotations cannot contain this kind of constant (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:303)
|
|
Quotations cannot contain this kind of pattern match (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:304)
|
|
Quotations cannot contain this kind of type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:306)
|
|
Quotations cannot contain expressions that fetch union case indexes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:298)
|
|
Quotations cannot contain expressions that require byref pointers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:301)
|
|
Quotations cannot contain expressions that set fields in exception values (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:300)
|
|
Quotations cannot contain expressions that set union case fields (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:299)
|
|
Argument length mismatch (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:349)
|
|
The argument types don't match (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:350)
|
|
|
|
Available overloads:\n%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:387)
|
|
|
|
Candidates:\n%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:382)
|
|
This code is less generic than indicated by its annotations. A unit-of-measure specified using '_' has been determined to be '1', i.e. dimensionless. Consider making the code generic, or removing the use of '_'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:308)
|
|
The constraints 'comparison' and 'delegate' are inconsistent (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:324)
|
|
|
|
|
|
position %d (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:385)
|
|
|
|
positions %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:386)
|
|
|
|
|
The object constructor '%s' takes %d argument(s) but is here given %d. The required signature is '%s'. If some of the arguments are meant to assign values to properties, consider separating those arguments with a comma (','). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:366)
|
|
The object constructor '%s' takes %d argument(s) but is here given %d. The required signature is '%s'. If some of the arguments are meant to assign values to properties, consider separating those arguments with a comma (','). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:366)
|
|
|
Expecting a type supporting the operator '%s' but given a function type. You may be missing an argument to a function, or the operator may not be in scope. Check that you have opened the correct module or namespace. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:312)
|
|
Expecting a type supporting the operator '%s' but given a function type. You may be missing an argument to a function, or the operator may not be in scope. Check that you have opened the correct module or namespace. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:312)
|
|
Operator '%s' cannot be applied to a tuple type. You may have an unintended extra comma creating a tuple, or the operator may not be in scope. Check that you have opened the correct module or namespace. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:313)
|
|
Operator '%s' cannot be applied to a tuple type. You may have an unintended extra comma creating a tuple, or the operator may not be in scope. Check that you have opened the correct module or namespace. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:313)
|
Full Usage:
SR.csExpectedArguments ()
Returns: string
|
Expected arguments to an instance member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:310)
|
|
|
|
|
|
|
|
A generic construct requires that the type '%s' be non-abstract (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:342)
|
|
|
Full Usage:
SR.csGenericConstructRequiresPublicDefaultConstructor a0
Parameters:
String
Returns: string
|
A generic construct requires that the type '%s' have a public default constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:343)
|
|
|
Full Usage:
SR.csGenericConstructRequiresReferenceSemantics a0
Parameters:
String
Returns: string
|
A generic construct requires that the type '%s' have reference semantics, but it does not, i.e. it is a struct (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:341)
|
Full Usage:
SR.csGenericConstructRequiresStructOrReferenceConstraint ()
Returns: string
|
A generic construct requires that a generic type parameter be known as a struct or reference type. Consider adding a type annotation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:344)
|
|
|
|
A generic construct requires that the type '%s' is a CLI or F# struct type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:338)
|
|
|
|
A generic construct requires that the type '%s' is an unmanaged type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:339)
|
|
|
|
Neither candidate is strictly more concrete than the other:\n%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:383)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The member or object constructor '%s' is not %s. Private members may only be accessed from within the declaring type. Protected members may only be accessed from an extending type and cannot be accessed from inner lambda expressions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:353)
|
|
The member or object constructor '%s' is not %s. Private members may only be accessed from within the declaring type. Protected members may only be accessed from an extending type and cannot be accessed from inner lambda expressions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:353)
|
|
|
|
|
|
|
|
|
A member or object constructor '%s' taking %d arguments is not accessible from this code location. All accessible versions of method '%s' take %d arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:368)
|
|
A member or object constructor '%s' taking %d arguments is not accessible from this code location. All accessible versions of method '%s' take %d arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:368)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The member or object constructor '%s' requires %d argument(s). The required signature is '%s'. Some names for missing arguments are %s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:361)
|
|
The member or object constructor '%s' requires %d argument(s). The required signature is '%s'. Some names for missing arguments are %s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:361)
|
|
The member or object constructor '%s' requires %d additional argument(s). The required signature is '%s'. Some names for missing arguments are %s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:362)
|
|
The member or object constructor '%s' requires %d additional argument(s). The required signature is '%s'. Some names for missing arguments are %s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:362)
|
|
The member or object constructor '%s' requires %d argument(s) but is here given %d unnamed and %d named argument(s). The required signature is '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:363)
|
|
The member or object constructor '%s' requires %d argument(s) but is here given %d unnamed and %d named argument(s). The required signature is '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:363)
|
|
|
This method expects a CLI 'params' parameter in this position. 'params' is a way of passing a variable number of arguments to a method in languages such as C#. Consider passing an array for this argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:351)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A unique overload for method '%s' could not be determined based on type information prior to this program point. A type annotation may be needed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:381)
|
|
|
|
|
|
|
|
|
No %s member or object constructor named '%s' takes %d arguments. Note the call to this member also provides %d named arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:372)
|
|
No %s member or object constructor named '%s' takes %d arguments. The named argument '%s' doesn't correspond to any argument or settable return property for any overload. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:373)
|
|
No %s member or object constructor named '%s' takes %d arguments. The named argument '%s' doesn't correspond to any argument or settable return property for any overload. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:373)
|
|
|
|
|
No overloads match for method '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:375)
|
|
|
|
Known types of arguments: %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:377)
|
|
|
|
Known type of argument: %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:376)
|
|
|
|
Known return type: %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:380)
|
|
|
Full Usage:
SR.csNoOverloadsFoundTypeParametersPrefixPlural a0
Parameters:
String
Returns: string
|
Known type parameters: %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:379)
|
|
|
Full Usage:
SR.csNoOverloadsFoundTypeParametersPrefixSingular a0
Parameters:
String
Returns: string
|
Known type parameter: %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:378)
|
|
The constraints 'null' and 'not null' are inconsistent (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1535)
|
|
The constraints 'struct' and 'null' are inconsistent (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:325)
|
|
|
|
The type '%s' does not have 'null' as a proper value. To create a null value for a Nullable type use 'System.Nullable()'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:327)
|
|
Optional arguments not permitted here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:346)
|
Full Usage:
SR.csOverloadCandidateIndexedArgumentTypeMismatch a0
Parameters:
Int32
Returns: string
|
Argument at index %d doesn't match (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:389)
|
|
|
Full Usage:
SR.csOverloadCandidateNamedArgumentTypeMismatch a0
Parameters:
String
Returns: string
|
Argument '%s' doesn't match (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:388)
|
|
|
|
|
|
The constraints 'struct' and 'not struct' are inconsistent (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:322)
|
|
|
|
The declared type parameter '%s' cannot be used here since the type parameter cannot be resolved at compile time (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:307)
|
|
|
|
The type '%s' does not have 'null' as a proper value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:326)
|
|
|
|
The type '%s' does not support the 'comparison' constraint because it has the 'NoComparison' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:328)
|
|
|
|
The type '%s' does not support the 'comparison' constraint. For example, it does not support the 'System.IComparable' interface (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:329)
|
|
The type '%s' does not support the 'comparison' constraint because it is a record, union or struct with one or more structural element types which do not support the 'comparison' constraint. Either avoid the use of comparison with this type, or add the 'StructuralComparison' attribute to the type to determine which field type does not support comparison (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:330)
|
|
The type '%s' does not support the 'comparison' constraint because it is a record, union or struct with one or more structural element types which do not support the 'comparison' constraint. Either avoid the use of comparison with this type, or add the 'StructuralComparison' attribute to the type to determine which field type does not support comparison (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:330)
|
|
|
|
|
|
|
|
The type '%s' does not support the 'equality' constraint because it has the 'NoEquality' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:331)
|
|
|
|
The type '%s' does not support the 'equality' constraint because it is a function type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:332)
|
|
The type '%s' does not support the 'equality' constraint because it is a record, union or struct with one or more structural element types which do not support the 'equality' constraint. Either avoid the use of equality with this type, or add the 'StructuralEquality' attribute to the type to determine which field type does not support equality (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:333)
|
|
The type '%s' does not support the 'equality' constraint because it is a record, union or struct with one or more structural element types which do not support the 'equality' constraint. Either avoid the use of equality with this type, or add the 'StructuralEquality' attribute to the type to determine which field type does not support equality (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:333)
|
|
|
|
|
|
|
|
|
|
|
|
The type '%s' has a non-standard delegate type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:335)
|
|
|
|
The type '%s' supports 'null' but a non-null type is expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1538)
|
|
|
|
The type '%s' uses 'null' as a representation value but a non-null type is expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1537)
|
|
Type inference problem too complicated (maximum iteration depth reached). Consider adding further type annotations. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:309)
|
|
Type instantiation length mismatch (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:345)
|
|
|
|
The type '%s' is not a CLI delegate type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:336)
|
|
|
|
The type '%s' is not a CLI enum type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:334)
|
|
|
|
|
Full Usage:
SR.csTypeParameterCannotBeNullable ()
Returns: string
|
This type parameter cannot be instantiated to 'Nullable'. This is a restriction imposed in order to ensure the meaning of 'null' in some CLI languages is not confusing when used in conjunction with 'Nullable' values. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:337)
|
|
|
|
|
|
|
|
|
|
The constraints 'unmanaged' and 'not struct' are inconsistent (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:323)
|
|
|
|
|
|
|
|
|
|
|
|
%s var in collection (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1263)
|
|
Delegates are not allowed to have curried signatures (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:985)
|
Full Usage:
SR.derefInsteadOfNot ()
Returns: string
|
The '!' operator is used to dereference a ref cell. Consider using 'not expr' here. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:35)
|
Full Usage:
SR.descriptionUnavailable ()
Returns: string
|
(description unavailable...) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1332)
|
Full Usage:
SR.descriptionWordIs ()
Returns: string
|
is (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1483)
|
|
The documentation file has no .xml suffix (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1152)
|
Full Usage:
SR.elDeprecatedOperator ()
Returns: string
|
The treatment of this operator is now handled directly by the F# compiler and its meaning cannot be redefined (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:245)
|
Full Usage:
SR.elSysEnvExitDidntExit ()
Returns: string
|
System.Environment.Exit did not exit (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:244)
|
|
All branches of an 'if' expression must return values implicitly convertible to the type of the first branch, which here is '%s'. This branch returns a value of type '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:29)
|
|
All branches of an 'if' expression must return values implicitly convertible to the type of the first branch, which here is '%s'. This branch returns a value of type '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:29)
|
All branches of an 'if' expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length %d of type\n %s \nThis branch returns a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:30)
|
|
|
All branches of an 'if' expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length %d of type\n %s \nThis branch returns a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:30)
|
Full Usage:
SR.erasedTo ()
Returns: string
|
Erased to (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1325)
|
Full Usage:
SR.estApplyStaticArgumentsForMethodNotImplemented ()
Returns: string
|
A type provider implemented GetStaticParametersForMethod, but ApplyStaticArgumentsForMethod was not implemented or invalid (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1355)
|
|
Named static arguments must come after all unnamed static arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1241)
|
|
A direct reference to the generated type '%s' is not permitted. Instead, use a type definition, e.g. 'type TypeAlias =
|
|
A direct reference to the generated type '%s' is not permitted. Instead, use a type definition, e.g. 'type TypeAlias =
|
|
|
|
|
|
|
|
|
|
The provider '%s' returned a non-generated type '%s' in the context of a set of generated types. Consider adjusting the type provider to only return generated types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1320)
|
|
The provider '%s' returned a non-generated type '%s' in the context of a set of generated types. Consider adjusting the type provider to only return generated types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1320)
|
|
An error occurred applying the static arguments to a provided method (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1356)
|
|
An error occurred applying the static arguments to a provided type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1215)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The type provider '%s' provided a method with a name '%s' and metadata token '%d', which is not reported among its methods of its declaring type '%s' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1207)
|
|
The type provider '%s' provided a method with a name '%s' and metadata token '%d', which is not reported among its methods of its declaring type '%s' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1207)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This provided method requires static parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1373)
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SR.etNestedProvidedTypesDoNotTakeStaticArgumentsOrGenericParameters ()
Returns: int * RichText
|
Nested provided types do not take static arguments or generic parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1213)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
One or more errors seen during provided type setup (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1195)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The type provider '%s' returned an invalid method from 'ApplyStaticArgumentsForMethod'. A method with name '%s' was expected, but a method with name '%s' was returned. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1225)
|
|
The type provider '%s' returned an invalid method from 'ApplyStaticArgumentsForMethod'. A method with name '%s' was expected, but a method with name '%s' was returned. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1225)
|
|
The type provider '%s' returned an invalid type from 'ApplyStaticArguments'. A type with name '%s' was expected, but a type with name '%s' was returned. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1224)
|
|
The type provider '%s' returned an invalid type from 'ApplyStaticArguments'. A type with name '%s' was expected, but a type with name '%s' was returned. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1224)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The type provider does not have a valid constructor. A constructor taking either no arguments or one argument of type 'TypeProviderConfig' was expected. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1204)
|
|
|
|
|
The type provider designer assembly '%s' could not be loaded from folder '%s' because a dependency was missing or could not loaded. All dependencies of the type provider designer assembly must be located in the same folder as that assembly. The exception reported was: %s - %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1217)
|
|
The type provider designer assembly '%s' could not be loaded from folder '%s' because a dependency was missing or could not loaded. All dependencies of the type provider designer assembly must be located in the same folder as that assembly. The exception reported was: %s - %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1217)
|
|
Assembly attribute '%s' refers to a designer assembly '%s' which cannot be loaded from path '%s'. The exception reported was: %s - %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1203)
|
|
Assembly attribute '%s' refers to a designer assembly '%s' which cannot be loaded from path '%s'. The exception reported was: %s - %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1203)
|
|
Assembly attribute '%s' refers to a designer assembly '%s' which cannot be loaded or doesn't exist. The exception reported was: %s - %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1202)
|
|
Assembly attribute '%s' refers to a designer assembly '%s' which cannot be loaded or doesn't exist. The exception reported was: %s - %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1202)
|
|
|
|
|
|
|
|
|
|
The static parameter '%s' of the provided type or method '%s' requires a value. Static parameters to type providers may be optionally specified using named arguments, e.g. '%s<%s=...>'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1242)
|
|
The static parameter '%s' of the provided type or method '%s' requires a value. Static parameters to type providers may be optionally specified using named arguments, e.g. '%s<%s=...>'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1242)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unsupported constant type '%s'. Quotations provided by type providers can only contain simple constants. The implementation of the type provider may need to be adjusted by moving a value declared outside a provided quotation literal to be a 'let' binding inside the quotation literal. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1197)
|
|
Unsupported constant type '%s'. Quotations provided by type providers can only contain simple constants. The implementation of the type provider may need to be adjusted by moving a value declared outside a provided quotation literal to be a 'let' binding inside the quotation literal. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1197)
|
|
|
|
|
|
|
|
|
|
The event '%s' has a non-standard type. If this event is declared in another CLI language, you may need to access this event using the explicit %s and %s methods for the event. If this event is declared in F#, make the type of the event an instantiation of either 'IDelegateEvent<_>' or 'IEvent<_,_>'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:975)
|
|
The event '%s' has a non-standard type. If this event is declared in another CLI language, you may need to access this event using the explicit %s and %s methods for the event. If this event is declared in F#, make the type of the event an instantiation of either 'IDelegateEvent<_>' or 'IEvent<_,_>'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:975)
|
Full Usage:
SR.experimentalConstruct ()
Returns: string
|
This construct is experimental (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:982)
|
|
Expression does not have a name. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1518)
|
|
|
|
|
Full Usage:
SR.featureAccessProtectedBaseFieldFromClosure ()
Returns: string
|
Access a protected base-class field from a closure inside a member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1806)
|
Full Usage:
SR.featureAdditionalImplicitConversions ()
Returns: string
|
additional type-directed conversions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1572)
|
Full Usage:
SR.featureAllowAccessModifiersToAutoPropertiesGettersAndSetters ()
Returns: string
|
Allow access modifiers to auto properties getters and setters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1758)
|
Full Usage:
SR.featureAllowLetOrUseBangTypeAnnotationWithoutParens ()
Returns: string
|
Allow let! and use! type annotations without requiring parentheses (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1774)
|
Full Usage:
SR.featureAllowObjectExpressionWithoutOverrides ()
Returns: string
|
Allow object expressions without overrides (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1760)
|
Full Usage:
SR.featureArithmeticInLiterals ()
Returns: string
|
Arithmetic and logical operations in literals, enum definitions and attributes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1582)
|
Full Usage:
SR.featureAttributesToRightOfModuleKeyword ()
Returns: string
|
attributes to the right of the 'module' keyword (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1253)
|
Full Usage:
SR.featureBetterAnonymousRecordParsing ()
Returns: string
|
Support for better anonymous record parsing (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1771)
|
Full Usage:
SR.featureBooleanReturningAndReturnTypeDirectedPartialActivePattern ()
Returns: string
|
Boolean-returning and return-type-directed partial active patterns (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1598)
|
Full Usage:
SR.featureCSharpExtensionAttributeNotRequired ()
Returns: string
|
Allow implicit Extension attribute on declaring types, modules (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1580)
|
Full Usage:
SR.featureChkNotTailRecursive ()
Returns: string
|
Raises warnings if a member or function has the 'TailCall' attribute, but is not being used in a tail recursive way. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1591)
|
Full Usage:
SR.featureChkTailCallAttrOnNonRec ()
Returns: string
|
Raises warnings if the 'TailCall' attribute is used on non-recursive functions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1596)
|
Full Usage:
SR.featureConstraintIntersectionOnFlexibleTypes ()
Returns: string
|
Constraint intersection on flexible types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1590)
|
Full Usage:
SR.featureDefaultInterfaceMemberConsumption ()
Returns: string
|
default interface member consumption (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1569)
|
Full Usage:
SR.featureDelegateTypeNameResolutionFix ()
Returns: string
|
fix to resolution of delegate type names, see https://github.com/dotnet/fsharp/issues/10228 (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1254)
|
Full Usage:
SR.featureDeprecatePlacesWhereSeqCanBeOmitted ()
Returns: string
|
Deprecate places where 'seq' can be omitted (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1767)
|
Full Usage:
SR.featureDirectDelegateConstruction ()
Returns: string
|
construct delegates that point directly at the target method, avoiding an intermediate closure (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1805)
|
Full Usage:
SR.featureDontWarnOnUppercaseIdentifiersInBindingPatterns ()
Returns: string
|
Don't warn on uppercase identifiers in binding patterns (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1764)
|
Full Usage:
SR.featureDotlessFloat32Literal ()
Returns: string
|
dotless float32 literal (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1563)
|
Full Usage:
SR.featureEmptyBodiedComputationExpressions ()
Returns: string
|
Support for computation expressions with empty bodies: builder { } (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1756)
|
Full Usage:
SR.featureEnforceAttributeTargets ()
Returns: string
|
Enforce AttributeTargets (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1599)
|
Full Usage:
SR.featureErrorForNonVirtualMembersOverrides ()
Returns: string
|
Raises errors for non-virtual members overrides (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1581)
|
Full Usage:
SR.featureErrorOnBitwiseOpsOnNonIntegralEnums ()
Returns: string
|
Error when bitwise operators are used on enums whose underlying type is not an integer type (e.g. char). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1789)
|
Full Usage:
SR.featureErrorOnDeprecatedRequireQualifiedAccess ()
Returns: string
|
give error on deprecated access of construct with RequireQualifiedAccess attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1574)
|
Full Usage:
SR.featureErrorOnInvalidDeclsInTypeDefinitions ()
Returns: string
|
Error when invalid declarations are used in type definitions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1773)
|
Full Usage:
SR.featureErrorOnMissingSignatureAttribute ()
Returns: string
|
error (rather than warning) when an enforced compiler-semantic attribute is present in the .fs but missing from the .fsi (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1803)
|
Full Usage:
SR.featureErrorReportingOnStaticClasses ()
Returns: string
|
Error reporting on static classes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1583)
|
Full Usage:
SR.featureEscapeBracesInFormattableString ()
Returns: string
|
Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1699)
|
Full Usage:
SR.featureExceptionFieldSerializationSupport ()
Returns: string
|
emit GetObjectData and field-restoring deserialization constructor for exception types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1802)
|
Full Usage:
SR.featureExpandedMeasurables ()
Returns: string
|
more types support units of measure (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1250)
|
Full Usage:
SR.featureExtendedFixedBindings ()
Returns: string
|
extended fixed bindings for byref and GetPinnableReference (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1592)
|
Full Usage:
SR.featureExtendedStringInterpolation ()
Returns: string
|
Extended string interpolation similar to C# raw string literals. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1587)
|
Full Usage:
SR.featureExtensionConstraintSolutions ()
Returns: string
|
Allow extension members to participate in SRTP constraint resolution (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1788)
|
Full Usage:
SR.featureFromEndSlicing ()
Returns: string
|
from-end slicing (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1565)
|
Full Usage:
SR.featureImplicitDIMCoverage ()
Returns: string
|
Implicit dispatch slot coverage for default interface member implementations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1786)
|
Full Usage:
SR.featureImprovedImpliedArgumentNames ()
Returns: string
|
Improved implied argument names (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1589)
|
Full Usage:
SR.featureImprovedImpliedArgumentNamesPartTwo ()
Returns: string
|
Improved implied argument names with partial application (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1807)
|
Full Usage:
SR.featureInterfacesWithAbstractStaticMembers ()
Returns: string
|
static abstract interface members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1575)
|
Full Usage:
SR.featureLowerIntegralRangesToFastLoops ()
Returns: string
|
Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1601)
|
Full Usage:
SR.featureLowerInterpolatedStringToConcat ()
Returns: string
|
Optimizes interpolated strings in certain cases, by lowering to concatenation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1600)
|
Full Usage:
SR.featureLowerSimpleMappingsInComprehensionsToFastLoops ()
Returns: string
|
Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to fast loops when xs is a list or an array, respectively. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1602)
|
Full Usage:
SR.featureLowercaseDUWhenRequireQualifiedAccess ()
Returns: string
|
Allow lowercase DU when RequireQualifiedAccess attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1578)
|
Full Usage:
SR.featureMatchNotAllowedForUnionCaseWithNoData ()
Returns: string
|
Pattern match discard is not allowed for union case that takes no data. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1579)
|
Full Usage:
SR.featureMethodOverloadsCache ()
Returns: string
|
Support for caching method overload resolution results for improved compilation performance. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1785)
|
Full Usage:
SR.featureMoreConcreteTiebreaker ()
Returns: string
|
Use 'most concrete' tiebreaker for overload resolution when methods differ only by type parameter concreteness. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1782)
|
Full Usage:
SR.featureNameOf ()
Returns: string
|
nameof (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1562)
|
Full Usage:
SR.featureNonInlineLiteralsAsPrintfFormat ()
Returns: string
|
String values marked as literals and IL constants as printf format (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1586)
|
Full Usage:
SR.featureNonVariablePatternsToRightOfAsPatterns ()
Returns: string
|
non-variable patterns to the right of 'as' patterns (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1252)
|
Full Usage:
SR.featureNotNullIfNotNull ()
Returns: string
|
honor the 'NotNullIfNotNull' attribute on a method's return value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1804)
|
Full Usage:
SR.featureNullableOptionalInterop ()
Returns: string
|
nullable optional interop (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1568)
|
Full Usage:
SR.featureNullnessChecking ()
Returns: string
|
nullness checking (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1566)
|
Full Usage:
SR.featureOverloadResolutionPriority ()
Returns: string
|
Support for OverloadResolutionPriorityAttribute to prioritize method overloads. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1783)
|
Full Usage:
SR.featureOverloadsForCustomOperations ()
Returns: string
|
overloads for custom operations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1249)
|
Full Usage:
SR.featurePackageManagement ()
Returns: string
|
package management (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1564)
|
Full Usage:
SR.featureParsedHashDirectiveArgumentNonString ()
Returns: string
|
# directives with non-quoted string arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1753)
|
|
|
|
|
|
|
Full Usage:
SR.featurePreferExtensionMethodOverPlainProperty ()
Returns: string
|
prefer extension method over plain property (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1594)
|
Full Usage:
SR.featurePreferStringGetPinnableReference ()
Returns: string
|
prefer String.GetPinnableReference in fixed bindings (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1593)
|
Full Usage:
SR.featurePreprocessorElif ()
Returns: string
|
#elif preprocessor directive (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1787)
|
Full Usage:
SR.featureReallyLongList ()
Returns: string
|
list literals of any size (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1573)
|
Full Usage:
SR.featureRecordConstructorSyntax ()
Returns: string
|
Constructing a record via its all-fields constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1761)
|
Full Usage:
SR.featureRecordSpreads ()
Returns: string
|
record type and expression spreads (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1825)
|
Full Usage:
SR.featureRefCellNotationInformationals ()
Returns: string
|
informational messages related to reference cells (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1251)
|
Full Usage:
SR.featureRequiredProperties ()
Returns: string
|
support for required properties (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1577)
|
Full Usage:
SR.featureResumableStateMachines ()
Returns: string
|
resumable state machines (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1567)
|
Full Usage:
SR.featureReturnFromFinal ()
Returns: string
|
Support for ReturnFromFinal/YieldFromFinal in computation expressions to enable tailcall optimization when available on the builder. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1781)
|
Full Usage:
SR.featureReuseSameFieldsInStructUnions ()
Returns: string
|
Share underlying fields in a [
|
Full Usage:
SR.featureScopedNowarn ()
Returns: string
|
Support for scoped enabling / disabling of warnings by #warn and #nowarn directives, also inside modules (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1772)
|
Full Usage:
SR.featureSelfTypeConstraints ()
Returns: string
|
self type constraints (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1576)
|
Full Usage:
SR.featureStaticLetInRecordsDusEmptyTypes ()
Returns: string
|
Allow static let bindings in union, record, struct, non-incremental-class types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1715)
|
Full Usage:
SR.featureStaticMembersInInterfaces ()
Returns: string
|
Static members in interfaces (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1585)
|
Full Usage:
SR.featureStringInterpolation ()
Returns: string
|
string interpolation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1570)
|
Full Usage:
SR.featureSupportValueOptionsAsOptionalParameters ()
Returns: string
|
Support ValueOption as valid type for optional member parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1768)
|
Full Usage:
SR.featureSupportWarnWhenUnitPassedToObjArg ()
Returns: string
|
Warn when unit is passed to a member accepting `obj` argument, e.g. `Method(o:obj)` will warn if called via `Method()`. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1769)
|
Full Usage:
SR.featureUnionIsPropertiesVisible ()
Returns: string
|
Union case test properties (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1597)
|
Full Usage:
SR.featureUnmanagedConstraintCsharpInterop ()
Returns: string
|
Interop between C#'s and F#'s unmanaged generic constraint (emit additional modreq) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1727)
|
Full Usage:
SR.featureUseBangBindingValueDiscard ()
Returns: string
|
Allows use! _ = ... in computation expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1770)
|
Full Usage:
SR.featureUseTypeSubsumptionCache ()
Returns: string
|
Use type conversion cache during compilation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1762)
|
Full Usage:
SR.featureWarnWhenFunctionValueUsedAsInterpolatedStringArg ()
Returns: string
|
Warn when a function value is used as an interpolated string argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1784)
|
Full Usage:
SR.featureWarningIndexedPropertiesGetSetSameType ()
Returns: string
|
Indexed properties getter and setter must have the same type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1595)
|
Full Usage:
SR.featureWarningWhenCopyAndUpdateRecordChangesAllFields ()
Returns: string
|
Raises warnings when an copy-and-update record expression changes all fields of a record. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1584)
|
Full Usage:
SR.featureWarningWhenMultipleRecdTypeChoice ()
Returns: string
|
Raises warnings when multiple record type matches were found during name resolution because of overlapping field names. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1588)
|
Full Usage:
SR.featureWitnessPassing ()
Returns: string
|
witness passing for trait constraints in F# quotations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1571)
|
|
|
|
|
|
All branches of a pattern match expression must return values implicitly convertible to the type of the first branch, which here is '%s'. This branch returns a value of type '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:31)
|
|
All branches of a pattern match expression must return values implicitly convertible to the type of the first branch, which here is '%s'. This branch returns a value of type '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:31)
|
All branches of a pattern match expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length %d of type\n %s \nThis branch returns a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:32)
|
|
All branches of a pattern match expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length %d of type\n %s \nThis branch returns a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:32)
|
|
Full Usage:
SR.forBadFormatSpecifier ()
Returns: string
|
Bad format specifier (after l or L): Expected ld,li,lo,lu,lx or lX. In F# code you can use %%d, %%x, %%o or %%u instead, which are overloaded to work with all basic integer types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:238)
|
|
|
|
Bad format specifier: '%s' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:242)
|
Full Usage:
SR.forBadPrecision ()
Returns: string
|
Bad precision in format specifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:233)
|
Full Usage:
SR.forBadWidth ()
Returns: string
|
Bad width in format specifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:234)
|
|
|
|
|
|
|
|
'%s' format does not support '0' flag (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:235)
|
|
|
|
'%s' flag set twice (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:230)
|
|
|
|
'%s' format does not support precision (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:237)
|
Full Usage:
SR.forFormatInvalidForInterpolated ()
Returns: string
|
Interpolated strings may not use '%%' format specifiers unless each is given an expression, e.g. '%%d{1+1}'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1618)
|
Full Usage:
SR.forFormatInvalidForInterpolated2 ()
Returns: string
|
.NET-style format specifiers such as '{x,3}' or '{x:N5}' may not be mixed with '%%' format specifiers. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1619)
|
Full Usage:
SR.forFormatInvalidForInterpolated3 ()
Returns: string
|
The '%%P' specifier may not be used explicitly. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1620)
|
Full Usage:
SR.forFormatInvalidForInterpolated4 ()
Returns: string
|
Interpolated strings used as type IFormattable or type FormattableString may not use '%%' specifiers, only .NET-style interpolands such as '{expr}', '{expr,3}' or '{expr:N5}' may be used. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1621)
|
Full Usage:
SR.forHIsUnnecessary ()
Returns: string
|
The 'h' or 'H' in this format specifier is unnecessary. You can use %%d, %%x, %%o or %%u instead, which are overloaded to work with all basic integer types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:240)
|
Full Usage:
SR.forHashSpecifierIsInvalid ()
Returns: string
|
The # formatting modifier is invalid in F# (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:232)
|
Full Usage:
SR.forLIsUnnecessary ()
Returns: string
|
The 'l' or 'L' in this format specifier is unnecessary. In F# code you can use %%d, %%x, %%o or %%u instead, which are overloaded to work with all basic integer types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:239)
|
Full Usage:
SR.forMissingFormatSpecifier ()
Returns: string
|
Missing format specifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:229)
|
Full Usage:
SR.forPercentAInReflectionFreeCode ()
Returns: string
|
The '%%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:243)
|
Full Usage:
SR.forPositionalSpecifiersNotPermitted ()
Returns: string
|
Positional specifiers are not permitted in format strings (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:228)
|
Full Usage:
SR.forPrecisionMissingAfterDot ()
Returns: string
|
Precision missing after the '.' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:236)
|
Full Usage:
SR.forPrefixFlagSpacePlusSetTwice ()
Returns: string
|
Prefix flag (' ' or '+') set twice (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:231)
|
|
|
|
- %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1561)
|
|
The 'from the end slicing' feature requires language version 'preview'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1542)
|
|
Error emitting 'System.Reflection.AssemblyCultureAttribute' attribute -- 'Executables cannot be satellite assemblies, Culture should always be empty' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1166)
|
|
Assembly '%s' not found in dependency set of target binary. Statically linked roots should be specified using an assembly name, without a DLL or EXE extension. If this assembly was referenced explicitly then it is possible the assembly was not actually required by the generated binary, in which case it should not be statically linked. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1162)
|
|
Assembly '%s' not found in dependency set of target binary. Statically linked roots should be specified using an assembly name, without a DLL or EXE extension. If this assembly was referenced explicitly then it is possible the assembly was not actually required by the generated binary, in which case it should not be statically linked. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1162)
|
|
The 'AssemblyVersionAttribute' has been ignored because a version was given using a command line option (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1165)
|
|
|
|
|
|
Assembly '%s' was referenced transitively and the assembly could not be resolved automatically. Static linking will assume this DLL has no dependencies on the F# library or other statically linked DLLs. Consider adding an explicit reference to this DLL. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1161)
|
|
Assembly '%s' was referenced transitively and the assembly could not be resolved automatically. Static linking will assume this DLL has no dependencies on the F# library or other statically linked DLLs. Consider adding an explicit reference to this DLL. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1161)
|
|
|
|
|
|
Option '--delaysign' overrides attribute 'System.Reflection.AssemblyDelaySignAttribute' given in a source file or added module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1167)
|
|
|
|
|
|
|
|
|
|
Option '--keyfile' overrides attribute 'System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1168)
|
|
Option '--keycontainer' overrides attribute 'System.Reflection.AssemblyNameAttribute' given in a source file or added module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1169)
|
|
No implementation files specified (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1153)
|
|
|
|
|
|
The code in assembly '%s' makes uses of quotation literals. Static linking may not include components that make use of quotation literals unless all assemblies are compiled with at least F# 4.0. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1156)
|
|
The code in assembly '%s' makes uses of quotation literals. Static linking may not include components that make use of quotation literals unless all assemblies are compiled with at least F# 4.0. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1156)
|
|
Code in this assembly makes uses of quotation literals. Static linking may not include components that make use of quotation literals unless all assemblies are compiled with at least F# 4.0. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1157)
|
|
|
|
|
|
The resident compilation service was not used because a problem occurred in communicating with the server. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1171)
|
|
Passing a .resx file (%s) as a source file to the compiler is deprecated. Use resgen.exe to transform the .resx file into a .resources file to pass as a --resource option. If you are using MSBuild, this can be done via an
|
|
Passing a .resx file (%s) as a source file to the compiler is deprecated. Use resgen.exe to transform the .resx file into a .resources file to pass as a --resource option. If you are using MSBuild, this can be done via an
|
|
Static linking may not include a .EXE (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1158)
|
|
Static linking may not include a mixed managed/unmanaged DLL (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1159)
|
|
Static linking may not be used on an assembly referencing mscorlib (e.g. a .NET Framework assembly) when generating an assembly that references System.Runtime (e.g. a .NET Core or Portable assembly). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1174)
|
|
System.Runtime.InteropServices assembly is required to use UnknownWrapper\DispatchWrapper classes. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1353)
|
Full Usage:
SR.fscTooManyErrors ()
Returns: string
|
Exiting - too many errors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1151)
|
|
Conflicting options specified: 'win32manifest' and 'win32res'. Only one of these can be used. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1155)
|
|
Cannot find FSharp.Core.dll in compiler's directory (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1371)
|
|
|
|
|
|
|
|
|
The 'if' expression needs to return a tuple of length %d of type\n %s \nto satisfy context type requirements. It currently returns a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:28)
|
|
|
The 'if' expression needs to return a tuple of length %d of type\n %s \nto satisfy context type requirements. It currently returns a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:28)
|
|
Taking the address of a literal field is invalid (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:828)
|
|
|
|
|
|
The type '%s' is not a valid custom attribute argument type. Custom attribute arrays must have elements of primitive types, enums, string, System.Type, or System.Object. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1797)
|
|
The type '%s' is not a valid custom attribute argument type. Custom attribute arrays must have elements of primitive types, enums, string, System.Type, or System.Object. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1797)
|
|
Custom marshallers cannot be specified in F# code. Consider using a C# helper function. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:830)
|
|
The DefaultAugmentation attribute could not be decoded (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:843)
|
|
The DllImport attribute could not be decoded (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:833)
|
|
|
|
Dynamic invocation of %s is not supported (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:827)
|
|
|
|
|
|
The FieldOffset attribute can only be placed on members of types marked with the StructLayout(LayoutKind.Explicit) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1106)
|
|
The FieldOffset attribute could not be decoded (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:841)
|
|
Incorrect number of type arguments to local call (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:826)
|
|
|
|
|
|
Literal fields cannot be set (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:834)
|
|
Main module of program is empty: nothing will happen when it is run (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:838)
|
|
The MarshalAs attribute could not be decoded (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:831)
|
|
Mutable variables cannot escape their method (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:836)
|
|
Reflected definitions cannot contain uses of the prefix splice operator '%%' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:844)
|
|
Bad image format (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1141)
|
|
Invalid algId - 'Exponent' expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1146)
|
|
Invalid bit Length (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1144)
|
|
Invalid Magic value in CLR Header (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1140)
|
|
Invalid Public Key blob (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1149)
|
|
Invalid RSAParameters structure - '{0}' expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1145)
|
|
Invalid signature size (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1147)
|
|
No signature directory (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1148)
|
|
Private key expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1142)
|
|
RSA key expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1143)
|
|
The signature for this external function contains type parameters. Constrain the argument and return types to indicate the types of the corresponding C function. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:832)
|
|
|
|
|
|
The StructLayout attribute could not be decoded (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:842)
|
|
This type cannot be used for a literal field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:839)
|
|
|
|
|
|
Unexpected GetSet annotation on a property (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:840)
|
|
Compiler error: unexpected unrealized value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:837)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The resumable code construct '%s' may only be used in inlined code protected by 'if __useResumableCode then ...' and the overall composition must form valid resumable code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1655)
|
|
The resumable code construct '%s' may only be used in inlined code protected by 'if __useResumableCode then ...' and the overall composition must form valid resumable code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1655)
|
|
Invalid argument to 'methodhandleof' during codegen (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1256)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Internal error or badly formed metadata: not enough type parameters were in scope while importing (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:994)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The attribute '%s' is present on '%s' in the implementation but not in the signature, which takes precedence for tooling and consumers. Add the attribute to the signature, to ensure the attribute is not ignored by the compiler. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1798)
|
|
The attribute '%s' is present on '%s' in the implementation but not in the signature, which takes precedence for tooling and consumers. Add the attribute to the signature, to ensure the attribute is not ignored by the compiler. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1798)
|
|
The 'InlineIfLambda' attribute is present in the signature but not the implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1678)
|
|
This expression returns a value of type '%s' but is implicitly discarded. Consider using 'let' to bind the result to a name, e.g. 'let result = expression'. If you intended to use the expression as a value in the sequence then use an explicit 'yield'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1492)
|
|
This expression returns a value of type '%s' but is implicitly discarded. Consider using 'let' to bind the result to a name, e.g. 'let result = expression'. If you intended to use the expression as a value in the sequence then use an explicit 'yield'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1492)
|
|
This expression returns a value of type '%s' but is implicitly discarded. Consider using 'let' to bind the result to a name, e.g. 'let result = expression'. If you intended to use the expression as a value in the sequence then use an explicit 'yield!'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1493)
|
|
This expression returns a value of type '%s' but is implicitly discarded. Consider using 'let' to bind the result to a name, e.g. 'let result = expression'. If you intended to use the expression as a value in the sequence then use an explicit 'yield!'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1493)
|
|
|
|
|
Full Usage:
SR.invalidFullNameForProvidedType ()
Returns: string
|
invalid full name for provided type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1220)
|
Full Usage:
SR.invalidNamespaceForProvidedType ()
Returns: string
|
invalid namespace for provided type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1219)
|
|
The 'anycpu32bitpreferred' platform can only be used with EXE targets. You must use 'anycpu' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1318)
|
|
XML comment is not placed on a valid language element. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1680)
|
|
%s '%s' not found in assembly '%s'. A possible cause may be a version incompatibility. You may need to explicitly reference the correct version of this assembly to allow all referenced components to use the correct version. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1481)
|
|
%s '%s' not found in assembly '%s'. A possible cause may be a version incompatibility. You may need to explicitly reference the correct version of this assembly to allow all referenced components to use the correct version. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1481)
|
%s '%s' not found in type '%s' from assembly '%s'. A possible cause may be a version incompatibility. You may need to explicitly reference the correct version of this assembly to allow all referenced components to use the correct version. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1482)
|
|
%s '%s' not found in type '%s' from assembly '%s'. A possible cause may be a version incompatibility. You may need to explicitly reference the correct version of this assembly to allow all referenced components to use the correct version. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1482)
|
|
Full Usage:
SR.keywordDescriptionAbstract ()
Returns: string
|
Indicates a method that either has no implementation in the type in which it is declared or that is virtual and has a default implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1403)
|
Full Usage:
SR.keywordDescriptionAnd ()
Returns: string
|
Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1404)
|
Full Usage:
SR.keywordDescriptionAs ()
Returns: string
|
Used to give the current class object an object name. Also used to give a name to a whole pattern within a pattern match. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1405)
|
Full Usage:
SR.keywordDescriptionAssert ()
Returns: string
|
Used to verify code during debugging. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1406)
|
Full Usage:
SR.keywordDescriptionBase ()
Returns: string
|
Used as the name of the base class object. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1407)
|
Full Usage:
SR.keywordDescriptionBegin ()
Returns: string
|
In verbose syntax, indicates the start of a code block. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1408)
|
Full Usage:
SR.keywordDescriptionCast ()
Returns: string
|
Converts a type to type that is higher in the hierarchy. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1477)
|
Full Usage:
SR.keywordDescriptionClass ()
Returns: string
|
In verbose syntax, indicates the start of a class definition. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1409)
|
Full Usage:
SR.keywordDescriptionConst ()
Returns: string
|
Keyword to specify a constant literal as a type parameter argument in Type Providers. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1410)
|
Full Usage:
SR.keywordDescriptionDefault ()
Returns: string
|
Indicates an implementation of an abstract method; used together with an abstract method declaration to create a virtual method. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1411)
|
Full Usage:
SR.keywordDescriptionDelegate ()
Returns: string
|
Used to declare a delegate. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1412)
|
Full Usage:
SR.keywordDescriptionDo ()
Returns: string
|
Used in looping constructs or to execute imperative code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1413)
|
Full Usage:
SR.keywordDescriptionDone ()
Returns: string
|
In verbose syntax, indicates the end of a block of code in a looping expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1414)
|
Full Usage:
SR.keywordDescriptionDowncast ()
Returns: string
|
Used to convert to a type that is lower in the inheritance chain. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1415)
|
Full Usage:
SR.keywordDescriptionDownto ()
Returns: string
|
In a for expression, used when counting in reverse. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1416)
|
Full Usage:
SR.keywordDescriptionDynamicCast ()
Returns: string
|
Converts a type to a type that is lower in the hierarchy. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1478)
|
Full Usage:
SR.keywordDescriptionElif ()
Returns: string
|
Used in conditional branching. A short form of else if. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1417)
|
Full Usage:
SR.keywordDescriptionElse ()
Returns: string
|
Used in conditional branching. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1418)
|
Full Usage:
SR.keywordDescriptionEnd ()
Returns: string
|
In type definitions and type extensions, indicates the end of a section of member definitions. In verbose syntax, used to specify the end of a code block that starts with the begin keyword. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1419)
|
Full Usage:
SR.keywordDescriptionException ()
Returns: string
|
Used to declare an exception type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1420)
|
Full Usage:
SR.keywordDescriptionExtern ()
Returns: string
|
Indicates that a declared program element is defined in another binary or assembly. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1421)
|
Full Usage:
SR.keywordDescriptionFinally ()
Returns: string
|
Used together with try to introduce a block of code that executes regardless of whether an exception occurs. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1423)
|
Full Usage:
SR.keywordDescriptionFor ()
Returns: string
|
Used in looping constructs. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1424)
|
Full Usage:
SR.keywordDescriptionFun ()
Returns: string
|
Used in lambda expressions, also known as anonymous functions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1425)
|
Full Usage:
SR.keywordDescriptionFunction ()
Returns: string
|
Used as a shorter alternative to the fun keyword and a match expression in a lambda expression that has pattern matching on a single argument. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1426)
|
Full Usage:
SR.keywordDescriptionGlobal ()
Returns: string
|
Used to reference the top-level .NET namespace. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1427)
|
Full Usage:
SR.keywordDescriptionIf ()
Returns: string
|
Used in conditional branching constructs. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1428)
|
Full Usage:
SR.keywordDescriptionIn ()
Returns: string
|
Used for sequence expressions and, in verbose syntax, to separate expressions from bindings. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1429)
|
Full Usage:
SR.keywordDescriptionInherit ()
Returns: string
|
Used to specify a base class or base interface. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1430)
|
Full Usage:
SR.keywordDescriptionInline ()
Returns: string
|
Used to indicate a function that should be integrated directly into the caller's code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1431)
|
Full Usage:
SR.keywordDescriptionInterface ()
Returns: string
|
Used to declare and implement interfaces. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1432)
|
Full Usage:
SR.keywordDescriptionInternal ()
Returns: string
|
Used to specify that a member is visible inside an assembly but not outside it. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1433)
|
Full Usage:
SR.keywordDescriptionLazy ()
Returns: string
|
Used to specify a computation that is to be performed only when a result is needed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1434)
|
Full Usage:
SR.keywordDescriptionLeftArrow ()
Returns: string
|
Assigns a value to a variable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1476)
|
Full Usage:
SR.keywordDescriptionLet ()
Returns: string
|
Used to associate, or bind, a name to a value or function. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1435)
|
Full Usage:
SR.keywordDescriptionLetBang ()
Returns: string
|
Used in computation expressions to bind a name to the result of another computation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1436)
|
Full Usage:
SR.keywordDescriptionMatch ()
Returns: string
|
Used to branch by comparing a value to a pattern. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1437)
|
Full Usage:
SR.keywordDescriptionMatchBang ()
Returns: string
|
Used in computation expressions to pattern match directly over the result of another computation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1438)
|
Full Usage:
SR.keywordDescriptionMember ()
Returns: string
|
Used to declare a property or method in an object type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1439)
|
Full Usage:
SR.keywordDescriptionModule ()
Returns: string
|
Used to associate a name with a group of related types, values, and functions, to logically separate it from other code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1440)
|
Full Usage:
SR.keywordDescriptionMutable ()
Returns: string
|
Used to declare a variable, that is, a value that can be changed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1441)
|
Full Usage:
SR.keywordDescriptionNamespace ()
Returns: string
|
Used to associate a name with a group of related types and modules, to logically separate it from other code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1442)
|
Full Usage:
SR.keywordDescriptionNew ()
Returns: string
|
Used to declare, define, or invoke a constructor that creates or that can create an object. Also used in generic parameter constraints to indicate that a type must have a certain constructor. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1443)
|
Full Usage:
SR.keywordDescriptionNot ()
Returns: string
|
Not actually a keyword. However, not struct in combination is used as a generic parameter constraint. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1444)
|
Full Usage:
SR.keywordDescriptionNull ()
Returns: string
|
Indicates the absence of an object. Also used in generic parameter constraints. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1445)
|
Full Usage:
SR.keywordDescriptionOf ()
Returns: string
|
Used in discriminated unions to indicate the type of categories of values, and in delegate and exception declarations. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1446)
|
Full Usage:
SR.keywordDescriptionOpen ()
Returns: string
|
Used to make the contents of a namespace or module available without qualification. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1447)
|
Full Usage:
SR.keywordDescriptionOr ()
Returns: string
|
Used in member constraints. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1448)
|
Full Usage:
SR.keywordDescriptionOverride ()
Returns: string
|
Used to implement a version of an abstract or virtual method that differs from the base version. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1449)
|
Full Usage:
SR.keywordDescriptionPrivate ()
Returns: string
|
Restricts access to a member to code in the same type or module. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1450)
|
Full Usage:
SR.keywordDescriptionPublic ()
Returns: string
|
Allows access to a member from outside the type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1451)
|
Full Usage:
SR.keywordDescriptionRec ()
Returns: string
|
Used to indicate that a function is recursive. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1452)
|
Full Usage:
SR.keywordDescriptionReturn ()
Returns: string
|
Used to provide a value for the result of the containing computation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1453)
|
Full Usage:
SR.keywordDescriptionReturnBang ()
Returns: string
|
Used to provide a value for the result of the containing computation expression, where that value itself comes from the result another computation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1454)
|
Full Usage:
SR.keywordDescriptionRightArrow ()
Returns: string
|
In function types, delimits arguments and return values. Yields an expression (in sequence expressions); equivalent to the yield keyword. Used in match expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1475)
|
Full Usage:
SR.keywordDescriptionSelect ()
Returns: string
|
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. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1455)
|
Full Usage:
SR.keywordDescriptionSig ()
Returns: string
|
Keyword reserved for ML-compatibility. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1456)
|
Full Usage:
SR.keywordDescriptionStatic ()
Returns: string
|
Used to indicate a method or property that can be called without an instance of a type, or a value member that is shared among all instances of a type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1457)
|
Full Usage:
SR.keywordDescriptionStruct ()
Returns: string
|
Used to declare a structure type. Also used in generic parameter constraints. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1458)
|
Full Usage:
SR.keywordDescriptionThen ()
Returns: string
|
Used in conditional expressions. Also used to perform side effects after object construction. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1459)
|
Full Usage:
SR.keywordDescriptionTo ()
Returns: string
|
Used in for loops to indicate a range. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1460)
|
Full Usage:
SR.keywordDescriptionTrueFalse ()
Returns: string
|
Used as a Boolean literal. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1422)
|
Full Usage:
SR.keywordDescriptionTry ()
Returns: string
|
Used to introduce a block of code that might generate an exception. Used together with 'with' or 'finally'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1461)
|
Full Usage:
SR.keywordDescriptionType ()
Returns: string
|
Used to declare a class, record, structure, discriminated union, enumeration type, unit of measure, or type abbreviation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1462)
|
Full Usage:
SR.keywordDescriptionTypeTest ()
Returns: string
|
Used to check if an object is of the given type in a pattern or binding. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1463)
|
Full Usage:
SR.keywordDescriptionTypedQuotation ()
Returns: string
|
Delimits a typed code quotation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1479)
|
Full Usage:
SR.keywordDescriptionUntypedQuotation ()
Returns: string
|
Delimits a untyped code quotation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1480)
|
Full Usage:
SR.keywordDescriptionUpcast ()
Returns: string
|
Used to convert to a type that is higher in the inheritance chain. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1464)
|
Full Usage:
SR.keywordDescriptionUse ()
Returns: string
|
Used instead of let for values that implement IDisposable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1465)
|
Full Usage:
SR.keywordDescriptionUseBang ()
Returns: string
|
Used instead of let! in computation expressions for computation expression results that implement IDisposable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1466)
|
Full Usage:
SR.keywordDescriptionVal ()
Returns: string
|
Used in a signature to indicate a value, or in a type to declare a member, in limited situations. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1467)
|
Full Usage:
SR.keywordDescriptionVoid ()
Returns: string
|
Indicates the .NET void type. Used when interoperating with other .NET languages. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1468)
|
Full Usage:
SR.keywordDescriptionWhen ()
Returns: string
|
Used for Boolean conditions (when guards) on pattern matches and to introduce a constraint clause for a generic type parameter. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1469)
|
Full Usage:
SR.keywordDescriptionWhile ()
Returns: string
|
Introduces a looping construct. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1470)
|
Full Usage:
SR.keywordDescriptionWhileBang ()
Returns: string
|
Used in computation expressions to introduce a looping construct where the condition is the result of another computation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1471)
|
Full Usage:
SR.keywordDescriptionWith ()
Returns: string
|
Used together with the match keyword in pattern matching expressions. Also used in object expressions, record copying expressions, and type extensions to introduce member definitions, and to introduce exception handlers. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1472)
|
Full Usage:
SR.keywordDescriptionYield ()
Returns: string
|
Used in a sequence expression to produce a value for a sequence. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1473)
|
Full Usage:
SR.keywordDescriptionYieldBang ()
Returns: string
|
Used in a computation expression to append the result of a given computation expression to a collection of results for the containing computation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1474)
|
|
|
|
|
|
a byte string may not be interpolated (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1627)
|
|
|
|
'%s' is not permitted as a character in operator names and is reserved for future use (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1027)
|
|
#: directives must start at the beginning of a line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1828)
|
|
Extended string interpolation is not supported in this version of F#. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1132)
|
Full Usage:
SR.lexHashBangMustBeFirstInFile ()
Returns: string
|
#! may only appear as the first line at the start of a file. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1061)
|
Full Usage:
SR.lexHashElifAfterElse ()
Returns: string
|
#elif is not allowed after #else (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1063)
|
|
#elif directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1792)
|
|
#elif directive should be immediately followed by an identifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1793)
|
Full Usage:
SR.lexHashElifNoMatchingIf ()
Returns: string
|
#elif has no matching #if (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1062)
|
|
#else directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1056)
|
Full Usage:
SR.lexHashElseNoMatchingIf ()
Returns: string
|
#else has no matching #if (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1054)
|
|
#endif directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1058)
|
Full Usage:
SR.lexHashEndifRequiredForElse ()
Returns: string
|
#endif required for #else (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1055)
|
Full Usage:
SR.lexHashEndingNoMatchingIf ()
Returns: string
|
#endif has no matching #if (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1057)
|
|
#if directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1053)
|
|
#if directive should be immediately followed by an identifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1059)
|
|
|
|
|
|
This is not a valid byte character literal. The value must be less than or equal to '\127'B. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1046)
|
|
This is not a valid character literal (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1048)
|
|
'%s' is not a valid character literal.\nNote: Currently the value is wrapped around byte range to '%s'. In a future F# version this warning will be promoted to an error. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1133)
|
|
'%s' is not a valid character literal.\nNote: Currently the value is wrapped around byte range to '%s'. In a future F# version this warning will be promoted to an error. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1133)
|
|
Invalid floating point number (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1042)
|
|
This is not a valid identifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1712)
|
|
|
|
|
|
This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0o1, 0b1, 1l (int/int32), 1u (uint/uint32), 1L (int64), 1UL (uint64), 1s (int16), 1us (uint16), 1y (int8/sbyte), 1uy (uint8/byte), 1.0 (float/double), 1.0f (float32/single), 1.0m (decimal), 1I (bigint). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1045)
|
|
This is not a valid byte character literal. The value must be less than or equal to '\127'B.\nNote: In a future F# version this warning will be promoted to an error. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1047)
|
|
|
|
|
|
|
|
|
|
This number is outside the allowable range for decimal literals (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1043)
|
|
This number is outside the allowable range for 8-bit signed integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1031)
|
|
This number is outside the allowable range for hexadecimal 8-bit signed integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1032)
|
|
This number is outside the allowable range for 8-bit unsigned integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1033)
|
|
This number is outside the allowable range for this integer type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1023)
|
|
This number is outside the allowable range for signed native integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1040)
|
|
This number is outside the allowable range for unsigned native integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1041)
|
|
This number is outside the allowable range for 16-bit signed integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1034)
|
|
This number is outside the allowable range for 16-bit unsigned integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1035)
|
|
This number is outside the allowable range for 64-bit signed integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1038)
|
|
This number is outside the allowable range for 64-bit unsigned integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1039)
|
|
This number is outside the allowable range for 32-bit floats (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1044)
|
|
This number is outside the allowable range for 32-bit signed integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1036)
|
|
This number is outside the allowable range for 32-bit unsigned integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1037)
|
|
A '}' character must be escaped (by doubling) in an interpolated string. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1633)
|
|
Invalid interpolated string. Single quote or verbatim string literals may not be used in interpolated expressions in single quote or verbatim strings. Consider using an explicit 'let' binding for the interpolation expression or use a triple quote string as the outer string literal. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1624)
|
|
TABs are not allowed in F# code (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1051)
|
|
This Unicode encoding is only valid in string literals (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1049)
|
|
This token is reserved for future use (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1050)
|
|
The interpolated triple quoted string literal does not start with enough '$' characters to allow this many consecutive opening braces as content. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1129)
|
|
The interpolated triple quoted string literal does not start with enough '$' characters to allow this many consecutive '%%' characters. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1131)
|
|
Invalid interpolated string. Triple quote string literals may not be used in interpolated expressions. Consider using an explicit 'let' binding for the interpolation expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1625)
|
|
|
|
Unexpected character '%s' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1028)
|
|
The interpolated string contains unmatched closing braces. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1130)
|
|
#nowarn/#warnon directives must appear as the first non-whitespace characters on a line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1775)
|
|
Warn directives must have warning number(s) as argument(s) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1776)
|
|
|
|
|
|
Syntax error. Wrong nested #endif, unexpected tokens before it. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1060)
|
Full Usage:
SR.lexfltIncorrentIndentationOfIn ()
Returns: string
|
The indentation of this 'in' token is incorrect with respect to the corresponding 'let' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1003)
|
|
|
|
'%s' must be defined at module level, not inside a type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1010)
|
Full Usage:
SR.lexfltInvalidNestedExceptionDefinition ()
Returns: string
|
Exceptions must be defined at module level, not inside types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1008)
|
Full Usage:
SR.lexfltInvalidNestedModule ()
Returns: string
|
Modules cannot be nested inside types. Define modules at module or namespace level. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1007)
|
Full Usage:
SR.lexfltInvalidNestedOpenDeclaration ()
Returns: string
|
'open' declarations must appear at module level, not inside types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1009)
|
Full Usage:
SR.lexfltInvalidNestedTypeDefinition ()
Returns: string
|
Nested type definitions are not allowed. Types must be defined at module or namespace level. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1006)
|
Full Usage:
SR.lexfltSeparatorTokensOfPatternMatchMisaligned ()
Returns: string
|
The '|' tokens separating rules of this pattern match are misaligned by one column. Consider realigning your code or using further indentation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1005)
|
|
|
Full Usage:
SR.lexfltTokenIsOffsideOfContextStartedEarlier a0
Parameters:
String
Returns: string
|
Unexpected syntax or possible incorrect indentation: this token is offside of context started at position %s. Try indenting this further. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1004)
|
|
|
|
The identifier '%s' is reserved for future use by F# (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:989)
|
|
Identifiers containing '@' are reserved for use in F# code generation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:988)
|
|
|
|
|
All elements of a list must be implicitly convertible to the type of the first element, which here is a tuple of length %d of type\n %s \nThis element is a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:23)
|
|
|
All elements of a list must be implicitly convertible to the type of the first element, which here is a tuple of length %d of type\n %s \nThis element is a tuple of length %d of type\n %s \n (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:23)
|
Full Usage:
SR.loadingDescription ()
Returns: string
|
(loading description...) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1331)
|
|
Pattern discard is not allowed for union case that takes no data. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1696)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This 'if' expression is missing an 'else' branch. Because 'if' is an expression, and not a statement, add an 'else' branch which also returns a value of type '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:26)
|
|
The use of '#light \"off\"' or '#indent \"off\"' is no longer supported (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1099)
|
Full Usage:
SR.moreThanOneInvokeMethodFound ()
Returns: string
|
More than one Invoke method found for delegate type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:984)
|
Full Usage:
SR.nativeResourceFormatError ()
Returns: string
|
Stream does not begin with a null resource and is not in '.RES' format. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1559)
|
|
|
|
Resource header beginning at offset %s is malformed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1560)
|
Full Usage:
SR.nicePrintOtherOverloads1 ()
Returns: string
|
+ 1 overload (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1323)
|
|
+ %d overloads (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1324)
|
|
Files in libraries or multiple-file applications must begin with a namespace or module declaration. When using a module declaration at the start of a file the '=' sign is not allowed. If this is a top-level module, consider removing the = to resolve this error. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:57)
|
|
No Invoke methods found for delegate type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:983)
|
Full Usage:
SR.notAFunction ()
Returns: string
|
This value is not a function and cannot be applied. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1484)
|
Full Usage:
SR.notAFunctionButMaybeDeclaration ()
Returns: string
|
This value is not a function and cannot be applied. Did you forget to terminate a declaration? (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1489)
|
Full Usage:
SR.notAFunctionButMaybeIndexer2 ()
Returns: string
|
This expression is not a function and cannot be applied. Did you intend to access the indexer via 'expr[index]'? (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1487)
|
|
(Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1488)
|
|
|
|
This value is not a function and cannot be applied. Did you intend to access the indexer via '%s[index]'? (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1486)
|
|
|
|
This value is not a function and cannot be applied. It has type '%s', which does not accept arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1485)
|
|
'global' may only be used as the first name in a qualified path (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1014)
|
|
|
|
|
|
Invalid field label (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1018)
|
|
Invalid module/expression/type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1011)
|
|
This is not a constructor or literal, or a constructor is being used incorrectly (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1015)
|
|
|
|
|
|
The record type for the record field '%s' was defined with the RequireQualifiedAccessAttribute. Include the name of the record type ('%s') in the name you are using. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1021)
|
|
The record type for the record field '%s' was defined with the RequireQualifiedAccessAttribute. Include the name of the record type ('%s') in the name you are using. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1021)
|
The instantiation of the generic type '%s' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1013)
|
|
The instantiation of the generic type '%s' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1013)
|
|
Multiple types exist called '%s', taking different numbers of generic parameters. Provide a type instantiation to disambiguate the type resolution, e.g. '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1012)
|
|
Multiple types exist called '%s', taking different numbers of generic parameters. Provide a type instantiation to disambiguate the type resolution, e.g. '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1012)
|
|
|
Unexpected empty long identifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1016)
|
|
The union type for union case '%s' was defined with the RequireQualifiedAccessAttribute. Include the name of the union type ('%s') in the name you are using. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1020)
|
|
The union type for union case '%s' was defined with the RequireQualifiedAccessAttribute. Include the name of the union type ('%s') in the name you are using. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1020)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A value marked as 'inline' could not be inlined (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1000)
|
|
A value marked as 'inline' has an unexpected value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:999)
|
Full Usage:
SR.optsAllSigs ()
Returns: string
|
Print the inferred interfaces of all compilation files to associated signature files (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:865)
|
Full Usage:
SR.optsAlwaysInline ()
Returns: string
|
Always inline 'inline' functions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1558)
|
Full Usage:
SR.optsBaseaddress ()
Returns: string
|
Base address for the library to be built (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:907)
|
Full Usage:
SR.optsBuildConsole ()
Returns: string
|
Build a console executable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:851)
|
Full Usage:
SR.optsBuildLibrary ()
Returns: string
|
Build a library (Short form: -a) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:853)
|
Full Usage:
SR.optsBuildModule ()
Returns: string
|
Build a module that can be added to another assembly (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:854)
|
Full Usage:
SR.optsBuildWindows ()
Returns: string
|
Build a Windows executable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:852)
|
|
|
|
Enable nullness declarations and checks (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1552)
|
|
|
|
Generate overflow checks (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:895)
|
Full Usage:
SR.optsChecksumAlgorithm ()
Returns: string
|
Specify algorithm for calculating source file checksum stored in PDB. Supported values are: SHA1 or SHA256 (default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:908)
|
Full Usage:
SR.optsClearResultsCache ()
Returns: string
|
Clear the package manager results cache (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:902)
|
Full Usage:
SR.optsClirootDeprecatedMsg ()
Returns: string
|
The command-line option '--cliroot' has been deprecated. Use an explicit reference to a specific copy of mscorlib.dll instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:916)
|
Full Usage:
SR.optsClirootDescription ()
Returns: string
|
Use to override where the compiler looks for mscorlib.dll and framework components (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:917)
|
Full Usage:
SR.optsCodepage ()
Returns: string
|
Specify the codepage used to read source files (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:901)
|
Full Usage:
SR.optsCompilerTool ()
Returns: string
|
Reference an assembly or directory containing a design time tool (Short form: -t) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:867)
|
|
|
|
Compress interface and optimization data files (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:860)
|
|
|
|
Output warning and error messages in color (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:930)
|
Full Usage:
SR.optsCopyright ()
Returns: string
|
Copyright (c) Microsoft Corporation. All Rights Reserved. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:848)
|
Full Usage:
SR.optsCopyrightCommunity ()
Returns: string
|
Freely distributed under the MIT Open Source License. https://github.com/Microsoft/visualfsharp/blob/master/License.txt (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:849)
|
|
|
|
Enable or disable cross-module optimizations (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:888)
|
|
|
|
|
|
|
|
The command-line option '%s' has been deprecated. HTML document generation is now part of the F# Power Pack, via the tool FsHtmlDoc.exe. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:929)
|
|
|
|
The command-line option '%s' has been deprecated (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:927)
|
|
Specify debugging type: full, portable, embedded, pdbonly. ('%s' is the default if no debugging type specified and enables attaching a debugger to a running program, 'portable' is a cross-platform format, 'embedded' is a cross-platform format embedded into the output file). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:880)
|
|
Specify debugging type: full, portable, embedded, pdbonly. ('%s' is the default if no debugging type specified and enables attaching a debugger to a running program, 'portable' is a cross-platform format, 'embedded' is a cross-platform format embedded into the output file). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:880)
|
|
|
|
Emit debug information (Short form: -g) (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:879)
|
Full Usage:
SR.optsDefine ()
Returns: string
|
Define conditional compilation symbols (Short form: -d) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:896)
|
|
|
|
Delay-sign the assembly using only the public portion of the strong name key (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:855)
|
|
|
|
Produce a deterministic assembly (including module version GUID and timestamp) (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:883)
|
Full Usage:
SR.optsDisableLanguageFeature ()
Returns: string
|
Disable a specific language feature by name. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1556)
|
|
|
|
Embed all source files in the portable PDB file (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:872)
|
Full Usage:
SR.optsEmbedSource ()
Returns: string
|
Embed specific source files in the portable PDB file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:873)
|
|
|
|
Emit debug information in quotations (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:934)
|
Full Usage:
SR.optsFullpaths ()
Returns: string
|
Output messages with fully qualified paths (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:905)
|
Full Usage:
SR.optsGetLangVersions ()
Returns: string
|
Display the allowed values for language version. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1554)
|
Full Usage:
SR.optsHelp ()
Returns: string
|
Display this usage message (Short form: -?) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:898)
|
Full Usage:
SR.optsHelpBannerAdvanced ()
Returns: string
|
- ADVANCED - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:922)
|
Full Usage:
SR.optsHelpBannerCodeGen ()
Returns: string
|
- CODE GENERATION - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:921)
|
Full Usage:
SR.optsHelpBannerErrsAndWarns ()
Returns: string
|
- ERRORS AND WARNINGS - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:925)
|
Full Usage:
SR.optsHelpBannerInputFiles ()
Returns: string
|
- INPUT FILES - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:919)
|
Full Usage:
SR.optsHelpBannerLanguage ()
Returns: string
|
- LANGUAGE - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:924)
|
Full Usage:
SR.optsHelpBannerMisc ()
Returns: string
|
- MISCELLANEOUS - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:923)
|
Full Usage:
SR.optsHelpBannerOutputFiles ()
Returns: string
|
- OUTPUT FILES - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:918)
|
Full Usage:
SR.optsHelpBannerResources ()
Returns: string
|
- RESOURCES - (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:920)
|
|
|
|
The command-line option '%s' is for test purposes only (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:926)
|
|
Invalid path map. Mappings must be comma separated and of the format 'path=sourcePath' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1176)
|
|
Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1178)
|
|
Invalid reference assembly path' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1177)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SR.optsLib ()
Returns: string
|
Specify a directory for the include path which is used to resolve source files and assemblies (Short form: -I) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:906)
|
Full Usage:
SR.optsLinkresource ()
Returns: string
|
Link the specified resource to this assembly where the resinfo format is
|
Full Usage:
SR.optsNameOfOutputFile ()
Returns: string
|
Name of the output file (Short form: -o) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:850)
|
Full Usage:
SR.optsNoCopyFsharpCore ()
Returns: string
|
Don't copy FSharp.Core.dll along the produced binaries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:936)
|
Full Usage:
SR.optsNoInterface ()
Returns: string
|
Don't add a resource to the generated assembly containing F#-specific metadata (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:863)
|
Full Usage:
SR.optsNoOpt ()
Returns: string
|
Only include optimization information essential for implementing inlined constructs. Inhibits cross-module inlining but improves binary compatibility. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:862)
|
Full Usage:
SR.optsNoframework ()
Returns: string
|
Do not reference the default CLI assemblies by default (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:909)
|
Full Usage:
SR.optsNologo ()
Returns: string
|
Suppress compiler copyright message (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:897)
|
Full Usage:
SR.optsNowarn ()
Returns: string
|
Disable specific warning messages (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:893)
|
Full Usage:
SR.optsNowin32manifest ()
Returns: string
|
Do not include the default Win32 manifest (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:871)
|
Full Usage:
SR.optsOptimizationData ()
Returns: string
|
Specify included optimization information, the default is file. Important for distributed libraries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:939)
|
|
|
|
Enable optimizations (Short form: -O) (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:881)
|
Full Usage:
SR.optsPathMap ()
Returns: string
|
Maps physical paths to source path names output by the compiler (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:887)
|
Full Usage:
SR.optsPdb ()
Returns: string
|
Name the output debug file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:913)
|
|
The pdb output file name cannot match the build output filename use --pdb:filename.pdb (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:875)
|
Full Usage:
SR.optsPlatform ()
Returns: string
|
Limit which platforms this code can run on: x86, x64, Arm, Arm64, Itanium, anycpu32bitpreferred, or anycpu. The default is anycpu. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:861)
|
Full Usage:
SR.optsPreferredUiLang ()
Returns: string
|
Specify the preferred output language culture name (e.g. es-ES, ja-JP) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:935)
|
|
|
|
|
|
|
|
Public-sign the assembly using only the public portion of the strong name key, and mark the assembly as signed (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:856)
|
|
|
|
Generate assembly with IL visibility that matches the source code visibility (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:884)
|
|
|
|
Produce a reference assembly, instead of a full assembly, as the primary output (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:885)
|
Full Usage:
SR.optsRefOut ()
Returns: string
|
Produce a reference assembly with the specified file path. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:886)
|
Full Usage:
SR.optsReference ()
Returns: string
|
Reference an assembly (Short form: -r) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:866)
|
Full Usage:
SR.optsReflectionFree ()
Returns: string
|
Disable implicit generation of constructs using reflection (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:889)
|
Full Usage:
SR.optsResident ()
Returns: string
|
Use a resident background compilation service to improve compiler startup times. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:912)
|
Full Usage:
SR.optsResource ()
Returns: string
|
Embed the specified managed resource (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:877)
|
Full Usage:
SR.optsResponseFile ()
Returns: string
|
Read response file for more options (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:900)
|
|
|
|
|
|
|
|
|
Full Usage:
SR.optsSetLangVersion ()
Returns: string
|
Specify language version such as 'latest' or 'preview'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1555)
|
|
|
|
Short form of '%s' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:915)
|
Full Usage:
SR.optsSig ()
Returns: string
|
Print the inferred interface of the assembly to a file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:864)
|
Full Usage:
SR.optsSignatureData ()
Returns: string
|
Include F# interface information, the default is file. Essential for distributing libraries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:937)
|
Full Usage:
SR.optsSimpleresolution ()
Returns: string
|
Resolve assembly references using directory-based rules rather than MSBuild resolution (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:914)
|
Full Usage:
SR.optsSourceLink ()
Returns: string
|
Source link information file to embed in the portable PDB file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:874)
|
Full Usage:
SR.optsStandalone ()
Returns: string
|
Statically link the F# library and all referenced DLLs that depend on it into the assembly being generated (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:910)
|
Full Usage:
SR.optsStaticlink ()
Returns: string
|
Statically link the given assembly and all referenced DLLs that depend on this assembly. Use an assembly name e.g. mylib, not a DLL name. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:911)
|
Full Usage:
SR.optsStrongKeyContainer ()
Returns: string
|
Specify a strong name key container (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:859)
|
Full Usage:
SR.optsStrongKeyFile ()
Returns: string
|
Specify a strong name key file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:858)
|
Full Usage:
SR.optsSubSystemVersion ()
Returns: string
|
Specify subsystem version of this assembly (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:932)
|
Full Usage:
SR.optsSupportedLangVersions ()
Returns: string
|
Supported language versions: (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1557)
|
|
|
|
Enable or disable tailcalls (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:882)
|
Full Usage:
SR.optsTargetProfile ()
Returns: string
|
Specify target framework profile of this assembly. Valid values are mscorlib, netcore or netstandard. Default - mscorlib (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:933)
|
Full Usage:
SR.optsTypecheckOnly ()
Returns: string
|
Perform type checking only, do not execute code (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:903)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable high-entropy ASLR (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:931)
|
Full Usage:
SR.optsUtf8output ()
Returns: string
|
Output messages in UTF-8 encoding (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:904)
|
Full Usage:
SR.optsVersion ()
Returns: string
|
Display compiler version banner and exit (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:899)
|
Full Usage:
SR.optsWarn ()
Returns: string
|
Set a warning level (0-5) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:892)
|
Full Usage:
SR.optsWarnOn ()
Returns: string
|
Enable specific warnings that may be off by default (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:894)
|
Full Usage:
SR.optsWarnaserror ()
Returns: string
|
Report specific warnings as errors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:891)
|
|
|
|
Report all warnings as errors (%s by default) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:890)
|
Full Usage:
SR.optsWin32icon ()
Returns: string
|
Specify a Win32 icon file (.ico) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:868)
|
Full Usage:
SR.optsWin32manifest ()
Returns: string
|
Specify a Win32 manifest file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:870)
|
Full Usage:
SR.optsWin32res ()
Returns: string
|
Specify a Win32 resource file (.res) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:869)
|
Full Usage:
SR.optsWriteXml ()
Returns: string
|
Write the xmldoc of the assembly to the given file (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:857)
|
|
The 'package management' feature requires language version 5.0 or above (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1541)
|
|
|
|
|
|
Package manager key '%s' was not registered in %s. Currently registered: %s. You can provide extra path(s) by passing '--compilertool:
|
|
Package manager key '%s' was not registered in %s. Currently registered: %s. You can provide extra path(s) by passing '--compilertool:
|
|
Accessibility modifiers are not allowed on this member. Abstract slots always have the same visibility as the enclosing type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:435)
|
|
The '|' character is not permitted in active pattern case identifiers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:481)
|
|
Active pattern case identifiers must begin with an uppercase letter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:480)
|
|
All enum fields must be given values (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:442)
|
|
The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:459)
|
|
'assert' may not be used as a first class value. Use 'assert
|
|
Cannot find code target for this attribute, possibly because the code after the attribute is incomplete. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1327)
|
Attributes are not permitted on interface implementations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:419)
|
|
|
Attributes have been ignored in this construct (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:399)
|
|
Attributes are not allowed here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:439)
|
|
Attributes are not permitted on 'inherit' declarations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:436)
|
Full Usage:
SR.parsAttributesMustComeBeforeVal ()
Returns: string
|
Attributes should be placed before 'val' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:418)
|
|
Augmentations are not permitted on delegate type moduleDefns (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:421)
|
Full Usage:
SR.parsConsiderUsingSeparateRecordType ()
Returns: string
|
Consider using a separate record type instead (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:447)
|
Constraint intersection syntax may only be used with flexible types, e.g. '#IDisposable & #ISomeInterface'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1721)
|
|
|
|
|
|
|
Invalid interpolated string. This interpolated string expression fill is empty, an expression was expected. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1632)
|
|
A type definition requires one or more members or other declarations. If you intend to define an empty class, struct or interface, then use 'type ... = class end', 'interface end' or 'struct end'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:423)
|
|
Accessibility modifiers are not permitted on enumeration fields (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:446)
|
|
Accessibility modifiers are not permitted in this position for enum types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:441)
|
|
End of file in comment begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:394)
|
|
End of file in directive begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:397)
|
|
End of file in #if section begun at or after here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:391)
|
|
Incomplete interpolated string begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1629)
|
|
Incomplete interpolated string expression fill begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1628)
|
|
Incomplete interpolated triple-quote string begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1631)
|
|
Incomplete interpolated verbatim string begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1630)
|
|
End of file in string begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:392)
|
|
End of file in string embedded in comment begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:395)
|
|
End of file in triple-quote string begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1119)
|
|
End of file in triple-quote string embedded in comment begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1120)
|
|
End of file in verbatim string begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:393)
|
|
End of file in verbatim string embedded in comment begun at or before here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:396)
|
|
Error in the return expression for this 'let'. Possible incorrect indentation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:453)
|
|
Attempted to parse this as an operator name, but failed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1125)
|
|
The block following this '%s' is unfinished. Every code block is an expression and must have a result. '%s' cannot be the final code element in a block. Consider giving this block an explicit result. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:454)
|
|
The block following this '%s' is unfinished. Every code block is an expression and must have a result. '%s' cannot be the final code element in a block. Consider giving this block an explicit result. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:454)
|
|
Expected an expression after this point (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1268)
|
|
Unexpected end of type. Expected a name after this point. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1285)
|
|
Expected a pattern after this point (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1695)
|
|
Expected a type after this point (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1269)
|
|
Expecting expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1684)
|
|
Expecting pattern (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1694)
|
|
Expecting record field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1743)
|
|
Expecting type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1714)
|
|
Expecting union case field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1757)
|
|
Field bindings must have the form 'id = expr;' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:469)
|
|
Missing 'do' in 'for' expression. Expected 'for
|
|
'get' and/or 'set' required (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:429)
|
|
'get', 'set' or 'get,set' required (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:425)
|
|
A getter property may have at most one argument group (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1080)
|
|
A getter property is expected to be a function, e.g. 'get() = ...' or 'get(index) = ...' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:431)
|
|
Identifier expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:457)
|
|
Ignoring attributes on module abbreviation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:411)
|
|
|
|
|
|
|
|
|
|
Denominator must not be 0 in unit-of-measure exponent (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:482)
|
|
Neither 'member val' nor 'override val' definitions are permitted in object expressions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1338)
|
|
'in' or '=' expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:458)
|
|
Incomplete conditional. Expected 'if
|
|
Incomplete character literal (example: 'Q') or qualified type invocation (example: 'T.Name) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:483)
|
|
Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:484)
|
|
An indexer property must be given at least one argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1083)
|
|
'inherit' declarations cannot have 'as' bindings. To access members of the base class when overriding a method, the syntax 'base.SomeMember' may be used; 'base' is a keyword. Remove this 'as' binding. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:438)
|
|
Accessibility modifiers are not permitted on inline assembly code types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:443)
|
|
An integer for loop must use a simple identifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:402)
|
|
Interfaces always have the same visibility as the enclosing type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:434)
|
|
Invalid anonymous record expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1512)
|
|
Invalid anonymous record type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1513)
|
|
Invalid declaration syntax (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:428)
|
|
Invalid literal in type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:475)
|
|
Invalid prefix operator (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1102)
|
|
Invalid operator definition. Prefix operator definitions must use a valid prefix operator name. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1103)
|
|
Invalid property getter or setter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1082)
|
|
Invalid use of 'rec' keyword (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1380)
|
|
The declaration form 'let ... and ...' for non-recursive bindings is not used in F# code. Consider using a sequence of 'let' bindings (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:449)
|
|
|
|
|
|
This member is not permitted in an object implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:470)
|
|
|
|
|
|
|
|
|
|
Missing function body (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:471)
|
|
Unmatched '<'. Expected closing '>' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1123)
|
|
|
|
|
|
Expecting member body (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1717)
|
|
Missing qualification after '.' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:462)
|
|
Missing spread source expression after '...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1816)
|
|
Missing spread source type after '...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1817)
|
|
Expected type argument or static argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1122)
|
|
Missing union case name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1713)
|
|
A module abbreviation must be a simple name, not a path (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:410)
|
|
A module name must be a simple name, not a path (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:416)
|
Full Usage:
SR.parsMultiArgumentGenericTypeFormDeprecated ()
Returns: string
|
The syntax '(typ,...,typ) ident' is not used in F# code. Consider using 'ident
|
|
When the visibility for a property is specified, setting the visibility of the set or get method is not allowed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:432)
|
|
Property definitions may not be declared mutable. To indicate that this property can be set, use 'member val PropertyName = expr with get,set'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1303)
|
|
To indicate that this property can be set, use 'member val PropertyName = expr with get,set'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1304)
|
|
Files should begin with either a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module SomeNamespace.SomeModule', but not both. To define a module within a namespace use 'module SomeModule = ...' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:409)
|
|
This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1651)
|
Full Usage:
SR.parsNoEqualShouldFollowNamespace ()
Returns: string
|
No '=' symbol should follow a 'namespace' declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:485)
|
|
No #endif found for #if or #else (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:398)
|
|
No matching 'in' found for this 'let' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:452)
|
|
Remove spaces between the type name and type parameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1086)
|
|
Remove spaces between the type name and type parameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1085)
|
Full Usage:
SR.parsNonAtomicType ()
Returns: string
|
The use of the type syntax 'int C' and 'C
|
|
Only class types may take value arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:426)
|
|
Only '#' compiler directives may occur prior to the first 'namespace' declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:407)
|
|
At most one 'with' augmentation is permitted (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:403)
|
|
Only simple patterns are allowed in primary constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1745)
|
Full Usage:
SR.parsParenFormIsForML ()
Returns: string
|
In F# code you may use 'expr.[expr]'. A type annotation may be required to indicate the first expression is an array (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:463)
|
|
Accessibility modifiers are not permitted on record fields. Use 'type R = internal ...' or 'type R = private ...' to give an accessibility to the whole representation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:448)
|
|
Property setters must be defined using 'set value = ', 'set idx value = ' or 'set (idx1,...,idxN) value = ... ' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:433)
|
|
A setter property may have at most two argument groups (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1081)
|
|
Spreading is not supported in this construct. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1819)
|
|
Spreading is not supported in this position. Use one of the forms { ...expr1; A = expr2 } or { expr1 with A = expr2 } instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1820)
|
|
Incomplete declaration of a static construct. Use 'static let','static do','static member' or 'static val' for declaration. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1742)
|
|
This argument expression needs parentheses. Expressions involving function or method calls must be parenthesized when passed as arguments, e.g. 'printfn \"%%s\" (arg.Trim())'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:460)
|
|
Successive patterns should be separated by spaces or tupled (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:451)
|
|
Syntax error (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:420)
|
|
Syntax error in labelled type argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:472)
|
Full Usage:
SR.parsSyntaxModuleSigEndDeprecated ()
Returns: string
|
The syntax 'module ... : sig .. end' is not used in F# code. Consider using 'module ... = begin .. end' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:487)
|
Full Usage:
SR.parsSyntaxModuleStructEndDeprecated ()
Returns: string
|
The syntax 'module ... = struct .. end' is not used in F# code. Consider using 'module ... = begin .. end' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:486)
|
|
Accessibility modifiers are not permitted in this position for type abbreviations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:440)
|
|
Type annotations on property getters and setters must be given after the 'get()' or 'set(v)', e.g. 'with get() : string = ...' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:430)
|
|
Type name cannot be empty. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1328)
|
|
Unclosed block (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:414)
|
|
'_' cannot be used as field name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1340)
|
|
Unexpected empty type moduleDefn list (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:417)
|
|
Unexpected end of input (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:405)
|
|
Unexpected end of input in value, function or member definition (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1283)
|
|
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif
|
|
Unexpected end of input in 'else' branch of conditional expression. Expected 'if
|
|
Unexpected end of input in expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1284)
|
|
Unexpected end of input in 'for' expression. Expected 'for
|
|
Unexpected end of input in body of lambda expression. Expected 'fun
|
|
Unexpected end of input in 'match' expression. Expected 'match
|
|
Unexpected end of input in object members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1282)
|
|
Unexpected end of input in 'then' branch of conditional expression. Expected 'if
|
|
Unexpected end of input in 'try' expression. Expected 'try
|
|
Unexpected end of input in type arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1279)
|
|
Unexpected end of input in type definition (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1281)
|
|
Unexpected end of input in type signature (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1280)
|
|
Unexpected end of input in 'while' expression. Expected 'while
|
|
Unexpected end of input in 'match' or 'try' expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1275)
|
|
|
|
|
|
Unexpected infix operator in type expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:473)
|
|
Unexpected integer literal in unit-of-measure expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:477)
|
|
Unexpected infix operator in unit-of-measure expression. Legal operators are '*', '/' and '^'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:476)
|
Full Usage:
SR.parsUnexpectedQuotationOperatorInTypeAliasDidYouMeanVerbatimString ()
Returns: int * RichText
|
Unexpected quotation operator '<@' in type definition. If you intend to pass a verbatim string as a static argument to a type provider, put a space between the '<' and '@' characters. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1124)
|
|
A semicolon is not expected at this point (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:404)
|
|
Unexpected symbol '=' in expression. Did you intend to use 'for x in y .. z do' instead? (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1391)
|
|
|
|
|
|
|
|
|
|
Accessibility modifiers are not permitted on union cases. Use 'type U = internal ...' or 'type U = private ...' to give an accessibility to the whole representation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:445)
|
|
|
|
|
|
Unmatched 'begin' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:427)
|
|
Unmatched 'begin' or 'struct' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:415)
|
|
Unmatched '{' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:467)
|
|
Unmatched '{|' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:468)
|
|
Unmatched '[' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:461)
|
|
Unmatched '[|' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:466)
|
|
Unmatched 'class', 'interface' or 'struct' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:422)
|
|
Unmatched '[<'. Expected closing '>]' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1270)
|
|
Incomplete value or function definition. If this is in an expression, the body of the expression must be indented to the same column as the 'let' keyword. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1286)
|
|
Incomplete value definition. If this is in an expression, the body of the expression must be indented to the same column as the 'let!' keyword. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1287)
|
|
Unmatched '(' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:450)
|
|
Incomplete value definition. If this is in an expression, the body of the expression must be indented to the same column as the 'use' keyword. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1289)
|
|
Incomplete value definition. If this is in an expression, the body of the expression must be indented to the same column as the 'use!' keyword. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1288)
|
|
Unmatched 'with' or badly formatted 'with' block (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:424)
|
|
'use' bindings are not permitted in primary constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:400)
|
|
'use' bindings are not permitted in modules and are treated as 'let' bindings (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:401)
|
|
Accessibility modifiers should come immediately prior to the identifier naming a construct (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:408)
|
|
Accessibility modifiers are not permitted on an 'inherits' declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:437)
|
|
Missing 'do' in 'while' expression. Expected 'while
|
|
|
|
|
|
Partial active patterns may only generate one result (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:991)
|
|
|
|
|
|
|
|
A pattern match guard must be of type 'bool', but this 'when' expression is of type '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:33)
|
|
|
|
|
|
Newly added pickle state cannot be used in FSharp.Core, since it must be working in older compilers+tooling as well. The time window is at least 3 years after feature introduction. Violation: %s . Context: \n %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1723)
|
|
Newly added pickle state cannot be used in FSharp.Core, since it must be working in older compilers+tooling as well. The time window is at least 3 years after feature introduction. Violation: %s . Context: \n %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1723)
|
|
An error occurred while reading the F# metadata node at position %d in table '%s' of assembly '%s'. The node had no matching declaration. Please report this warning. You may need to recompile the F# assembly you are using. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1361)
|
|
An error occurred while reading the F# metadata node at position %d in table '%s' of assembly '%s'. The node had no matching declaration. Please report this warning. You may need to recompile the F# assembly you are using. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1361)
|
|
An error occurred while reading the F# metadata of assembly '%s'. A reserved construct was utilized. You may need to upgrade your F# compiler or use an earlier version of the assembly that doesn't make use of a specific construct. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1490)
|
|
An error occurred while reading the F# metadata of assembly '%s'. A reserved construct was utilized. You may need to upgrade your F# compiler or use an earlier version of the assembly that doesn't make use of a specific construct. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1490)
|
|
#i is not supported by the registered PackageManagers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1543)
|
|
Expected single line comment or end of line (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1064)
|
|
|
|
|
|
Incomplete preprocessor expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1359)
|
|
|
|
|
|
|
|
|
|
A ReadOnly attribute has been applied to a struct type with a mutable field. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1496)
|
|
|
|
|
|
|
|
Replace with '%s' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:20)
|
Full Usage:
SR.reprResumableCodeContainsConstrainedGenericLet ()
Returns: string
|
A constrained generic construct occurred in the resumable code specification (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1669)
|
Full Usage:
SR.reprResumableCodeContainsDynamicResumeAtInBody ()
Returns: string
|
A target label for __resumeAt was not statically determined. A __resumeAt with a non-static target label may only appear at the start of a resumable code method (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1670)
|
Full Usage:
SR.reprResumableCodeContainsFastIntegerForLoop ()
Returns: string
|
A fast integer for loop may not contain resumption points (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1673)
|
Full Usage:
SR.reprResumableCodeContainsLetRec ()
Returns: string
|
A 'let rec' occurred in the resumable code specification (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1668)
|
Full Usage:
SR.reprResumableCodeContainsResumptionInHandlerOrFilter ()
Returns: string
|
The 'with' block of a try/with may not contain resumption points (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1672)
|
Full Usage:
SR.reprResumableCodeContainsResumptionInTryFinally ()
Returns: string
|
A try/finally may not contain resumption points (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1671)
|
Full Usage:
SR.reprResumableCodeDefinitionWasGeneric ()
Returns: string
|
A delegate or function producing resumable code in a state machine has type parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1675)
|
|
|
|
A resumable code invocation at '%s' could not be reduced (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1667)
|
|
|
|
The resumable code value(s) '%s' does not have a definition (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1674)
|
Full Usage:
SR.reprStateMachineInvalidForm ()
Returns: string
|
The state machine has an unexpected form (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1676)
|
|
This state machine is not statically compilable. %s. An alternative dynamic implementation will be used, which may be slower. Consider adjusting your code to ensure this state machine is statically compilable, or else suppress this warning. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1663)
|
|
This state machine is not statically compilable. %s. An alternative dynamic implementation will be used, which may be slower. Consider adjusting your code to ensure this state machine is statically compilable, or else suppress this warning. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1663)
|
|
|
|
|
Full Usage:
SR.returnUsedInsteadOfReturnBang ()
Returns: string
|
Consider using 'return!' instead of 'return'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:37)
|
The .NET SDK for this script could not be determined. If the script is in a directory using a 'global.json' then ensure the relevant .NET SDK is installed. The output from '%s --version' in the directory '%s' was: '%s' and the exit code was '%d'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1634)
|
|
The .NET SDK for this script could not be determined. If the script is in a directory using a 'global.json' then ensure the relevant .NET SDK is installed. The output from '%s --version' in the directory '%s' was: '%s' and the exit code was '%d'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1634)
|
|
|
The .NET SDK for this script could not be determined. dotnet.exe could not be found ensure a .NET SDK is installed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1636)
|
|
The .NET SDK for this script could not be determined. If the script is in a directory using a 'global.json' then ensure the relevant .NET SDK is installed. Unexpected error '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1635)
|
|
The .NET SDK for this script could not be determined. If the script is in a directory using a 'global.json' then ensure the relevant .NET SDK is installed. Unexpected error '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1635)
|
Full Usage:
SR.srcFileTooLarge ()
Returns: string
|
Source file is too large to embed in a portable PDB (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:876)
|
|
|
|
|
Full Usage:
SR.suggestedName ()
Returns: string
|
(Suggested name) (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:972)
|
|
Active patterns cannot return more than 7 possibilities (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:100)
|
|
Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1507)
|
|
This literal expression or attribute argument results in an arithmetic overflow. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1351)
|
|
|
|
|
|
This operation accesses a mutable top-level value defined in another assembly in an unsupported way. The value cannot be accessed through its address. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...', and if necessary assigning the value back after the completion of the operation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1084)
|
|
Invalid form for a property getter. At least one '()' argument is required when using the explicit syntax. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:88)
|
|
Invalid form for a property setter. At least one argument is required. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:89)
|
|
Invalid member signature encountered because of an earlier error (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:86)
|
|
Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:92)
|
|
|
|
|
|
|
|
|
|
This is not a valid constant expression or custom attribute value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:101)
|
|
Recursive values cannot appear directly as a construction of the type '%s' within a recursive binding. This feature has been removed from the F# language. Consider using a record instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:95)
|
|
Recursive values cannot appear directly as a construction of the type '%s' within a recursive binding. This feature has been removed from the F# language. Consider using a record instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:95)
|
Recursive values cannot be directly assigned to the non-mutable field '%s' of the type '%s' within a recursive binding. Consider using a mutable field instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:96)
|
|
Recursive values cannot be directly assigned to the non-mutable field '%s' of the type '%s' within a recursive binding. Consider using a mutable field instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:96)
|
|
|
Recursively defined values cannot appear directly as part of the construction of a tuple value within a recursive binding (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:94)
|
|
|
|
|
|
|
|
The type '%s' has an inline assembly code representation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:80)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unexpected use of a byref-typed variable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:90)
|
Full Usage:
SR.tastUnexpectedDecodeOfAutoOpenAttribute ()
Returns: string
|
Unexpected decode of AutoOpenAttribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:97)
|
Full Usage:
SR.tastUnexpectedDecodeOfInterfaceDataVersionAttribute ()
Returns: string
|
Unexpected decode of InterfaceDataVersionAttribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:99)
|
Full Usage:
SR.tastUnexpectedDecodeOfInternalsVisibleToAttribute ()
Returns: string
|
Unexpected decode of InternalsVisibleToAttribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:98)
|
|
This value does not have a valid property setter type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:87)
|
Full Usage:
SR.tastValueHasBeenCopied ()
Returns: string
|
The value has been copied to ensure the original is not mutated by this operation or because the copy is implicit when returning a struct from a member and another member is then accessed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:93)
|
|
A value defined in a module must be mutable in order to take its address, e.g. 'let mutable x = ...' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1501)
|
|
A value must be mutable in order to mutate the contents or take the address of a value type, e.g. 'let mutable x = ...' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:91)
|
|
|
|
Abbreviated types cannot be given the 'Sealed' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:801)
|
|
Abbreviations for Common IL exceptions cannot take arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:773)
|
Full Usage:
SR.tcAbbreviationsFordotNetExceptionsMustHaveMatchingObjectConstructor ()
Returns: int * RichText
|
Abbreviations for Common IL exception types must have a matching object constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:775)
|
|
Abstract members are not permitted in an augmentation - they must be defined as part of the type itself (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:710)
|
|
|
|
|
|
Instances of this type cannot be created since it has been marked abstract or not all methods have been given implementations. Consider using an object expression '{ new ... with ... }' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:618)
|
|
Access modifiers cannot be applied to an SRTP constraint. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1759)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Active patterns do not have fields. This syntax is invalid. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1346)
|
|
All implemented interfaces should be declared on the initial declaration of the type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:762)
|
|
Types with the 'AllowNullLiteral' attribute may only inherit from or implement types which also allow the use of the null literal (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:787)
|
|
The meaning of _ is ambiguous here. It cannot be used for a discarded variable and a function shorthand in the same scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1720)
|
|
This expression has type '%s' and is only made compatible with type '%s' through an ambiguous implicit conversion. Consider using an explicit call to 'op_Implicit'. The applicable implicit conversions are:%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1638)
|
|
This expression has type '%s' and is only made compatible with type '%s' through an ambiguous implicit conversion. Consider using an explicit call to 'op_Implicit'. The applicable implicit conversions are:%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1638)
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SR.tcAnonRecdInvalid ()
Returns: string
|
Invalid Anonymous Record type declaration. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1392)
|
|
|
|
|
|
|
|
|
|
|
|
This anonymous record is missing fields %s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1396)
|
|
|
|
This anonymous record has extra fields. Remove fields %s. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1398)
|
|
|
|
|
|
|
|
|
|
|
|
This anonymous record is missing field '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1395)
|
|
|
|
This anonymous record has an extra field. Remove field '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1397)
|
|
|
|
|
|
The source expression of a spread into an anonymous record expression cannot be nullable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1813)
|
|
The source expression of a spread into an anonymous record expression must have a nominal or anonymous record type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1812)
|
|
Anonymous type variables are not permitted in this declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:574)
|
|
Anonymous unit-of-measure cannot be nested inside another unit-of-measure expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:573)
|
The member '%s' does not accept the correct number of arguments. %d argument(s) are expected, but %d were given. The required signature is '%s'.%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:628)
|
|
The member '%s' does not accept the correct number of arguments. %d argument(s) are expected, but %d were given. The required signature is '%s'.%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:628)
|
|
The member '%s' does not accept the correct number of arguments. One overload accepts %d arguments, but %d were given. The required signature is '%s'.%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:629)
|
|
The member '%s' does not accept the correct number of arguments. One overload accepts %d arguments, but %d were given. The required signature is '%s'.%s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:629)
|
|
|
At least one override did not correctly implement its corresponding abstract member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:643)
|
|
The attribute '%s' appears in both the implementation and the signature, but the attribute arguments differ. Only the attribute from the signature will be included in the compiled code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1094)
|
|
The attribute '%s' appears in both the implementation and the signature, but the attribute arguments differ. Only the attribute from the signature will be included in the compiled code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1094)
|
|
|
|
|
|
Attribute expressions must be calls to object constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:706)
|
|
This attribute is not valid for use on this language element. Assembly attributes should be attached to a 'do ()' declaration, if necessary within an F# module. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:699)
|
|
This attribute is not valid for use on union cases with fields. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1779)
|
|
Attributes are not permitted on 'let' bindings in expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:682)
|
|
Attributes are not allowed within patterns (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:543)
|
|
The attributes of this type specify multiple kinds for the type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:779)
|
|
Attributes cannot be applied to type extensions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1515)
|
|
'member val' definitions are only permitted in types with a primary constructor. Consider adding arguments to your type definition, e.g. 'type X(args) = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1302)
|
|
|
|
|
|
|
|
|
|
'let!', 'use!' and 'do!' expressions may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1311)
|
|
A binding cannot be marked both 'use' and 'rec' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:680)
|
|
|
|
|
|
A type annotated with IsByRefLike must also be a struct. Consider adding the [
|
|
A byref pointer returned by a function or method is implicitly dereferenced as of F# 4.5. To acquire the return value as a pointer, use the address-of operator, e.g. '&f(x)' or '&obj.Method(arg1, arg2)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1497)
|
|
Byref types are not allowed to have optional type extensions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1509)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cannot create an extension of a sealed type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:633)
|
|
Cannot inherit from erased provided type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1229)
|
|
Cannot inherit from interface type. Use interface ... with instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:803)
|
|
Cannot inherit a sealed type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:802)
|
|
Cannot inherit from a variable type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:612)
|
|
|
|
|
|
|
|
|
|
The 'CompiledName' attribute cannot be used with this language element (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:614)
|
|
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:724)
|
|
The 'ConditionalAttribute' attribute may only be used on members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:684)
|
|
Attribute 'System.Diagnostics.ConditionalAttribute' is only valid on methods or attribute classes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1108)
|
|
One or more of the explicit class or function type variables for this binding could not be generalized, because they were constrained to other types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:521)
|
|
This construct is ambiguous as part of a computation expression. Nested expressions may be written using 'let _ = (...)' and nested computations using 'let! res = builder { ... }'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:652)
|
|
This construct is ambiguous as part of a sequence expression. Nested expressions may be written using 'let _ = (...)' and nested sequences using 'yield! seq {... }'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:653)
|
|
This construct may only be used within computation expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:609)
|
|
This construct may only be used within computation expressions. To return a value from an ordinary function simply write the expression without 'return'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:607)
|
|
This construct may only be used within list, array and sequence expressions, e.g. expressions of the form 'seq { ... }', '[ ... ]' or '[| ... |]'. These use the syntax 'for ... in ... do ... yield...' to generate elements (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:606)
|
|
This construct may only be used within sequence or computation expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:608)
|
|
A constructor cannot have explicit type parameters. Consider using a static construction method instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:532)
|
|
|
|
|
|
Constructor expressions for interfaces do not take arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:640)
|
|
This object constructor requires arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:641)
|
|
Constructors for the type '%s' must directly or indirectly call its implicit object constructor. Use a call to the implicit object constructor instead of a record expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:621)
|
|
Constructors for the type '%s' must directly or indirectly call its implicit object constructor. Use a call to the implicit object constructor instead of a record expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:621)
|
|
Constructors must be applied to arguments and cannot be used as first-class values. If necessary use an anonymous function '(fun arg1 ... argN -> new Type(arg1,...,argN))'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:669)
|
|
Constructors cannot be specified in exception augmentations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:725)
|
|
Constructors cannot be defined for this type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:727)
|
|
Constructors are not permitted as extension members - they must be defined as part of the original definition of the type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1367)
|
|
The input to a copy-and-update expression that creates an anonymous record must be either an anonymous record or a record (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1514)
|
|
|
|
|
Full Usage:
SR.tcCouldNotFindIDisposable ()
Returns: string
|
Couldn't find Dispose on IDisposable, or it was overloaded (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:548)
|
|
Could not find method System.Runtime.CompilerServices.OffsetToStringData in references when building 'fixed' expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1384)
|
|
The number of args for a custom attribute does not match the expected number of args for the attribute constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:704)
|
|
A custom attribute must be a reference type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:703)
|
|
A custom attribute must invoke an object constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:705)
|
|
'%s' is used with an incorrect number of arguments. This is a custom operation in this query or computation expression. Expected %d argument(s), but given %d. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1267)
|
|
'%s' is used with an incorrect number of arguments. This is a custom operation in this query or computation expression. Expected %d argument(s), but given %d. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1267)
|
|
|
|
|
|
|
|
|
|
A custom operation may not be used in conjunction with 'use', 'try/with', 'try/finally', 'if/then/else' or 'match' operators within this computation expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1247)
|
Full Usage:
SR.tcCustomOperationMayNotBeUsedInConjunctionWithNonSimpleLetBindings ()
Returns: int * RichText
|
A custom operation may not be used in conjunction with a non-value or recursive 'let' binding in another part of this computation expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1246)
|
|
|
|
|
|
|
|
|
|
This declaration element is not permitted in an augmentation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:765)
|
|
The method implemented by this default is ambiguous (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:715)
|
|
This method already has a default implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:714)
|
A default implementation of this interface has already been added because the explicit implementation of the interface was not specified at the definition of the type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:763)
|
|
|
The default, zero-initializing constructor of a struct type may only be used if all the fields of the struct type admit default initialization (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:547)
|
|
The 'DefaultValue' attribute may only be used on 'val' declarations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:683)
|
|
A delegate constructor must be passed a single function value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:679)
|
|
Delegate specifications must not be curried types. Use 'typ * ... * typ -> typ' for multi-argument delegates, and 'typ -> (typ -> typ)' for delegates returning function values. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:807)
|
|
|
|
|
|
DLLImport bindings must be static members in a class or function definitions in a module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1112)
|
|
DLLImport stubs cannot be inlined (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:517)
|
|
'do!' cannot be used within sequence expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:654)
|
|
|
|
|
|
Shorthand lambda syntax is only supported for atomic expressions, such as method, property, field or indexer on the implied '_' argument. For example: 'let f = _.Length'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1734)
|
|
Nullness warning: Downcasting from '%s' into '%s' can introduce unexpected null values. Cast to '%s|null' instead or handle the null before downcasting. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1533)
|
|
Nullness warning: Downcasting from '%s' into '%s' can introduce unexpected null values. Cast to '%s|null' instead or handle the null before downcasting. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1533)
|
|
Extension members extending types with the same simple name '%s' but different fully qualified names cannot be defined in the same module. Consider defining these extensions in separate modules. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1603)
|
|
Extension members extending types with the same simple name '%s' but different fully qualified names cannot be defined in the same module. Consider defining these extensions in separate modules. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1603)
|
|
Duplicate specification of an interface (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:744)
|
|
An empty body may only be used if the computation expression builder defines a 'Zero' method. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:568)
|
|
Copy-and-update record expressions must include at least one field. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1339)
|
|
'{ }' is not a valid expression. Records must include at least one field. Empty sequences are specified by using Seq.empty or an empty list '[]'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:649)
|
|
The 'EntryPointAttribute' attribute may only be used on function definitions in modules (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:686)
|
|
|
|
|
|
Enumerations cannot have interface declarations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:760)
|
|
Enumerations cannot have members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:752)
|
|
|
|
|
|
|
|
|
|
Exception abbreviations must refer to existing exceptions or F# types deriving from System.Exception (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:774)
|
|
Exception abbreviations should not have argument lists (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:772)
|
|
|
|
Expected module or namespace parent %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:512)
|
|
Expected an interface type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:639)
|
|
Expected type, not unit-of-measure (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:563)
|
|
Expected unit-of-measure type parameter must be marked with the [
|
|
Expected type parameter, not unit-of-measure parameter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:562)
|
|
Expected unit-of-measure parameter, not type parameter. Explicit unit-of-measure parameters must be marked with the [
|
|
Expected unit-of-measure, not type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:564)
|
|
An explicit object constructor should use the syntax 'new(args) = expr' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:539)
|
|
An explicit static initializer should use the syntax 'static new(args) = expr' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:538)
|
|
Explicit type parameters may only be used on module or member bindings (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:525)
|
Full Usage:
SR.tcExplicitTypeSpecificationCannotBeUsedForExceptionConstructors ()
Returns: int * RichText
|
Explicit type specifications cannot be used for exception constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:771)
|
|
TcExprUndelayed: delayed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:594)
|
|
|
|
The expression form 'expr then expr' may only be used as part of an explicit object constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:602)
|
|
The expression form { expr with ... } may only be used with record types. To build object types use { new Type(...) with ... } (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:646)
|
|
This expression form may only be used in sequence and computation expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:595)
|
Full Usage:
SR.tcExpressionWithIfRequiresParenthesis ()
Returns: string
|
This list or array expression includes an element of the form 'if ... then ... else'. Parenthesize this expression to indicate it is an individual element of the list or array, to disambiguate this from a list generated using a sequence expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:599)
|
|
The 'ExtendedLayoutAttribute' cannot be applied to discriminated unions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1832)
|
|
A struct with the 'ExtendedLayoutAttribute' must have at least one instance field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1833)
|
|
Extraneous fields have been given values (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:624)
|
|
All record, union and struct types in FSharp.Core.dll must be explicitly labelled with 'StructuralComparison' or 'NoComparison' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1068)
|
|
This field is not mutable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:605)
|
|
|
|
|
|
This field is readonly (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:550)
|
|
|
|
|
|
This field is not a literal and cannot be used in a pattern (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:588)
|
|
|
|
|
|
This field requires a name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:738)
|
|
A field/val declaration is not permitted here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:745)
|
|
The field labels and expected type of this record expression or pattern do not uniquely determine a corresponding record type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:527)
|
|
Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is one of the following: an array, the address of an array element, a string, a byref, an inref, or a type implementing GetPinnableReference() (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1383)
|
|
The corresponding formal argument is not optional (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:677)
|
|
This function value is being used to construct a delegate type whose signature includes a byref argument. You must use an explicit lambda expression taking %d arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:552)
|
|
|
|
|
|
This expression is a function value. When used in an interpolated string it will be formatted using its 'ToString' method, which is likely not the intended behavior. Consider applying the function to its arguments. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1794)
|
|
The provided types generated by this use of a type provider may not be used from other F# assemblies and should be marked internal or private. Consider using 'type internal TypeName = ...' or 'type private TypeName = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1341)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generic types cannot be given the 'StructLayout' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:788)
|
|
|
|
The system type '%s' was required but no referenced system DLL contained this type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1388)
|
|
The syntax 'expr1[expr2]' is used for indexing. Consider adding a type annotation to enable indexing, or if calling a function add a space, e.g. 'expr1 [expr2]'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1609)
|
|
It is recommended that objects supporting the IDisposable interface are created using the syntax 'new Type(args)', rather than 'Type(args)' or 'Type' as a function value representing the constructor, to indicate that resources may be owned by the generated value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:619)
|
|
An if/then/else expression may not be used within queries. Consider using either an if/then expression, or use a sequence expression instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1255)
|
|
A literal value cannot be given the [
|
|
Byref types are not allowed in an open type declaration. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1520)
|
|
Explicit type declarations for constructors must be of the form 'ty1 * ... * tyN -> resTy'. Parentheses may be required around 'resTy' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:740)
|
|
Illegal pattern (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:591)
|
|
This is not valid literal expression. The [
|
|
Illegal syntax in type expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:572)
|
|
The struct, record or union type '%s' implements the interface 'System.IComparable<_>' explicitly. You must apply the 'CustomComparison' attribute to the type, and should also provide a consistent implementation of the non-generic interface System.IComparable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:514)
|
|
The struct, record or union type '%s' implements the interface 'System.IComparable<_>' explicitly. You must apply the 'CustomComparison' attribute to the type, and should also provide a consistent implementation of the non-generic interface System.IComparable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:514)
|
|
|
|
|
|
The struct, record or union type '%s' implements the interface 'System.IEquatable<_>' explicitly. Apply the 'CustomEquality' attribute to the type and provide a consistent implementation of the non-generic override 'System.Object.Equals(obj)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:770)
|
|
The struct, record or union type '%s' implements the interface 'System.IEquatable<_>' explicitly. Apply the 'CustomEquality' attribute to the type and provide a consistent implementation of the non-generic override 'System.Object.Equals(obj)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:770)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This expression uses the implicit conversion '%s' to convert type '%s' to type '%s'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn \"3391\". (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1648)
|
|
This expression uses the implicit conversion '%s' to convert type '%s' to type '%s'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn \"3391\". (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1648)
|
|
Implicit product of measures following / (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:490)
|
|
The syntax 'arr.[idx]' is now revised to 'arr[idx]'. Please update your code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1610)
|
|
The function or member '%s' is used in a way that requires further type annotations at its definition to ensure consistency of inferred types. The inferred signature is '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1232)
|
|
The function or member '%s' is used in a way that requires further type annotations at its definition to ensure consistency of inferred types. The inferred signature is '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1232)
|
|
This is a function definition that shadows a union case. If this is what you want, ignore or suppress this warning. If you want it to be a union case deconstruction, add parentheses. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1732)
|
|
'inherit' cannot be used on interface types. Consider implementing the interface by using 'interface ... with ... end' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:616)
|
|
This 'inherit' declaration has arguments, but is not in a type with a primary constructor. Consider adding arguments to your type definition, e.g. 'type X(args) = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:817)
|
|
This 'inherit' declaration specifies the inherited type but no arguments. Consider supplying arguments, e.g. 'inherit BaseType(args)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:816)
|
|
A inheritance declaration is not permitted here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:746)
|
|
The inherited type is not an object model type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:647)
|
|
|
|
|
|
The 'InlineIfLambda' attribute may only be used on parameters of inlined functions of methods whose type is a function or F# delegate type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1679)
|
|
This instance member needs a parameter to represent the object being invoked. Make the member static or use the notation 'member x.Member(args) = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:533)
|
|
Interface types and delegate types cannot contain fields (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:800)
|
|
Interface types cannot be sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:805)
|
|
Interfaces inherited by other interfaces should be declared using 'inherit ...' instead of 'interface ...' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1101)
|
|
Mismatch in interpolated string. Interpolated strings may not use '%%' format specifiers unless each is given an expression, e.g. '%%d{1+1}' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1622)
|
|
A use of 'into' must be followed by the remainder of the computation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1298)
|
|
|
|
|
|
Invalid alignment in interpolated string (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1623)
|
|
Invalid argument to parameterized pattern label (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:582)
|
|
Invalid assignment (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:657)
|
|
This is not a valid constant expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:695)
|
|
Invalid constraint (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:556)
|
|
Invalid constraint: the type used for the constraint is sealed, which means the constraint could only be satisfied by at most one solution (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:557)
|
|
Invalid declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:542)
|
|
Delegate specifications must be of the form 'typ -> typ' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:806)
|
|
An 'enum' constraint must be of the form 'enum
|
|
This is not a valid value for an enumeration literal (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:742)
|
|
Internal error. Invalid index into active pattern array (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:583)
|
|
|
|
The '%s' operator cannot be redefined. Consider using a different operator name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:511)
|
|
Incomplete expression or invalid use of indexer syntax (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:610)
|
|
Invalid inline specification (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:708)
|
|
Invalid member declaration. The name of the member is missing or has parentheses. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1681)
|
|
|
|
|
|
Invalid member name. Members may not have name '.ctor' or '.cctor' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1231)
|
|
|
|
The name '(%s)' should not be used as a member name because it is given a standard definition in the F# library over fixed types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:507)
|
|
The name '(%s)' should not be used as a member name. To define equality semantics for a type, override the 'Object.Equals' member. If defining a static member for use from other CLI languages then use the name '%s' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:505)
|
|
The name '(%s)' should not be used as a member name. To define equality semantics for a type, override the 'Object.Equals' member. If defining a static member for use from other CLI languages then use the name '%s' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:505)
|
|
The name '(%s)' should not be used as a member name. To define comparison semantics for a type, implement the 'System.IComparable' interface. If defining a static member for use from other CLI languages then use the name '%s' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:504)
|
|
The name '(%s)' should not be used as a member name. To define comparison semantics for a type, implement the 'System.IComparable' interface. If defining a static member for use from other CLI languages then use the name '%s' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:504)
|
|
This recursive binding uses an invalid mixture of recursive forms (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:554)
|
|
Invalid module name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:777)
|
|
Invalid namespace, module, type or union case name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:739)
|
|
'new' constraints must take one argument of type 'unit' and return the constructed type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:559)
|
|
Non-primitive numeric literal constants cannot be used in pattern matches because they can be mapped to multiple different types through the use of a NumericLiteral module. Consider using replacing with a variable, and use 'when
|
|
This is not a valid object construction expression. Explicit object constructors must either call an alternate constructor or initialize all fields of the object and specify a call to a super class constructor. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:555)
|
|
Invalid object expression. Objects without overrides or interfaces should use the expression form 'new Type(args)' without braces. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:596)
|
|
Invalid object, sequence or record expression (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:597)
|
|
|
|
The '%s' operator should not normally be redefined. Consider using a different operator name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:510)
|
|
|
|
The '%s' operator should not normally be redefined. To define equality semantics for a type, override the 'Object.Equals' member in the definition of that type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:509)
|
|
The '%s' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:508)
|
|
The '%s' operator should not normally be redefined. To define overloaded comparison semantics for a particular type, implement the 'System.IComparable' interface in the definition of that type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:508)
|
|
Invalid optional assignment to a property or field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:678)
|
|
This is not a valid pattern (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:590)
|
|
This property has an invalid type. Properties taking multiple indexer arguments should have types of the form 'ty1 * ty2 -> ty3'. Properties returning functions should have types of the form '(ty1 -> ty2)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:560)
|
|
Invalid record construction (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:645)
|
|
|
|
|
|
|
|
|
|
Invalid constraint. Valid constraint forms include \"'T :> ISomeInterface\" for interface constraints and \"SomeConstrainingType<'T>\" for self-constraints. See https://aka.ms/fsharp-type-constraints. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1688)
|
|
Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:598)
|
|
Invalid signature for set member (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:718)
|
|
LayoutKind value 1 (Extended) cannot be specified via StructLayoutAttribute. Use ExtendedLayoutAttribute instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1831)
|
|
The use of '[
|
|
|
|
Type arguments cannot be specified here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:580)
|
|
Invalid type extension (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:778)
|
|
Literal enumerations must have type int, uint, int16, uint16, int64, uint64, byte, sbyte or char (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:808)
|
|
Units-of-measure are only supported on float, float32, decimal, and integer types. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:495)
|
|
Units-of-measure cannot be used as prefix arguments to a type. Rewrite as postfix arguments in angle brackets. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:565)
|
|
'use!' bindings must be of the form 'use! =
|
|
use! may not be combined with and! (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1545)
|
|
'use' bindings must be of the form 'use =
|
|
The 'UseNullAsTrueValue' attribute flag may only be used with union types that have one nullary case and at least one non-nullary case (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1091)
|
|
Invalid use of a delegate constructor. Use the syntax 'new Type(args)' or just 'Type(args)'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:661)
|
|
Invalid use of an interface type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:660)
|
|
Invalid use of reverse index in list expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1608)
|
|
Invalid use of a type name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:658)
|
|
A type annotated with IsReadOnly must also be a struct. Consider adding the [
|
|
|
|
|
|
The kind of the type specified by its attributes does not match the kind implied by its definition (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:780)
|
|
This code is less generic than required by its annotations because the explicit type variable '%s' could not be generalized. It was constrained to be '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:520)
|
|
This code is less generic than required by its annotations because the explicit type variable '%s' could not be generalized. It was constrained to be '%s'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:520)
|
|
This definition may only be used in a type with a primary constructor. Consider adding arguments to your type definition, e.g. 'type X(args) = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:818)
|
|
This list expression exceeds the maximum size for list literals. Use an array for larger literals and call Array.ToList. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:601)
|
|
This list expression contains a single tuple element. Did you mean to use ';' instead of ',' to separate list elements? (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1796)
|
|
The syntax '[expr1][expr2]' is ambiguous when used as an argument. See https://aka.ms/fsharp-index-notation. If you intend indexing or slicing then you must use '(expr1).[expr2]' in argument position. If calling a function with multiple curried arguments, add a space between them, e.g. 'someFunction [expr1] [expr2]'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1612)
|
|
A [
|
|
A declaration may only be the [
|
|
A literal value cannot be marked 'inline' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:693)
|
|
A literal value cannot be marked 'mutable' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:692)
|
|
Literal values cannot have generic parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:694)
|
|
This literal pattern does not take arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1366)
|
|
Cannot assign a value to another value marked literal (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1607)
|
|
|
|
|
|
Local class bindings cannot be marked inline. Consider lifting the definition out of the class or else do not mark it as inline. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:749)
|
|
This lookup cannot be used here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:664)
|
|
'match' expressions may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1334)
|
|
Measure declarations may have only static members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:753)
|
Measure declarations may have only static members: constructors are not available (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:757)
|
|
|
Measure definitions cannot have type parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:781)
|
|
|
|
|
|
|
|
|
|
This member is not sufficiently generic (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:731)
|
Full Usage:
SR.tcMemberKindPropertyGetSetNotExpected ()
Returns: string
|
SynMemberKind.PropertyGetSet only expected in parse trees (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:500)
|
|
This member is not permitted in an interface implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:764)
|
|
Extension members cannot provide operator overloads. Consider defining the operator as part of the type definition instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1109)
|
|
Interfaces cannot contain definitions of member overrides (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:723)
|
|
The member '%s' is used in an invalid way. A use of '%s' has been inferred prior to the definition of '%s', which is an invalid forward reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:822)
|
|
The member '%s' is used in an invalid way. A use of '%s' has been inferred prior to the definition of '%s', which is an invalid forward reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:822)
|
Members that extend interface, delegate or enum types must be placed in a module separate to the definition of the type. This module must either have the AutoOpen attribute or be opened explicitly by client code to bring the extension members into scope. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:812)
|
|
|
|
|
|
|
Method overrides and interface implementations are not permitted here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:711)
|
|
|
|
|
|
|
|
|
|
In a recursive declaration group, module abbreviations must come after all 'open' declarations and before other declarations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1378)
|
|
|
|
|
|
This declaration opens the module '%s', which is marked as 'RequireQualifiedAccess'. Adjust your code to use qualified references to the elements of the module instead, e.g. 'List.map' instead of 'map'. This change will ensure that your code is robust as new constructs are added to libraries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:747)
|
|
This declaration opens the module '%s', which is marked as 'RequireQualifiedAccess'. Adjust your code to use qualified references to the elements of the module instead, e.g. 'List.map' instead of 'map'. This change will ensure that your code is robust as new constructs are added to libraries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:747)
|
|
Overload resolution preferred the more concrete overload '%s' over '%s' based on parameter type concreteness. This is an informational message and can be enabled with --warnon:3575. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1724)
|
|
Overload resolution preferred the more concrete overload '%s' over '%s' based on parameter type concreteness. This is an informational message and can be enabled with --warnon:3575. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1724)
|
|
|
|
|
|
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. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1716)
|
|
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. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1716)
|
|
Multiple visibility attributes have been specified for this identifier (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:502)
|
|
Multiple visibility attributes have been specified for this identifier. 'let' bindings in classes are always private, as are any 'let' bindings inside expressions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:503)
|
|
Mutable values cannot be marked 'inline' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:687)
|
|
Mutable values cannot have generic parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:688)
|
|
Mutable function values should be written 'let mutable f = (fun args -> ...)' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:689)
|
|
Named arguments must appear after all other arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:551)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Named arguments cannot be given to member trait calls (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:603)
|
|
|
|
|
|
Namespaces cannot contain extension members except in the same file and namespace declaration group where the type is defined. Consider using a module to hold declarations of extension members. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:501)
|
|
Namespaces cannot contain values. Consider using a module to hold your value declarations. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:40)
|
|
'new' cannot be used on interface types. Consider using an object expression '{ new ... with ... }' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:617)
|
|
|
|
|
|
This new member hides the abstract member '%s' once tuples, functions, units of measure and/or provided types are erased. Rename the member or use 'override' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:720)
|
|
This new member hides the abstract member '%s' once tuples, functions, units of measure and/or provided types are erased. Rename the member or use 'override' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:720)
|
|
'new' must be used with a named type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:632)
|
|
'new' may only be used with object constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:642)
|
|
|
|
|
|
No arguments may be given when constructing a record value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:634)
|
|
The struct, record or union type '%s' is not structurally comparable because the type parameter %s does not satisfy the 'comparison' constraint. Consider adding the 'NoComparison' attribute to the type '%s' to clarify that the type is not comparable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1071)
|
|
The struct, record or union type '%s' is not structurally comparable because the type parameter %s does not satisfy the 'comparison' constraint. Consider adding the 'NoComparison' attribute to the type '%s' to clarify that the type is not comparable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1071)
|
|
The struct, record or union type '%s' is not structurally comparable because the type '%s' does not satisfy the 'comparison' constraint. Consider adding the 'NoComparison' attribute to the type '%s' to clarify that the type is not comparable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1072)
|
|
The struct, record or union type '%s' is not structurally comparable because the type '%s' does not satisfy the 'comparison' constraint. Consider adding the 'NoComparison' attribute to the type '%s' to clarify that the type is not comparable (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1072)
|
|
Using methods with 'NoEagerConstraintApplicationAttribute' requires /langversion:6.0 or later (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1662)
|
|
The struct, record or union type '%s' does not support structural equality because the type parameter %s does not satisfy the 'equality' constraint. Consider adding the 'NoEquality' attribute to the type '%s' to clarify that the type does not support structural equality (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1073)
|
|
The struct, record or union type '%s' does not support structural equality because the type parameter %s does not satisfy the 'equality' constraint. Consider adding the 'NoEquality' attribute to the type '%s' to clarify that the type does not support structural equality (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1073)
|
|
The struct, record or union type '%s' does not support structural equality because the type '%s' does not satisfy the 'equality' constraint. Consider adding the 'NoEquality' attribute to the type '%s' to clarify that the type does not support structural equality (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1074)
|
|
The struct, record or union type '%s' does not support structural equality because the type '%s' does not satisfy the 'equality' constraint. Consider adding the 'NoEquality' attribute to the type '%s' to clarify that the type does not support structural equality (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1074)
|
|
In queries, use the form 'for x in n .. m do ...' for ranging over integers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1307)
|
|
Interface implementations cannot be given on construction expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:635)
|
|
No abstract or interface member was found that corresponds to this override (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:712)
|
|
No abstract property was found that corresponds to this override (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:716)
|
|
No static abstract member was found that corresponds to this override (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1738)
|
|
No static abstract property was found that corresponds to this override (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1739)
|
|
'try/finally' expressions may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1309)
|
|
'while' expressions may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1308)
|
|
This value is not a literal and cannot be used in a pattern (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:549)
|
|
This 'let' definition may not be used in a query. Only simple value definitions may be used in queries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1315)
|
|
The generic member '%s' has been used at a non-uniform instantiation prior to this program point. Consider reordering the members so this member occurs first. Alternatively, specify the full type of the member explicitly, including argument types, return type and any additional generic parameters and constraints. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1093)
|
|
The generic member '%s' has been used at a non-uniform instantiation prior to this program point. Consider reordering the members so this member occurs first. Alternatively, specify the full type of the member explicitly, including argument types, return type and any additional generic parameters and constraints. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1093)
|
|
Non-zero constants cannot have generic units. For generic zero, write 0.0<_>. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:492)
|
|
Not an exception (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:776)
|
|
This code is not sufficiently generic. The type variable %s could not be generalized because it would escape its scope. Consider adding a type annotation, converting the value to a function, or making the definition 'inline'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:530)
|
|
This code is not sufficiently generic. The type variable %s could not be generalized because it would escape its scope. Consider adding a type annotation, converting the value to a function, or making the definition 'inline'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:530)
|
|
This is not a valid name for an enumeration case (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:604)
|
|
With nullness checking enabled, overrides of .ToString() method must return a non-nullable string. You can handle potential nulls via the built-in string function. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1532)
|
|
The 'nullness checking' language feature is not enabled. This use of a nullness checking construct will be ignored. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1536)
|
|
|
|
|
|
Object construction expressions may only be used to implement constructors in class types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:636)
|
Full Usage:
SR.tcObjectConstructionExpressionCanOnlyImplementConstructorsInObjectModelTypes ()
Returns: int * RichText
|
Object construction expressions (i.e. record expressions with inheritance specifications) may only be used to implement constructors in object model types. Use 'new ObjectType(args)' to construct instances of object model types outside of constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:648)
|
|
An object constructor requires an argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:536)
|
|
Interfaces cannot contain definitions of object constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:722)
|
Calls to object constructors on type parameters cannot be given arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:613)
|
|
Full Usage:
SR.tcObjectExpressionFormDeprecated ()
Returns: string
|
This form of object expression is not used in F#. Use 'member this.MemberName ... = ...' to define member implementations in object expressions. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:541)
|
|
Only overrides of abstract and virtual members may be specified in object expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:625)
|
|
The operator 'expr.[idx]' has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:611)
|
|
Objects must be initialized by an object construction expression that calls an inherited object constructor and assigns a value to each field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:638)
|
|
Only classes may be given the 'AbstractClass' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:791)
|
|
Only functions may be marked 'inline' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:690)
|
|
Mutable 'let' bindings can't be recursive or defined in recursive modules or namespaces (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:730)
|
Only simple bindings of the form 'id = expr' can be used in construction expressions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:637)
|
|
|
Only simple variable patterns can be bound in 'let rec' constructs (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:729)
|
|
Only structs may be given the 'ExtendedLayoutAttribute' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1830)
|
|
Only structs and classes without primary constructors may be given the 'StructLayout' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:789)
|
|
Only types representing units-of-measure may be given the 'Measure' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:792)
|
|
In a recursive declaration group, 'open' declarations must come first in each module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1377)
|
|
This declaration opens the namespace or module '%s' through a partially qualified path. Adjust this code to use the full path of the namespace. This change will make your code more robust as new constructs are added to the F# and CLI libraries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:748)
|
|
This declaration opens the namespace or module '%s' through a partially qualified path. Adjust this code to use the full path of the namespace. This change will make your code more robust as new constructs are added to the F# and CLI libraries. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:748)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optional arguments must come at the end of the argument list, after any non-optional arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1107)
|
|
Optional arguments are only permitted on type members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:577)
|
|
Optional arguments cannot be used in custom attributes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:700)
|
|
The syntax 'expr1[expr2]' is ambiguous when used as an argument. See https://aka.ms/fsharp-index-notation. If you intend indexing or slicing then you must use 'expr1.[expr2]' in argument position. If calling a function with multiple curried arguments, add a space between them, e.g. 'someFunction expr1 [expr2]'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1613)
|
|
The 'OverloadResolutionPriorityAttribute' cannot be applied to an override member. Apply it to the original declaration instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1736)
|
|
One or more of the overloads of this method has curried arguments. Consider redesigning these members to take arguments in tupled form. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:674)
|
|
|
|
|
|
This override takes a tuple instead of multiple arguments. Try to add an additional layer of parentheses at the method definition (e.g. 'member _.Foo((x, y))'), or remove parentheses at the abstract method declaration (e.g. 'abstract member Foo: 'a * 'b -> 'c'). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1726)
|
|
Accessibility modifiers are not permitted on overrides or interface implementations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:793)
|
|
You must explicitly declare either all or no type parameters when overriding a generic abstract method (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:526)
|
|
The parameter '%s' was inferred to have byref type. Parameters of byref type must be given an explicit type annotation, e.g. 'x1: byref
|
|
The parameter '%s' was inferred to have byref type. Parameters of byref type must be given an explicit type annotation, e.g. 'x1: byref
|
|
A parameter with attributes must also be given a name, e.g. '[
|
|
The syntax '(expr1)[expr2]' is ambiguous when used as an argument. See https://aka.ms/fsharp-index-notation. If you intend indexing or slicing then you must use '(expr1).[expr2]' in argument position. If calling a function with multiple curried arguments, add a space between them, e.g. 'someFunction (expr1) [expr2]'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1611)
|
|
Multi-case partial active patterns are not supported. Consider using a single-case partial active pattern or a full active pattern. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1763)
|
|
|
|
|
Full Usage:
SR.tcPassingWithoutNullToNonNullAP ()
Returns: string
|
You can remove this |Null|NonNull| pattern usage. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1529)
|
Full Usage:
SR.tcPassingWithoutNullToNonNullQuickAP ()
Returns: string
|
You can remove this |NonNullQuick| pattern usage. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1530)
|
Full Usage:
SR.tcPassingWithoutNullToOptionOfObj ()
Returns: string
|
You can create 'Some value' directly instead of 'ofObj', or consider not using an option for this value. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1527)
|
Full Usage:
SR.tcPassingWithoutNullToValueOptionOfObj ()
Returns: string
|
You can create 'ValueSome value' directly instead of 'ofObj', or consider not using a voption for this value. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1528)
|
Full Usage:
SR.tcPassingWithoutNullTononNullFunction ()
Returns: string
|
You can remove this `nonNull` assertion. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1531)
|
|
The types System.ValueType, System.Enum, System.Delegate, System.MulticastDelegate and System.Array cannot be used as super types in an object expression or class (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:631)
|
|
This property cannot be set (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:701)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This property or field was not found on this custom attribute type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:702)
|
|
A property cannot have explicit type parameters. Consider using a method instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:531)
|
|
The 'rec' on this module is implied by an outer 'rec' declaration and is being ignored (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1376)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The source expression of a spread into a nominal record expression cannot be nullable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1811)
|
|
The source expression of a spread into a nominal record expression must have a nominal or anonymous record type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1810)
|
|
Spread expressions and 'with' cannot be used together in the same copy-and-update expression. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1821)
|
|
This record contains fields from inconsistent types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:516)
|
|
The source type of a spread into a record type definition cannot be nullable. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1809)
|
|
The source type of a spread into a record type definition must itself be a nominal or anonymous record type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1808)
|
Full Usage:
SR.tcRecordsUnionsAbbreviationsStructsMayNotHaveAllowNullLiteralAttribute ()
Returns: int * RichText
|
Records, union, abbreviations and struct types cannot have the 'AllowNullLiteral' attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:786)
|
Recursive bindings that include member specifications can only occur as a direct augmentation of a type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:728)
|
|
|
The value or member '%s' has been marked 'inline' but is part of a recursive binding group. F# does not support recursive 'inline' values. Either remove the 'inline' modifier or refactor the recursion. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1800)
|
|
The value or member '%s' has been marked 'inline' but is part of a recursive binding group. F# does not support recursive 'inline' values. Either remove the 'inline' modifier or refactor the recursion. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1800)
|
|
The representation of this type is hidden by the signature. It must be given an attribute such as [
|
|
Only active patterns returning exactly one result may accept arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:581)
|
|
|
|
|
|
The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '%s' method or appropriate 'MergeSources' and 'Bind' methods (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1544)
|
|
The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '%s' method or appropriate 'MergeSources' and 'Bind' methods (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1544)
|
|
This is not a variable, constant, active recognizer or literal (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:589)
|
Full Usage:
SR.tcReservedSyntaxForAugmentation ()
Returns: string
|
The syntax 'type X with ...' is reserved for augmentations. Types whose representations are hidden but which have members are now declared in signatures using 'type X = ...'. You may also need to add the '[
|
|
Invalid resumable code. A resumable code parameter must be of delegate or function type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1659)
|
|
Invalid resumable code. Resumable code parameter must have name beginning with '__expand' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1658)
|
|
Invalid resumable code. A 'let rec' occurred in the resumable code specification (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1660)
|
|
Invalid resumable code. Any method of function accepting or returning resumable code must be marked 'inline' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1657)
|
|
Resumable code invocation. Suppress this warning if you are defining new low-level resumable code in terms of existing resumable code. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1665)
|
|
Using resumable code or resumable state machines requires /langversion:preview (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1661)
|
|
'return' and 'return!' may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1312)
|
|
Return types of union cases must be identical to the type being defined, up to abbreviations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:741)
|
|
Return values cannot have names (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:499)
|
|
Array method '%s' is supplied by the runtime and cannot be directly used in code. For operations with array elements consider using family of GetArray/SetArray functions from LanguagePrimitives.IntrinsicFunctions module. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1343)
|
|
Array method '%s' is supplied by the runtime and cannot be directly used in code. For operations with array elements consider using family of GetArray/SetArray functions from LanguagePrimitives.IntrinsicFunctions module. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1343)
|
|
In sequence expressions, results are generated using 'yield' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:493)
|
|
Cannot call '%s' - a setter for init-only property, please use object initialization instead. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:668)
|
|
Cannot call '%s' - a setter for init-only property, please use object initialization instead. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:668)
|
|
A simple method name is required here (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:630)
|
|
Static bindings cannot be added to extrinsic augmentations. Consider using a 'static member' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1722)
|
|
A static field was used where an instance field is expected (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:488)
|
|
A static initializer requires an argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:535)
|
|
Interfaces cannot contain definitions of static initializers (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:721)
|
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:756)
|
|
|
This static member should not have a 'this' parameter. Consider using the notation 'member Member(args) = ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:537)
|
|
Static optimization conditionals are only for use within the F# library (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:676)
|
|
Static 'val' fields in types must be mutable, private and marked with the '[
|
|
The attributes 'StructLayoutAttribute' and 'ExtendedLayoutAttribute' cannot be used together on the same type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1829)
|
|
Struct types cannot contain abstract members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:804)
|
|
If a multicase union type is a struct, then all union cases must have unique names. For example: 'type A = B of b: int | C of c: int'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1381)
|
|
If a multicase union type is a struct, then all fields with the same name must be of the same type. This rule applies also to the generated 'Item' name in case of unnamed fields. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1735)
|
|
Structs may only bind a 'this' parameter at member declarations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:518)
|
|
Structs cannot have an object constructor with no arguments. This is a restriction imposed on all CLI languages as structs automatically support a default constructor. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:726)
|
Full Usage:
SR.tcStructsInterfacesEnumsDelegatesMayNotInheritFromOtherTypes ()
Returns: int * RichText
|
Structs, interfaces, enums and delegates cannot inherit from other types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:784)
|
Full Usage:
SR.tcStructsMayNotContainDoBindings ()
Returns: string
|
Structs cannot contain 'do' bindings because the default constructor for structs would not execute these bindings (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:754)
|
|
Structs cannot contain value definitions because the default constructor for structs will not execute these bindings. Consider adding additional arguments to the primary constructor for the type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:755)
|
|
Each argument of the primary constructor for a struct must be given a type, for example 'type S(x1:int, x2: int) = ...'. These arguments determine the fields of the struct. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1077)
|
|
The struct, record or union type '%s' has the 'StructuralComparison' attribute but the type parameter '%s' does not satisfy the 'comparison' constraint. Consider adding the 'comparison' constraint to the type parameter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1069)
|
|
The struct, record or union type '%s' has the 'StructuralComparison' attribute but the type parameter '%s' does not satisfy the 'comparison' constraint. Consider adding the 'comparison' constraint to the type parameter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1069)
|
|
The struct, record or union type '%s' has the 'StructuralComparison' attribute but the component type '%s' does not satisfy the 'comparison' constraint (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1070)
|
|
|
|
The struct, record or union type '%s' has the 'StructuralEquality' attribute but the type parameter '%s' does not satisfy the 'equality' constraint. Consider adding the 'equality' constraint to the type parameter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1075)
|
|
The struct, record or union type '%s' has the 'StructuralEquality' attribute but the type parameter '%s' does not satisfy the 'equality' constraint. Consider adding the 'equality' constraint to the type parameter (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1075)
|
|
|
|
|
|
|
|
|
|
SynType.Or is not permitted in this declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1697)
|
|
|
|
|
|
Syntax error - unexpected '?' symbol (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:592)
|
The syntax 'expr.id' may only be used with record labels, properties and fields (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:670)
|
|
|
Invalid provided field. Provided fields of erased provided types must be literals. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1330)
|
|
This type definition may not have the 'CLIMutable' attribute. Only record types may have this attribute. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1301)
|
|
This member, function or value declaration may not be declared 'inline' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1319)
|
|
Thread-static and context-static variables must be static and given the [
|
|
The trait '%s' invoked by this call has multiple support types. This invocation syntax is not permitted for such traits. See https://aka.ms/fsharp-srtp for guidance. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1692)
|
|
The trait '%s' invoked by this call has multiple support types. This invocation syntax is not permitted for such traits. See https://aka.ms/fsharp-srtp for guidance. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1692)
|
|
Invocation of a static constraint should use \"'T.Ident\" and not \"^T.Ident\", even for statically resolved type parameters. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1689)
|
|
|
|
|
|
|
|
|
|
A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1687)
|
|
'try/with' expressions may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1314)
|
|
This method or property is not normally used from F# code, use an explicit tuple pattern for deconstruction instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1491)
|
Full Usage:
SR.tcTupleStructMismatch ()
Returns: string
|
One tuple type is a struct tuple, the other is a reference tuple (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1372)
|
|
|
Full Usage:
SR.tcTypeAbbreviationHasTypeParametersMissingOnType ()
Returns: string
|
This type abbreviation has one or more declared type parameters that do not appear in the type being abbreviated. Type abbreviations must use all declared type parameters in the type being abbreviated. Consider removing one or more type parameters, or use a concrete type definition that wraps an underlying type, such as 'type C<'a> = C of ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:783)
|
|
Type abbreviations cannot have augmentations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:819)
|
|
Type abbreviations cannot have interface declarations (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:759)
|
Full Usage:
SR.tcTypeAbbreviationsCheckedAtCompileTime ()
Returns: string
|
As of F# 4.1, the accessibility of type abbreviations is checked at compile-time. Consider changing the accessibility of the type abbreviation. Ignoring this warning might lead to runtime errors. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:751)
|
|
Type abbreviations cannot have members (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:750)
|
|
The type '%s' is not a type whose values can be enumerated with this syntax, i.e. is not compatible with either seq<_>, IEnumerable<_> or IEnumerable and does not have a GetEnumerator method (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:553)
|
|
The type '%s' is not a type whose values can be enumerated with this syntax, i.e. is not compatible with either seq<_>, IEnumerable<_> or IEnumerable and does not have a GetEnumerator method (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:553)
|
|
|
|
|
|
This type definition involves an immediate cyclic reference through an abbreviation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:809)
|
|
This type definition involves an immediate cyclic reference through a struct field or inheritance relation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:810)
|
|
This type definition involves a cyclic reference through a spread. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1818)
|
Full Usage:
SR.tcTypeDefinitionsWithImplicitConstructionMustHaveLocalBindingsBeforeMembers ()
Returns: int * RichText
|
'let' and 'do' bindings must come before member and interface definitions in type definitions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:815)
|
Full Usage:
SR.tcTypeDefinitionsWithImplicitConstructionMustHaveOneInherit ()
Returns: int * RichText
|
Type definitions may only have one 'inherit' specification and it must be the first declaration (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:814)
|
|
|
|
|
|
This type does not inherit Attribute, it will not work correctly with other .NET languages. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1511)
|
Full Usage:
SR.tcTypeExceptionOrModule ()
Returns: string
|
type, exception or module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:767)
|
|
This type has no accessible object constructors (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:659)
|
|
This type has no nested types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:569)
|
|
This type is not accessible from this code location (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:696)
|
|
This type is not a record type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:651)
|
|
This type is not a record type. Values of class and struct types must be created using calls to object constructors. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:650)
|
|
This type is not an interface type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:761)
|
|
|
|
|
Full Usage:
SR.tcTypeOrModule ()
Returns: string
|
type or module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:768)
|
|
|
|
|
|
|
|
Type parameter cannot be used as type constructor (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:571)
|
|
The type parameters inferred for this value are not stable under the erasure of type abbreviations. This is due to the use of type abbreviations which drop or reorder type parameters, e.g. \n\ttype taggedInt<'a> = int or\n\ttype swap<'a,'b> = 'b * 'a.\nConsider declaring the type parameters for this value explicitly, e.g.\n\tlet f<'a,'b> ((x,y) : swap<'b,'a>) : swap<'a,'b> = (y,x). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:524)
|
|
This type requires a definition (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:782)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The type '%s' is used in an invalid way. A value prior to '%s' has an inferred type involving '%s', which is an invalid forward reference. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:821)
|
|
|
|
Assembly code types are always sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:796)
|
|
Discriminated union types are always sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:794)
|
|
Delegate types are always sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:798)
|
|
Enum types are always sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:799)
|
|
Record types are always sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:795)
|
|
Struct types are always sealed (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:797)
|
|
Types cannot contain nested type definitions (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:766)
|
|
Types cannot inherit from multiple concrete types (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:785)
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
SR.tcUnexpectedBigRationalConstant ()
Returns: string
|
Unexpected big rational constant (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:494)
|
|
Unexpected condition in imported assembly: failed to decode AttributeUsage attribute (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:697)
|
Full Usage:
SR.tcUnexpectedConstByteArray ()
Returns: string
|
Unexpected Const_bytearray (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:497)
|
Full Usage:
SR.tcUnexpectedConstUint16Array ()
Returns: string
|
Unexpected Const_uint16array (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:496)
|
|
Unexpected expression at recursive inference point (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:519)
|
|
Unexpected function type in union case field definition. If you intend the field to be a function, consider wrapping the function signature with parens, e.g. | Case of a -> b into | Case of (a -> b). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1730)
|
|
Unexpected SynMeasure.Anon (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:491)
|
|
Unexpected source-level property specification in syntax tree (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:534)
|
|
Unexpected source-level property specification (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:540)
|
|
Unexpected / in type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:575)
|
|
|
|
|
|
Unexpected type arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:576)
|
|
Uninitialized 'val' fields must be mutable and marked with the '[
|
|
This union case does not take arguments (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:584)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This union case takes one argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:585)
|
|
This expression uses 'unit' for an 'obj'-typed argument. This will lead to passing 'null' at runtime. This warning may be disabled using '#nowarn \"3397\". (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1654)
|
|
Unit-of-measure cannot be used in type constructor application (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:566)
|
|
Unknown union case (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:529)
|
Full Usage:
SR.tcUnnamedArgumentsDoNotFormPrefix ()
Returns: string
|
The unnamed arguments do not form a prefix of the arguments of the method called (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:675)
|
|
Unrecognized attribute target. Valid attribute targets are 'assembly', 'module', 'type', 'method', 'property', 'return', 'param', 'field', 'event', 'constructor'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:698)
|
|
Arguments to query operators may require parentheses, e.g. 'where (x > y)' or 'groupBy (x.Length / 10)' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1321)
|
|
This is not a known query operator. Query operators are identifiers such as 'select', 'where', 'sortBy', 'thenBy', 'groupBy', 'groupValBy', 'join', 'groupJoin', 'sumBy' and 'averageBy', defined using corresponding methods on the 'QueryBuilder' type. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1313)
|
|
This attribute cannot be used in this version of F# (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:707)
|
|
This declaration is not supported in recursive declaration groups (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1379)
|
|
The use of 'let! x = coll' in sequence expressions is not permitted. Use 'for x in coll' instead. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:655)
|
|
'use' expressions may not be used in queries (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1310)
|
|
In sequence expressions, multiple results are generated using 'yield!' (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:656)
|
|
'%s' is normally used as a type constraint in generic code, e.g. \"'T when ISomeInterface<'T>\" or \"let f (x: #ISomeInterface<_>)\". See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3536\"' or '--nowarn:3536'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1691)
|
|
'%s' is normally used as a type constraint in generic code, e.g. \"'T when ISomeInterface<'T>\" or \"let f (x: #ISomeInterface<_>)\". See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3536\"' or '--nowarn:3536'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1691)
|
|
Declaring \"interfaces with static abstract methods\" is an advanced feature. See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3535\"' or '--nowarn:3535'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1690)
|
|
A declaration may only be given a value in a signature if the declaration has the [
|
|
Volatile fields must be marked 'mutable' and cannot be thread-static (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:735)
|
|
The 'VolatileField' attribute may only be used on 'let' bindings in classes (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:681)
|
|
Note: Lambda-lifting optimizations have not been applied because of the use of this local constrained generic function as a first class value. Adding type constraints may resolve this condition. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:987)
|
|
Unexpected Expr.TyChoose (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:986)
|
|
|
|
|
|
|
|
|
Full Usage:
SR.tupleRequiredInAbstractMethod ()
Returns: string
|
\nA tuple type is required for one or more arguments. Consider wrapping the given arguments in additional parentheses or review the definition of the interface. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:39)
|
Full Usage:
SR.typeInfoActivePatternResult ()
Returns: string
|
active pattern result (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:955)
|
Full Usage:
SR.typeInfoActiveRecognizer ()
Returns: string
|
active recognizer (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:956)
|
Full Usage:
SR.typeInfoAnonRecdField ()
Returns: string
|
anonymous record field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:963)
|
Full Usage:
SR.typeInfoArgument ()
Returns: string
|
argument (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:962)
|
Full Usage:
SR.typeInfoCallsWord ()
Returns: string
|
Calls (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1293)
|
Full Usage:
SR.typeInfoCustomOperation ()
Returns: string
|
custom operation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:961)
|
Full Usage:
SR.typeInfoEvent ()
Returns: string
|
event (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:958)
|
Full Usage:
SR.typeInfoExtension ()
Returns: string
|
extension (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:960)
|
Full Usage:
SR.typeInfoField ()
Returns: string
|
field (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:957)
|
|
|
|
from %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:968)
|
|
|
|
also from %s (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:969)
|
Full Usage:
SR.typeInfoFullName ()
Returns: string
|
Full name (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:949)
|
Full Usage:
SR.typeInfoGeneratedProperty ()
Returns: string
|
generated property (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:970)
|
Full Usage:
SR.typeInfoGeneratedType ()
Returns: string
|
generated type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:971)
|
Full Usage:
SR.typeInfoModule ()
Returns: string
|
module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:966)
|
Full Usage:
SR.typeInfoNamespace ()
Returns: string
|
namespace (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:965)
|
Full Usage:
SR.typeInfoNamespaceOrModule ()
Returns: string
|
namespace/module (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:967)
|
|
and %d other overloads (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:953)
|
Full Usage:
SR.typeInfoPatternVariable ()
Returns: string
|
patvar (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:964)
|
Full Usage:
SR.typeInfoProperty ()
Returns: string
|
property (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:959)
|
Full Usage:
SR.typeInfoUnionCase ()
Returns: string
|
union case (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:954)
|
|
|
|
|
|
Could not resolve the ambiguity in the use of a generic construct with a 'delegate' constraint at or near this position (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:172)
|
|
Could not resolve the ambiguity in the use of a generic construct with an 'enum' constraint at or near this position (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:171)
|
|
Could not resolve the ambiguity inherent in the use of a 'printf'-style format string (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:170)
|
|
Could not resolve the ambiguity in the use of a generic construct with an 'unmanaged' constraint at or near this position (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1096)
|
|
The implicit instantiation of a generic construct at or near this point could not be resolved because it could resolve to multiple unrelated types, e.g. '%s' and '%s'. Consider using type annotations to resolve the ambiguity (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:169)
|
|
The implicit instantiation of a generic construct at or near this point could not be resolved because it could resolve to multiple unrelated types, e.g. '%s' and '%s'. Consider using type annotations to resolve the ambiguity (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:169)
|
|
Duplicate or redundant interface (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:198)
|
|
|
|
|
|
|
|
|
|
The struct, record or union type '%s' has an explicit implementation of 'Object.GetHashCode' or 'Object.Equals'. You must apply the 'CustomEquality' attribute to the type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:180)
|
|
The struct, record or union type '%s' has an explicit implementation of 'Object.GetHashCode' or 'Object.Equals'. You must apply the 'CustomEquality' attribute to the type (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:180)
|
|
|
|
|
|
Invalid value (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:173)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This method is over-constrained in its type parameters (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:192)
|
|
|
|
|
|
The namespace or module attributes differ between signature and implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:191)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1708)
|
|
|
|
|
|
|
|
|
|
|
|
|
No implementation was given for those members (some results omitted): %sNote that all interface members must be implemented and listed under an appropriate 'interface' declaration, e.g. 'interface ... with member ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:206)
|
|
No implementation was given for those members (some results omitted): %sNote that all interface members must be implemented and listed under an appropriate 'interface' declaration, e.g. 'interface ... with member ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:206)
|
|
|
No implementation was given for those members: %sNote that all interface members must be implemented and listed under an appropriate 'interface' declaration, e.g. 'interface ... with member ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:205)
|
|
No implementation was given for those members: %sNote that all interface members must be implemented and listed under an appropriate 'interface' declaration, e.g. 'interface ... with member ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:205)
|
|
No implementation was given for '%s'. Note that all interface members must be implemented and listed under an appropriate 'interface' declaration, e.g. 'interface ... with member ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:204)
|
|
No implementation was given for '%s'. Note that all interface members must be implemented and listed under an appropriate 'interface' declaration, e.g. 'interface ... with member ...'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:204)
|
|
|
|
|
|
|
|
|
|
|
|
|
The signature and implementation are not compatible because the type parameter in the class/signature has a different compile-time requirement to the one in the member/implementation (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:175)
|
|
|
|
|
|
The signature and implementation are not compatible because the type parameter '%s' has a constraint of the form %s but the implementation does not. Either remove this constraint from the signature or add it to the implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:177)
|
|
The signature and implementation are not compatible because the type parameter '%s' has a constraint of the form %s but the implementation does not. Either remove this constraint from the signature or add it to the implementation. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:177)
|
|
|
The signature and implementation are not compatible because the respective type parameter counts differ (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:174)
|
The type '%s' implements 'System.IComparable' explicitly but provides no corresponding override for 'Object.Equals'. An implementation of 'Object.Equals' has been automatically provided, implemented via 'System.IComparable'. Consider implementing the override 'Object.Equals' explicitly (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:179)
|
|
The type '%s' implements 'System.IComparable' explicitly but provides no corresponding override for 'Object.Equals'. An implementation of 'Object.Equals' has been automatically provided, implemented via 'System.IComparable'. Consider implementing the override 'Object.Equals' explicitly (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:179)
|
|
|
|
|
The constructor, module or namespace '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:12)
|
|
|
|
The field, constructor or member '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:7)
|
|
|
|
The namespace '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:5)
|
|
|
|
The namespace or module '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:6)
|
|
|
|
The pattern discriminator '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:19)
|
|
|
|
The record label '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:16)
|
|
|
|
The record label or namespace '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:15)
|
Full Usage:
SR.undefinedNameSuggestionsIntro ()
Returns: string
|
Maybe you want one of the following: (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:17)
|
|
|
|
The type '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:13)
|
|
|
|
|
|
|
|
The type parameter %s is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:18)
|
|
|
Full Usage:
SR.undefinedNameValueConstructorNamespaceOrType a0
Parameters:
String
Returns: string
|
The value, constructor, namespace or type '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:9)
|
|
|
|
The value, namespace, type or module '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:11)
|
|
|
|
The value or constructor '%s' is not defined. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:10)
|
|
|
|
|
|
|
|
|
|
Parentheses can be removed. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1733)
|
|
This attribute is currently unsupported by the F# compiler. Applying it will not achieve its intended effect. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:41)
|
Full Usage:
SR.useSdkRefs ()
Returns: string
|
Use reference assemblies for .NET framework references when available (Enabled by default). (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1551)
|
|
|
|
|
|
The byref pointer is readonly, so this write is not permitted. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1495)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This XML comment is invalid: missing 'cref' attribute for cross-reference (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1643)
|
|
|
|
|
|
This XML comment is invalid: missing 'name' attribute for parameter or parameter reference (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1642)
|
|
XML documentation comments should be the first non-whitespace text on a line. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:1780)
|
|
|
|
|
Full Usage:
SR.yieldUsedInsteadOfYieldBang ()
Returns: string
|
Consider using 'yield!' instead of 'yield'. (Originally from ..\..\.deps\74ec4f7df70717a162d6ffd23007603cf298fb8b\src\Compiler\FSComp.txt:38)
|
fantomas