Header menu logo fantomas

SR Type

Constructors

Constructor Description

SR()

Full Usage: SR()

Returns: SR
Returns: SR

Static members

Static member Description

SR.CallerMemberNameIsOverriden(a0)

Full Usage: SR.CallerMemberNameIsOverriden(a0)

Parameters:
Returns: int * string

The CallerMemberNameAttribute applied to parameter '%s' will have no effect. It is overridden by the CallerFilePathAttribute. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1385)

a0 : String
Returns: int * string

SR.DefaultParameterValueNotAppropriateForArgument()

Full Usage: SR.DefaultParameterValueNotAppropriateForArgument()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1390)

Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleAbbreviationHiddenBySig(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleAbbreviationHiddenBySig(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:158)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleAbstractMemberMissingInImpl(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleAbstractMemberMissingInImpl(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:155)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleAbstractMemberMissingInSig(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleAbstractMemberMissingInSig(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:156)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleAccessibilityDiffer(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleAccessibilityDiffer(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:131)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleDotNetTypeRepresentationIsHidden(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleDotNetTypeRepresentationIsHidden(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:146)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleFieldIsInImplButNotSig(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleFieldIsInImplButNotSig(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:154)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleFieldOrderDiffer(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleFieldOrderDiffer(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:152)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleFieldRequiredButNotSpecified(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleFieldRequiredButNotSpecified(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:153)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleFieldWasPresent(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleFieldWasPresent(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:151)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleILDiffer(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleILDiffer(a0, a1)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because the IL representations differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:149)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplDefinesButSignatureDoesNot(a0, a1, a2, a3)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplDefinesButSignatureDoesNot(a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:144)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplDefinesStruct(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplDefinesStruct(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:145)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplementationIsAbstract(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplementationIsAbstract(a0, a1)

Parameters:
Returns: int * string

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 [] attribute to the signature. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:139)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplementationIsNotSealed(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplementationIsNotSealed(a0, a1)

Parameters:
Returns: int * string

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 [] attribute to the implementation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:138)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplementationSaysNull(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplementationSaysNull(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:133)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplementationSaysNull2(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplementationSaysNull2(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:134)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleImplementationSealed(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleImplementationSealed(a0, a1)

Parameters:
Returns: int * string

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 [] attribute to the signature. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:137)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleMissingInterface(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleMissingInterface(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:132)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleNamesDiffer(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleNamesDiffer(a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:129)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleNumbersDiffer(a0, a1, a2)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleNumbersDiffer(a0, a1, a2)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because the number of %ss differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:142)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleParameterCountsDiffer(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleParameterCountsDiffer(a0, a1)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because the respective type parameter counts differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:130)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleRepresentationsDiffer(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleRepresentationsDiffer(a0, a1)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because the representations differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:150)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleSigHasAbbreviation(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleSigHasAbbreviation(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:159)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleSignatureDeclaresDiffer(a0, a1, a2, a3)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleSignatureDeclaresDiffer(a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:157)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleSignatureDefinesButImplDoesNot(a0, a1, a2, a3)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleSignatureDefinesButImplDoesNot(a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:143)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleSignatureIsAbstract(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleSignatureIsAbstract(a0, a1)

Parameters:
Returns: int * string

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 [] attribute to the implementation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:140)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleSignatureSaysNull(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleSignatureSaysNull(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:135)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleSignatureSaysNull2(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleSignatureSaysNull2(a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:136)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleTypeIsDifferentKind(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleTypeIsDifferentKind(a0, a1)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because the types are of different kinds (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:148)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleTypeIsHidden(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleTypeIsHidden(a0, a1)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because a type representation is being hidden by a signature (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:147)

a0 : String
a1 : String
Returns: int * string

SR.DefinitionsInSigAndImplNotCompatibleTypesHaveDifferentBaseTypes(a0, a1)

Full Usage: SR.DefinitionsInSigAndImplNotCompatibleTypesHaveDifferentBaseTypes(a0, a1)

Parameters:
Returns: int * string

The %s definitions for type '%s' in the signature and implementation are not compatible because the types have different base types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:141)

a0 : String
a1 : String
Returns: int * string

SR.ExceptionDefsNotCompatibleAbbreviationHiddenBySignature(a0, a1)

Full Usage: SR.ExceptionDefsNotCompatibleAbbreviationHiddenBySignature(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:186)

a0 : String
a1 : String
Returns: string

SR.ExceptionDefsNotCompatibleDotNetRepresentationsDiffer(a0, a1)

Full Usage: SR.ExceptionDefsNotCompatibleDotNetRepresentationsDiffer(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:185)

a0 : String
a1 : String
Returns: string

SR.ExceptionDefsNotCompatibleExceptionDeclarationsDiffer(a0, a1)

Full Usage: SR.ExceptionDefsNotCompatibleExceptionDeclarationsDiffer(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:188)

a0 : String
a1 : String
Returns: string

SR.ExceptionDefsNotCompatibleFieldInImplButNotSig(a0, a1, a2)

Full Usage: SR.ExceptionDefsNotCompatibleFieldInImplButNotSig(a0, a1, a2)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:190)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ExceptionDefsNotCompatibleFieldInSigButNotImpl(a0, a1, a2)

Full Usage: SR.ExceptionDefsNotCompatibleFieldInSigButNotImpl(a0, a1, a2)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:189)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ExceptionDefsNotCompatibleFieldOrderDiffers(a0, a1)

Full Usage: SR.ExceptionDefsNotCompatibleFieldOrderDiffers(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:191)

a0 : String
a1 : String
Returns: string

SR.ExceptionDefsNotCompatibleHiddenBySignature(a0, a1)

Full Usage: SR.ExceptionDefsNotCompatibleHiddenBySignature(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:184)

a0 : String
a1 : String
Returns: string

SR.ExceptionDefsNotCompatibleSignaturesDiffer(a0, a1)

Full Usage: SR.ExceptionDefsNotCompatibleSignaturesDiffer(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:187)

a0 : String
a1 : String
Returns: string

SR.FieldNotContainedAccessibilitiesDiffer(a0, a1)

Full Usage: SR.FieldNotContainedAccessibilitiesDiffer(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:165)

a0 : String
a1 : String
Returns: string

SR.FieldNotContainedLiteralsDiffer(a0, a1)

Full Usage: SR.FieldNotContainedLiteralsDiffer(a0, a1)

Parameters:
Returns: string

The module contains the field\n %s \nbut its signature specifies\n %s \nThe 'literal' modifiers differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:168)

a0 : String
a1 : String
Returns: string

SR.FieldNotContainedMutablesDiffer(a0, a1)

Full Usage: SR.FieldNotContainedMutablesDiffer(a0, a1)

Parameters:
Returns: string

The module contains the field\n %s \nbut its signature specifies\n %s \nThe 'mutable' modifiers differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:167)

a0 : String
a1 : String
Returns: string

SR.FieldNotContainedNamesDiffer(a0, a1)

Full Usage: SR.FieldNotContainedNamesDiffer(a0, a1)

Parameters:
Returns: string

The module contains the field\n %s \nbut its signature specifies\n %s \nThe names differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:164)

a0 : String
a1 : String
Returns: string

SR.FieldNotContainedStaticsDiffer(a0, a1)

Full Usage: SR.FieldNotContainedStaticsDiffer(a0, a1)

Parameters:
Returns: string

The module contains the field\n %s \nbut its signature specifies\n %s \nThe 'static' modifiers differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:166)

a0 : String
a1 : String
Returns: string

SR.FieldNotContainedTypesDiffer(a0, a1)

Full Usage: SR.FieldNotContainedTypesDiffer(a0, a1)

Parameters:
Returns: string

The module contains the field\n %s \nbut its signature specifies\n %s \nThe types differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:169)

a0 : String
a1 : String
Returns: string

SR.InvalidRecursiveReferenceToAbstractSlot()

Full Usage: SR.InvalidRecursiveReferenceToAbstractSlot()

Returns: int * string

Invalid recursive reference to an abstract slot (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:971)

Returns: int * string

SR.ModuleContainsConstructorButAccessibilityDiffers(a0, a1)

Full Usage: SR.ModuleContainsConstructorButAccessibilityDiffers(a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:163)

a0 : String
a1 : String
Returns: string

SR.ModuleContainsConstructorButDataFieldsDiffer(a0, a1)

Full Usage: SR.ModuleContainsConstructorButDataFieldsDiffer(a0, a1)

Parameters:
Returns: string

The module contains the constructor\n %s \nbut its signature specifies\n %s \nThe respective number of data fields differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:161)

a0 : String
a1 : String
Returns: string

SR.ModuleContainsConstructorButNamesDiffer(a0, a1)

Full Usage: SR.ModuleContainsConstructorButNamesDiffer(a0, a1)

Parameters:
Returns: string

The module contains the constructor\n %s \nbut its signature specifies\n %s \nThe names differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:160)

a0 : String
a1 : String
Returns: string

SR.ModuleContainsConstructorButTypesOfFieldsDiffer(a0, a1)

Full Usage: SR.ModuleContainsConstructorButTypesOfFieldsDiffer(a0, a1)

Parameters:
Returns: string

The module contains the constructor\n %s \nbut its signature specifies\n %s \nThe types of the fields differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:162)

a0 : String
a1 : String
Returns: string

SR.RunStartupValidation()

Full Usage: SR.RunStartupValidation()

SR.SwallowResourceText

Full Usage: SR.SwallowResourceText

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).

SR.ValueNotContainedMutabilityAbstractsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityAbstractsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is abstract and the other isn't (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:123)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityAccessibilityMore(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityAccessibilityMore(a0, a1, a2)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:109)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityAritiesDiffer(a0, a1, a2, a3, a4, a5, a6)

Full Usage: SR.ValueNotContainedMutabilityAritiesDiffer(a0, a1, a2, a3, a4, a5, a6)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:119)

a0 : String
a1 : String
a2 : String
a3 : String
a4 : String
a5 : String
a6 : String
Returns: string

SR.ValueNotContainedMutabilityArityNotInferred(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityArityNotInferred(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nAn arity was not inferred for this value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:116)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityAttributesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityAttributesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe mutability attributes differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:105)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityCompiledNamesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityCompiledNamesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe compiled names differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:107)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityDisplayNamesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityDisplayNamesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe display names differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:108)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityDotNetNamesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityDotNetNamesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe CLI member names differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:120)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityExtensionsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityExtensionsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is an extension member and the other is not (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:115)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityFinalsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityFinalsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is final and the other isn't (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:124)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityGenericParametersAreDifferentKinds(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityGenericParametersAreDifferentKinds(a0, a1, a2)

Parameters:
Returns: string

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 [] attribute. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:118)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityGenericParametersDiffer(a0, a1, a2, a3, a4)

Full Usage: SR.ValueNotContainedMutabilityGenericParametersDiffer(a0, a1, a2, a3, a4)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:117)

a0 : String
a1 : String
a2 : String
a3 : String
a4 : String
Returns: string

SR.ValueNotContainedMutabilityInlineFlagsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityInlineFlagsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe inline flags differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:110)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityInstanceButStatic(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityInstanceButStatic(a0, a1, a2)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:128)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityLiteralConstantValuesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityLiteralConstantValuesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe literal constant values and/or attributes differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:111)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityNamesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityNamesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe names differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:106)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityOneIsConstructor(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityOneIsConstructor(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is a constructor/property and the other is not (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:126)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityOneIsTypeFunction(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityOneIsTypeFunction(a0, a1, a2)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:112)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityOverridesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityOverridesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is marked as an override and the other isn't (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:125)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityParameterCountsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityParameterCountsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe respective type parameter counts differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:113)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityStaticButInstance(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityStaticButInstance(a0, a1, a2)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:127)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityStaticsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityStaticsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is static and the other isn't (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:121)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityTypesDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityTypesDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nThe types differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:114)

a0 : String
a1 : String
a2 : String
Returns: string

SR.ValueNotContainedMutabilityVirtualsDiffer(a0, a1, a2)

Full Usage: SR.ValueNotContainedMutabilityVirtualsDiffer(a0, a1, a2)

Parameters:
Returns: string

Module '%s' contains\n %s \nbut its signature specifies\n %s \nOne is virtual and the other isn't (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:122)

a0 : String
a1 : String
a2 : String
Returns: string

SR.abImplicitHeapAllocation a0

Full Usage: SR.abImplicitHeapAllocation a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1357)

a0 : String
Returns: int * string

SR.activePatternChoiceHasFreeTypars a0

Full Usage: SR.activePatternChoiceHasFreeTypars a0

Parameters:
Returns: int * string

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 = A x' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1105)

a0 : String
Returns: int * string

SR.activePatternIdentIsNotFunctionTyped a0

Full Usage: SR.activePatternIdentIsNotFunctionTyped a0

Parameters:
Returns: int * string

Active pattern '%s' is not a function (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1104)

a0 : String
Returns: int * string

SR.addIndexerDot ()

Full Usage: SR.addIndexerDot ()

Returns: string

Add . for indexer access. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:21)

Returns: string

SR.alwaysUseTypedStringInterpolation ()

Full Usage: SR.alwaysUseTypedStringInterpolation ()

Returns: int * string

Interpolated string contains untyped identifiers. Adding typed format specifiers is recommended. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1732)

Returns: int * string

SR.arrayElementHasWrongType (a0, a1)

Full Usage: SR.arrayElementHasWrongType (a0, a1)

Parameters:
Returns: string

All elements of an array must be implicitly convertible to the type of the first element, which here is '%s'. This element has type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:24)

a0 : String
a1 : String
Returns: string

SR.arrayElementHasWrongTypeTuple (a0, a1, a2, a3)

Full Usage: SR.arrayElementHasWrongTypeTuple (a0, a1, a2, a3)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:25)

a0 : Int32
a1 : String
a2 : Int32
a3 : String
Returns: string

SR.astDeprecatedIndexerNotation ()

Full Usage: SR.astDeprecatedIndexerNotation ()

Returns: string

This indexer notation has been removed from the F# language (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:214)

Returns: string

SR.astInvalidExprLeftHandOfAssignment ()

Full Usage: SR.astInvalidExprLeftHandOfAssignment ()

Returns: int * string

Invalid expression on left of assignment (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:215)

Returns: int * string

SR.astParseEmbeddedILError ()

Full Usage: SR.astParseEmbeddedILError ()

Returns: int * string

Error while parsing embedded IL (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:212)

Returns: int * string

SR.astParseEmbeddedILTypeError ()

Full Usage: SR.astParseEmbeddedILTypeError ()

Returns: int * string

Error while parsing embedded IL type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:213)

Returns: int * string

SR.augCustomCompareNeedsIComp ()

Full Usage: SR.augCustomCompareNeedsIComp ()

Returns: int * string

A type with attribute 'CustomComparison' must have an explicit implementation of at least one of 'System.IComparable' or 'System.Collections.IStructuralComparable' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:225)

Returns: int * string

SR.augCustomEqNeedsNoCompOrCustomComp ()

Full Usage: SR.augCustomEqNeedsNoCompOrCustomComp ()

Returns: int * string

The 'CustomEquality' attribute must be used in conjunction with the 'NoComparison' or 'CustomComparison' attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:228)

Returns: int * string

SR.augCustomEqNeedsObjEquals ()

Full Usage: SR.augCustomEqNeedsObjEquals ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:224)

Returns: int * string

SR.augInvalidAttrs ()

Full Usage: SR.augInvalidAttrs ()

Returns: int * string

This type uses an invalid mix of the attributes 'NoEquality', 'ReferenceEquality', 'StructuralEquality', 'NoComparison' and 'StructuralComparison' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:217)

Returns: int * string

SR.augNoCompCantImpIComp ()

Full Usage: SR.augNoCompCantImpIComp ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:227)

Returns: int * string

SR.augNoEqNeedsNoObjEquals ()

Full Usage: SR.augNoEqNeedsNoObjEquals ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:226)

Returns: int * string

SR.augNoEqualityNeedsNoComparison ()

Full Usage: SR.augNoEqualityNeedsNoComparison ()

Returns: int * string

The 'NoEquality' attribute must be used in conjunction with the 'NoComparison' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:218)

Returns: int * string

SR.augNoRefEqualsOnStruct ()

Full Usage: SR.augNoRefEqualsOnStruct ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:216)

Returns: int * string

SR.augOnlyCertainTypesCanHaveAttrs ()

Full Usage: SR.augOnlyCertainTypesCanHaveAttrs ()

Returns: int * string

Only record, union, exception and struct types may be augmented with the 'ReferenceEquality', 'StructuralEquality' and 'StructuralComparison' attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:222)

Returns: int * string

SR.augRefEqCantHaveObjEquals ()

Full Usage: SR.augRefEqCantHaveObjEquals ()

Returns: int * string

A type with attribute 'ReferenceEquality' cannot have an explicit implementation of 'Object.Equals(obj)', 'System.IEquatable<_>' or 'System.Collections.IStructuralEquatable' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:223)

Returns: int * string

SR.augStructCompNeedsStructEquality ()

Full Usage: SR.augStructCompNeedsStructEquality ()

Returns: int * string

The 'StructuralComparison' attribute must be used in conjunction with the 'StructuralEquality' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:219)

Returns: int * string

SR.augStructEqNeedsNoCompOrStructComp ()

Full Usage: SR.augStructEqNeedsNoCompOrStructComp ()

Returns: int * string

The 'StructuralEquality' attribute must be used in conjunction with the 'NoComparison' or 'StructuralComparison' attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:220)

Returns: int * string

SR.augTypeCantHaveRefEqAndStructAttrs ()

Full Usage: SR.augTypeCantHaveRefEqAndStructAttrs ()

Returns: int * string

A type cannot have both the 'ReferenceEquality' and 'StructuralEquality' or 'StructuralComparison' attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:221)

Returns: int * string

SR.buildArgInvalidFloat a0

Full Usage: SR.buildArgInvalidFloat a0

Parameters:
Returns: int * string

'%s' is not a valid floating point argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:78)

a0 : String
Returns: int * string

SR.buildArgInvalidInt a0

Full Usage: SR.buildArgInvalidInt a0

Parameters:
Returns: int * string

'%s' is not a valid integer argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:77)

a0 : String
Returns: int * string

SR.buildAssemblyResolutionFailed ()

Full Usage: SR.buildAssemblyResolutionFailed ()

Returns: int * string

Assembly resolution failure at or near this location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:55)

Returns: int * string

SR.buildCannotReadAssembly a0

Full Usage: SR.buildCannotReadAssembly a0

Parameters:
Returns: int * string

Unable to read assembly '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:54)

a0 : String
Returns: int * string

SR.buildCompilingExtensionIsForML ()

Full Usage: SR.buildCompilingExtensionIsForML ()

Returns: string

The file extensions '.ml' and '.mli' are for ML compatibility (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1101)

Returns: string

SR.buildCouldNotFindSourceFile a0

Full Usage: SR.buildCouldNotFindSourceFile a0

Parameters:
Returns: int * string

Source file '%s' could not be found (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:61)

a0 : String
Returns: int * string

SR.buildCouldNotResolveAssembly a0

Full Usage: SR.buildCouldNotResolveAssembly a0

Parameters:
Returns: int * string

Could not resolve assembly '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:65)

a0 : String
Returns: int * string

SR.buildDifferentVersionMustRecompile a0

Full Usage: SR.buildDifferentVersionMustRecompile a0

Parameters:
Returns: int * string

The F#-compiled DLL '%s' needs to be recompiled to be used with this version of F# (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:67)

a0 : String
Returns: int * string

SR.buildDirectivesInModulesAreIgnored ()

Full Usage: SR.buildDirectivesInModulesAreIgnored ()

Returns: int * string

Directives inside modules are ignored (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:72)

Returns: int * string

SR.buildDuplicateFile (a0, a1, a2, a3, a4)

Full Usage: SR.buildDuplicateFile (a0, a1, a2, a3, a4)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1703)

a0 : String
a1 : Int32
a2 : Int32
a3 : Int32
a4 : Int32
Returns: int * string

SR.buildErrorOpeningBinaryFile (a0, a1)

Full Usage: SR.buildErrorOpeningBinaryFile (a0, a1)

Parameters:
Returns: int * string

Error opening binary file '%s': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:66)

a0 : String
a1 : String
Returns: int * string

SR.buildExpectedFileAlongSideFSharpCore (a0, a1)

Full Usage: SR.buildExpectedFileAlongSideFSharpCore (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1114)

a0 : String
a1 : String
Returns: int * string

SR.buildExpectedSigdataFile a0

Full Usage: SR.buildExpectedSigdataFile a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1113)

a0 : String
Returns: int * string

SR.buildImplementationAlreadyGiven a0

Full Usage: SR.buildImplementationAlreadyGiven a0

Parameters:
Returns: int * string

An implementation of the file or module '%s' has already been given (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:75)

a0 : String
Returns: int * string

SR.buildImplementationAlreadyGivenDetail a0

Full Usage: SR.buildImplementationAlreadyGivenDetail a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:74)

a0 : String
Returns: int * string

SR.buildImplicitModuleIsNotLegalIdentifier (a0, a1)

Full Usage: SR.buildImplicitModuleIsNotLegalIdentifier (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:56)

a0 : String
a1 : String
Returns: int * string

SR.buildInvalidAssemblyName a0

Full Usage: SR.buildInvalidAssemblyName a0

Parameters:
Returns: int * string

'%s' is not a valid assembly name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:52)

a0 : String
Returns: int * string

SR.buildInvalidFilename a0

Full Usage: SR.buildInvalidFilename a0

Parameters:
Returns: int * string

'%s' is not a valid filename (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:51)

a0 : String
Returns: int * string

SR.buildInvalidHashIDirective ()

Full Usage: SR.buildInvalidHashIDirective ()

Returns: int * string

Invalid directive. Expected '#I \"\"'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:68)

Returns: int * string

SR.buildInvalidHashloadDirective ()

Full Usage: SR.buildInvalidHashloadDirective ()

Returns: int * string

Invalid directive. Expected '#load \"\" ... \"\"'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:70)

Returns: int * string

SR.buildInvalidHashrDirective ()

Full Usage: SR.buildInvalidHashrDirective ()

Returns: int * string

Invalid directive. Expected '#r \"\"'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:69)

Returns: int * string

SR.buildInvalidHashtimeDirective ()

Full Usage: SR.buildInvalidHashtimeDirective ()

Returns: int * string

Invalid directive. Expected '#time', '#time \"on\"' or '#time \"off\"'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:71)

Returns: int * string

SR.buildInvalidModuleOrNamespaceName ()

Full Usage: SR.buildInvalidModuleOrNamespaceName ()

Returns: int * string

Invalid module or namespace name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:80)

Returns: int * string

SR.buildInvalidPrivacy a0

Full Usage: SR.buildInvalidPrivacy a0

Parameters:
Returns: int * string

Unrecognized privacy setting '%s' for managed resource, valid options are 'public' and 'private' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:53)

a0 : String
Returns: int * string

SR.buildInvalidSearchDirectory a0

Full Usage: SR.buildInvalidSearchDirectory a0

Parameters:
Returns: int * string

The search directory '%s' is invalid (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:49)

a0 : String
Returns: int * string

SR.buildInvalidSourceFileExtension a0

Full Usage: SR.buildInvalidSourceFileExtension a0

Parameters:
Returns: int * string

The file extension of '%s' is not recognized. Source files must have extension .fs, .fsi, .fsx, .fsscript, .ml or .mli. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:62)

a0 : String
Returns: int * string

SR.buildInvalidSourceFileExtensionML a0

Full Usage: SR.buildInvalidSourceFileExtensionML a0

Parameters:
Returns: int * string

The file extension of '%s' is not recognized. Source files must have extension .fs, .fsi, .fsx or .fsscript. To enable the deprecated use of .ml or .mli extensions, use '--langversion:5.0' and '--mlcompatibility'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:64)

a0 : String
Returns: int * string

SR.buildInvalidSourceFileExtensionUpdated a0

Full Usage: SR.buildInvalidSourceFileExtensionUpdated a0

Parameters:
Returns: int * string

The file extension of '%s' is not recognized. Source files must have extension .fs, .fsi, .fsx or .fsscript (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:63)

a0 : String
Returns: int * string

SR.buildInvalidVersionFile a0

Full Usage: SR.buildInvalidVersionFile a0

Parameters:
Returns: int * string

Invalid version file '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:45)

a0 : String
Returns: int * string

SR.buildInvalidVersionString a0

Full Usage: SR.buildInvalidVersionString a0

Parameters:
Returns: int * string

Invalid version string '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:44)

a0 : String
Returns: int * string

SR.buildInvalidWarningNumber a0

Full Usage: SR.buildInvalidWarningNumber a0

Parameters:
Returns: int * string

Invalid warning number '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:43)

a0 : String
Returns: int * string

SR.buildMultiFileRequiresNamespaceOrModule ()

Full Usage: SR.buildMultiFileRequiresNamespaceOrModule ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:57)

Returns: int * string

SR.buildMultipleToplevelModules ()

Full Usage: SR.buildMultipleToplevelModules ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:59)

Returns: int * string

SR.buildNoInputsSpecified ()

Full Usage: SR.buildNoInputsSpecified ()

Returns: int * string

No inputs specified (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:47)

Returns: int * string

SR.buildOptionRequiresParameter a0

Full Usage: SR.buildOptionRequiresParameter a0

Parameters:
Returns: int * string

Option requires parameter: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:60)

a0 : String
Returns: int * string

SR.buildPdbRequiresDebug ()

Full Usage: SR.buildPdbRequiresDebug ()

Returns: int * string

The '--pdb' option requires the '--debug' option to be used (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:48)

Returns: int * string

SR.buildProblemReadingAssembly (a0, a1)

Full Usage: SR.buildProblemReadingAssembly (a0, a1)

Parameters:
Returns: int * string

Problem reading assembly '%s': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1332)

a0 : String
a1 : String
Returns: int * string

SR.buildProblemWithFilename (a0, a1)

Full Usage: SR.buildProblemWithFilename (a0, a1)

Parameters:
Returns: int * string

Problem with filename '%s': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:46)

a0 : String
a1 : String
Returns: int * string

SR.buildSearchDirectoryNotFound a0

Full Usage: SR.buildSearchDirectoryNotFound a0

Parameters:
Returns: int * string

The search directory '%s' could not be found (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:50)

a0 : String
Returns: int * string

SR.buildSignatureAlreadySpecified a0

Full Usage: SR.buildSignatureAlreadySpecified a0

Parameters:
Returns: int * string

A signature for the file or module '%s' has already been specified (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:73)

a0 : String
Returns: int * string

SR.buildSignatureWithoutImplementation a0

Full Usage: SR.buildSignatureWithoutImplementation a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:76)

a0 : String
Returns: int * string

SR.buildUnexpectedFileNameCharacter (a0, a1)

Full Usage: SR.buildUnexpectedFileNameCharacter (a0, a1)

Parameters:
Returns: int * string

Filename '%s' contains invalid character '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1115)

a0 : String
a1 : String
Returns: int * string

SR.buildUnexpectedTypeArgs (a0, a1)

Full Usage: SR.buildUnexpectedTypeArgs (a0, a1)

Parameters:
Returns: string

The non-generic type '%s' does not expect any type arguments, but here is given %d type argument(s) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:36)

a0 : String
a1 : Int32
Returns: string

SR.buildUnrecognizedOption a0

Full Usage: SR.buildUnrecognizedOption a0

Parameters:
Returns: int * string

Unrecognized option: '%s'. Use '--help' to learn about recognized command line options. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:79)

a0 : String
Returns: int * string

SR.cannotResolveNullableOperators a0

Full Usage: SR.cannotResolveNullableOperators a0

Parameters:
Returns: int * string

The operator '%s' cannot be resolved. Consider opening the module 'Microsoft.FSharp.Linq.NullableOperators'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1339)

a0 : String
Returns: int * string

SR.checkLowercaseLiteralBindingInPattern a0

Full Usage: SR.checkLowercaseLiteralBindingInPattern a0

Parameters:
Returns: int * string

Lowercase literal '%s' is being shadowed by a new pattern with the same name. Only uppercase and module-prefixed literals can be used as named patterns. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1368)

a0 : String
Returns: int * string

SR.checkNotSufficientlyGenericBecauseOfScope a0

Full Usage: SR.checkNotSufficientlyGenericBecauseOfScope a0

Parameters:
Returns: int * string

Type inference caused the type variable %s to escape its scope. Consider adding an explicit type parameter declaration or adjusting your code to be less generic. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1365)

a0 : String
Returns: int * string

SR.checkNotSufficientlyGenericBecauseOfScopeAnon ()

Full Usage: SR.checkNotSufficientlyGenericBecauseOfScopeAnon ()

Returns: int * string

Type inference caused an inference type variable to escape its scope. Consider adding type annotations to make your code less generic. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1366)

Returns: int * string

SR.checkRaiseFamilyFunctionArgumentCount (a0, a1, a2)

Full Usage: SR.checkRaiseFamilyFunctionArgumentCount (a0, a1, a2)

Parameters:
Returns: int * string

Redundant arguments are being ignored in function '%s'. Expected %d but got %d arguments. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1367)

a0 : String
a1 : Int32
a2 : Int32
Returns: int * string

SR.chkAbstractMembersDeclarationsOnStaticClasses ()

Full Usage: SR.chkAbstractMembersDeclarationsOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Abstract member declarations are not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1709)

Returns: int * string

SR.chkAdditionalConstructorOnStaticClasses ()

Full Usage: SR.chkAdditionalConstructorOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Additional constructor is not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1705)

Returns: int * string

SR.chkAttrHasAllowMultiFalse a0

Full Usage: SR.chkAttrHasAllowMultiFalse a0

Parameters:
Returns: int * string

The attribute type '%s' has 'AllowMultiple=false'. Multiple instances of this attribute cannot be attached to a single language element. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:269)

a0 : String
Returns: int * string

SR.chkAutoOpenAttributeInTypeAbbrev ()

Full Usage: SR.chkAutoOpenAttributeInTypeAbbrev ()

Returns: int * string

FSharp.Core.AutoOpenAttribute should not be aliased. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1713)

Returns: int * string

SR.chkBaseUsedInInvalidWay ()

Full Usage: SR.chkBaseUsedInInvalidWay ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:249)

Returns: int * string

SR.chkByrefUsedInInvalidWay a0

Full Usage: SR.chkByrefUsedInInvalidWay a0

Parameters:
Returns: int * string

The byref-typed variable '%s' is used in an invalid way. Byrefs cannot be captured by closures or passed to inner functions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:248)

a0 : String
Returns: int * string

SR.chkCantStoreByrefValue ()

Full Usage: SR.chkCantStoreByrefValue ()

Returns: int * string

A type would store a byref typed value. This is not permitted by Common IL. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:279)

Returns: int * string

SR.chkConstructorWithArgumentsOnStaticClasses ()

Full Usage: SR.chkConstructorWithArgumentsOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Constructor with arguments is not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1704)

Returns: int * string

SR.chkCopyUpdateSyntaxInAnonRecords ()

Full Usage: SR.chkCopyUpdateSyntaxInAnonRecords ()

Returns: int * string

This expression is an anonymous record, use {|...|} instead of {...}. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1731)

Returns: int * string

SR.chkCurriedMethodsCantHaveOutParams ()

Full Usage: SR.chkCurriedMethodsCantHaveOutParams ()

Returns: int * string

Methods with curried arguments cannot declare 'out', 'ParamArray', 'optional', 'ReflectedDefinition', 'byref', 'CallerLineNumber', 'CallerMemberName', or 'CallerFilePath' arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:283)

Returns: int * string

SR.chkDuplicateMethod (a0, a1)

Full Usage: SR.chkDuplicateMethod (a0, a1)

Parameters:
Returns: int * string

Duplicate method. The method '%s' has the same name and signature as another method in type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:280)

a0 : String
a1 : String
Returns: int * string

SR.chkDuplicateMethodCurried (a0, a1)

Full Usage: SR.chkDuplicateMethodCurried (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:282)

a0 : String
a1 : String
Returns: int * string

SR.chkDuplicateMethodInheritedType a0

Full Usage: SR.chkDuplicateMethodInheritedType a0

Parameters:
Returns: int * string

Duplicate method. The abstract method '%s' has the same name and signature as an abstract method in an inherited type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:286)

a0 : String
Returns: int * string

SR.chkDuplicateMethodInheritedTypeWithSuffix a0

Full Usage: SR.chkDuplicateMethodInheritedTypeWithSuffix a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:287)

a0 : String
Returns: int * string

SR.chkDuplicateMethodWithSuffix (a0, a1)

Full Usage: SR.chkDuplicateMethodWithSuffix (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:281)

a0 : String
a1 : String
Returns: int * string

SR.chkDuplicateProperty (a0, a1)

Full Usage: SR.chkDuplicateProperty (a0, a1)

Parameters:
Returns: int * string

Duplicate property. The property '%s' has the same name and signature as another property in type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:284)

a0 : String
a1 : String
Returns: int * string

SR.chkDuplicatePropertyWithSuffix (a0, a1)

Full Usage: SR.chkDuplicatePropertyWithSuffix (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:285)

a0 : String
a1 : String
Returns: int * string

SR.chkDuplicatedMethodParameter a0

Full Usage: SR.chkDuplicatedMethodParameter a0

Parameters:
Returns: int * string

Duplicate parameter. The parameter '%s' has been used more that once in this method. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1701)

a0 : String
Returns: int * string

SR.chkEntryPointUsage ()

Full Usage: SR.chkEntryPointUsage ()

Returns: int * string

A function labeled with the 'EntryPointAttribute' attribute must be the last declaration in the last file in the compilation sequence. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:273)

Returns: int * string

SR.chkErrorContainsCallToRethrow ()

Full Usage: SR.chkErrorContainsCallToRethrow ()

Returns: int * string

Calls to 'reraise' may only occur directly in a handler of a try-with (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:254)

Returns: int * string

SR.chkErrorUseOfByref ()

Full Usage: SR.chkErrorUseOfByref ()

Returns: int * string

A type instantiation involves a byref type. This is not permitted by the rules of Common IL. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:253)

Returns: int * string

SR.chkExplicitFieldsDeclarationsOnStaticClasses ()

Full Usage: SR.chkExplicitFieldsDeclarationsOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Explicit field declarations are not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1710)

Returns: int * string

SR.chkFeatureNotLanguageSupported (a0, a1, a2)

Full Usage: SR.chkFeatureNotLanguageSupported (a0, a1, a2)

Parameters:
Returns: int * string

Feature '%s' is not available in F# %s. Please use language version %s or greater. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1533)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.chkFeatureNotRuntimeSupported a0

Full Usage: SR.chkFeatureNotRuntimeSupported a0

Parameters:
Returns: int * string

Feature '%s' is not supported by target runtime. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1534)

a0 : String
Returns: int * string

SR.chkFeatureNotSupportedInLibrary (a0, a1)

Full Usage: SR.chkFeatureNotSupportedInLibrary (a0, a1)

Parameters:
Returns: int * string

Feature '%s' requires the F# library for language version %s or greater. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1532)

a0 : String
a1 : String
Returns: int * string

SR.chkFirstClassFuncNoByref ()

Full Usage: SR.chkFirstClassFuncNoByref ()

Returns: int * string

The type of a first-class function cannot contain byrefs (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:266)

Returns: int * string

SR.chkGetterAndSetterHaveSamePropertyType (a0, a1, a2)

Full Usage: SR.chkGetterAndSetterHaveSamePropertyType (a0, a1, a2)

Parameters:
Returns: int * string

A property's getter and setter must have the same type. Property '%s' has getter of type '%s' but setter of type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1345)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.chkGetterSetterDoNotMatchAbstract (a0, a1)

Full Usage: SR.chkGetterSetterDoNotMatchAbstract (a0, a1)

Parameters:
Returns: int * string

The property '%s' of type '%s' has a getter and a setter that do not match. If one is abstract then the other must be as well. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:277)

a0 : String
a1 : String
Returns: int * string

SR.chkImplementingInterfacesOnStaticClasses ()

Full Usage: SR.chkImplementingInterfacesOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Implementing interfaces is not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1708)

Returns: int * string

SR.chkIndexedGetterAndSetterHaveSamePropertyType (a0, a1, a2)

Full Usage: SR.chkIndexedGetterAndSetterHaveSamePropertyType (a0, a1, a2)

Parameters:
Returns: int * string

An indexed property's getter and setter must have the same type. Property '%s' has getter of type '%s' but setter of type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1734)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.chkInfoRefcellAssign ()

Full Usage: SR.chkInfoRefcellAssign ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1619)

Returns: int * string

SR.chkInfoRefcellDecr ()

Full Usage: SR.chkInfoRefcellDecr ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1621)

Returns: int * string

SR.chkInfoRefcellDeref ()

Full Usage: SR.chkInfoRefcellDeref ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1618)

Returns: int * string

SR.chkInfoRefcellIncr ()

Full Usage: SR.chkInfoRefcellIncr ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1620)

Returns: int * string

SR.chkInstanceLetBindingOnStaticClasses ()

Full Usage: SR.chkInstanceLetBindingOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Instance let bindings are not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1707)

Returns: int * string

SR.chkInstanceMemberOnStaticClasses ()

Full Usage: SR.chkInstanceMemberOnStaticClasses ()

Returns: int * string

If a type uses both [] and [] attributes, it means it is static. Instance members are not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1706)

Returns: int * string

SR.chkInvalidCustAttrVal ()

Full Usage: SR.chkInvalidCustAttrVal ()

Returns: int * string

Invalid custom attribute value (not a constant or literal) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:268)

Returns: int * string

SR.chkInvalidFunctionParameterType (a0, a1)

Full Usage: SR.chkInvalidFunctionParameterType (a0, a1)

Parameters:
Returns: int * string

The parameter '%s' has an invalid type '%s'. This is not permitted by the rules of Common IL. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1524)

a0 : String
a1 : String
Returns: int * string

SR.chkInvalidFunctionReturnType a0

Full Usage: SR.chkInvalidFunctionReturnType a0

Parameters:
Returns: int * string

The function or method has an invalid return type '%s'. This is not permitted by the rules of Common IL. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1525)

a0 : String
Returns: int * string

SR.chkLimitationsOfBaseKeyword ()

Full Usage: SR.chkLimitationsOfBaseKeyword ()

Returns: int * string

'base' values may only be used to make direct calls to the base implementations of overridden members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:260)

Returns: int * string

SR.chkMemberUsedInInvalidWay (a0, a1, a2)

Full Usage: SR.chkMemberUsedInInvalidWay (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:270)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.chkMultipleGenericInterfaceInstantiations (a0, a1)

Full Usage: SR.chkMultipleGenericInterfaceInstantiations (a0, a1)

Parameters:
Returns: int * string

This type implements the same interface at different generic instantiations '%s' and '%s'. This is not permitted in this version of F#. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:288)

a0 : String
a1 : String
Returns: int * string

SR.chkNoAddressFieldAtThisPoint a0

Full Usage: SR.chkNoAddressFieldAtThisPoint a0

Parameters:
Returns: int * string

The address of the field '%s' cannot be used at this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:264)

a0 : String
Returns: int * string

SR.chkNoAddressOfArrayElementAtThisPoint ()

Full Usage: SR.chkNoAddressOfArrayElementAtThisPoint ()

Returns: int * string

The address of an array element cannot be used at this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:265)

Returns: int * string

SR.chkNoAddressOfAtThisPoint a0

Full Usage: SR.chkNoAddressOfAtThisPoint a0

Parameters:
Returns: int * string

The address of the variable '%s' cannot be used at this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:262)

a0 : String
Returns: int * string

SR.chkNoAddressStaticFieldAtThisPoint a0

Full Usage: SR.chkNoAddressStaticFieldAtThisPoint a0

Parameters:
Returns: int * string

The address of the static field '%s' cannot be used at this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:263)

a0 : String
Returns: int * string

SR.chkNoByrefAddressOfLocal a0

Full Usage: SR.chkNoByrefAddressOfLocal a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1388)

a0 : String
Returns: int * string

SR.chkNoByrefAddressOfValueFromExpression ()

Full Usage: SR.chkNoByrefAddressOfValueFromExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1503)

Returns: int * string

SR.chkNoByrefAsTopValue ()

Full Usage: SR.chkNoByrefAsTopValue ()

Returns: int * string

A byref typed value would be stored here. Top-level let-bound byref values are not permitted. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:271)

Returns: int * string

SR.chkNoByrefAtThisPoint a0

Full Usage: SR.chkNoByrefAtThisPoint a0

Parameters:
Returns: int * string

The byref typed value '%s' cannot be used at this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:259)

a0 : String
Returns: int * string

SR.chkNoByrefInTypeAbbrev ()

Full Usage: SR.chkNoByrefInTypeAbbrev ()

Returns: int * string

The type abbreviation contains byrefs. This is not permitted by F#. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:290)

Returns: int * string

SR.chkNoByrefLikeFunctionCall ()

Full Usage: SR.chkNoByrefLikeFunctionCall ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1508)

Returns: int * string

SR.chkNoByrefsOfByrefs a0

Full Usage: SR.chkNoByrefsOfByrefs a0

Parameters:
Returns: int * string

Type '%s' is illegal because in byref, T cannot contain byref types. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1308)

a0 : String
Returns: int * string

SR.chkNoFirstClassAddressOf ()

Full Usage: SR.chkNoFirstClassAddressOf ()

Returns: int * string

First-class uses of the address-of operators are not permitted (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:257)

Returns: int * string

SR.chkNoFirstClassNameOf ()

Full Usage: SR.chkNoFirstClassNameOf ()

Returns: int * string

Using the 'nameof' operator as a first-class function value is not permitted. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1522)

Returns: int * string

SR.chkNoFirstClassRethrow ()

Full Usage: SR.chkNoFirstClassRethrow ()

Returns: int * string

First-class uses of the 'reraise' function is not permitted (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:258)

Returns: int * string

SR.chkNoFirstClassSplicing ()

Full Usage: SR.chkNoFirstClassSplicing ()

Returns: int * string

First-class uses of the expression-splicing operator are not permitted (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:256)

Returns: int * string

SR.chkNoReflectedDefinitionOnStructMember ()

Full Usage: SR.chkNoReflectedDefinitionOnStructMember ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1111)

Returns: int * string

SR.chkNoSpanLikeValueFromExpression ()

Full Usage: SR.chkNoSpanLikeValueFromExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1510)

Returns: int * string

SR.chkNoSpanLikeVariable a0

Full Usage: SR.chkNoSpanLikeVariable a0

Parameters:
Returns: int * string

The Span or IsByRefLike variable '%s' cannot be used at this point. This is to ensure the address of the local value does not escape its scope. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1509)

a0 : String
Returns: int * string

SR.chkNoWriteToLimitedSpan a0

Full Usage: SR.chkNoWriteToLimitedSpan a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1504)

a0 : String
Returns: int * string

SR.chkNotTailRecursive a0

Full Usage: SR.chkNotTailRecursive a0

Parameters:
Returns: int * string

The member or function '%s' has the 'TailCallAttribute' attribute, but is not being used in a tail recursive way. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1723)

a0 : String
Returns: int * string

SR.chkPropertySameNameIndexer (a0, a1)

Full Usage: SR.chkPropertySameNameIndexer (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:278)

a0 : String
a1 : String
Returns: int * string

SR.chkPropertySameNameMethod (a0, a1)

Full Usage: SR.chkPropertySameNameMethod (a0, a1)

Parameters:
Returns: int * string

The property '%s' has the same name as a method in type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:276)

a0 : String
a1 : String
Returns: int * string

SR.chkProtectedOrBaseCalled ()

Full Usage: SR.chkProtectedOrBaseCalled ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:247)

Returns: int * string

SR.chkReflectedDefCantSplice ()

Full Usage: SR.chkReflectedDefCantSplice ()

Returns: int * string

[] terms cannot contain uses of the prefix splice operator '%%' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:272)

Returns: int * string

SR.chkReturnTypeNoByref ()

Full Usage: SR.chkReturnTypeNoByref ()

Returns: int * string

A method return type would contain byrefs which is not permitted (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:267)

Returns: int * string

SR.chkSplicingOnlyInQuotations ()

Full Usage: SR.chkSplicingOnlyInQuotations ()

Returns: int * string

Expression-splicing operators may only be used within quotations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:255)

Returns: int * string

SR.chkStaticMembersOnObjectExpressions ()

Full Usage: SR.chkStaticMembersOnObjectExpressions ()

Returns: int * string

Object expressions cannot implement interfaces with static abstract members or declare static members. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1742)

Returns: int * string

SR.chkStructsMayNotReturnAddressesOfContents ()

Full Usage: SR.chkStructsMayNotReturnAddressesOfContents ()

Returns: int * string

Struct members cannot return the address of fields of the struct by reference (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1507)

Returns: int * string

SR.chkSystemVoidOnlyInTypeof ()

Full Usage: SR.chkSystemVoidOnlyInTypeof ()

Returns: int * string

'System.Void' can only be used as 'typeof' in F# (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:252)

Returns: int * string

SR.chkTailCallAttrOnNonRec ()

Full Usage: SR.chkTailCallAttrOnNonRec ()

Returns: int * string

The TailCall attribute should only be applied to recursive functions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1743)

Returns: int * string

SR.chkTyparMultipleClassConstraints ()

Full Usage: SR.chkTyparMultipleClassConstraints ()

Returns: int * string

A type variable has been constrained by multiple different class types. A type variable may only have one class constraint. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1336)

Returns: int * string

SR.chkTypeLessAccessibleThanType (a0, a1)

Full Usage: SR.chkTypeLessAccessibleThanType (a0, a1)

Parameters:
Returns: int * string

The type '%s' is less accessible than the value, member or type '%s' it is used in. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:251)

a0 : String
a1 : String
Returns: int * string

SR.chkUnionCaseCompiledForm ()

Full Usage: SR.chkUnionCaseCompiledForm ()

Returns: string

compiled form of the union case (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:274)

Returns: string

SR.chkUnionCaseDefaultAugmentation ()

Full Usage: SR.chkUnionCaseDefaultAugmentation ()

Returns: string

default augmentation of the union case (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:275)

Returns: string

SR.chkUnusedThisVariable a0

Full Usage: SR.chkUnusedThisVariable a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1069)

a0 : String
Returns: int * string

SR.chkUnusedValue a0

Full Usage: SR.chkUnusedValue a0

Parameters:
Returns: int * string

The value '%s' is unused (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1068)

a0 : String
Returns: int * string

SR.chkValueWithDefaultValueMustHaveDefaultValue ()

Full Usage: SR.chkValueWithDefaultValueMustHaveDefaultValue ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:289)

Returns: int * string

SR.chkVariableUsedInInvalidWay a0

Full Usage: SR.chkVariableUsedInInvalidWay a0

Parameters:
Returns: string

The variable '%s' is used in an invalid way (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:250)

a0 : String
Returns: string

SR.commaInsteadOfSemicolonInRecord ()

Full Usage: SR.commaInsteadOfSemicolonInRecord ()

Returns: string

A ';' is used to separate field values in records. Consider replacing ',' with ';'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:34)

Returns: string

SR.considerUpcast (a0, a1)

Full Usage: SR.considerUpcast (a0, a1)

Parameters:
Returns: int * string

The conversion from %s to %s is a compile-time safe upcast, not a downcast. Consider using 'upcast' instead of 'downcast'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1377)

a0 : String
a1 : String
Returns: int * string

SR.considerUpcastOperator (a0, a1)

Full Usage: SR.considerUpcastOperator (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1378)

a0 : String
a1 : String
Returns: int * string

SR.containerDeprecated ()

Full Usage: SR.containerDeprecated ()

Returns: int * string

The 'AssemblyKeyNameAttribute' has been deprecated. Use 'AssemblyKeyFileAttribute' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1653)

Returns: int * string

SR.containerSigningUnsupportedOnThisPlatform ()

Full Usage: SR.containerSigningUnsupportedOnThisPlatform ()

Returns: int * string

Key container signing is not supported on this platform. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1654)

Returns: int * string

SR.couldNotLoadDependencyManagerExtension (a0, a1)

Full Usage: SR.couldNotLoadDependencyManagerExtension (a0, a1)

Parameters:
Returns: int * string

The dependency manager extension %s could not be loaded. Message: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1520)

a0 : String
a1 : String
Returns: int * string

SR.crefBoundVarUsedInSplice a0

Full Usage: SR.crefBoundVarUsedInSplice a0

Parameters:
Returns: int * string

The variable '%s' is bound in a quotation but is used as part of a spliced expression. This is not permitted since it may escape its scope. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:291)

a0 : String
Returns: int * string

SR.crefNoInnerGenericsInQuotations ()

Full Usage: SR.crefNoInnerGenericsInQuotations ()

Returns: int * string

Inner generic functions are not permitted in quoted expressions. Consider adding some type constraints until this function is no longer generic. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1117)

Returns: int * string

SR.crefNoSetOfHole ()

Full Usage: SR.crefNoSetOfHole ()

Returns: int * string

A quotation may not involve an assignment to or taking the address of a captured local variable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1325)

Returns: int * string

SR.crefQuotationsCantCallTraitMembers ()

Full Usage: SR.crefQuotationsCantCallTraitMembers ()

Returns: int * string

Quotations cannot contain expressions that make member constraint calls, or uses of operators that implicitly resolve to a member constraint call (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:303)

Returns: int * string

SR.crefQuotationsCantContainAddressOf ()

Full Usage: SR.crefQuotationsCantContainAddressOf ()

Returns: int * string

Quotations cannot contain expressions that take the address of a field (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:295)

Returns: int * string

SR.crefQuotationsCantContainArrayPatternMatching ()

Full Usage: SR.crefQuotationsCantContainArrayPatternMatching ()

Returns: int * string

Quotations cannot contain array pattern matching (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:306)

Returns: int * string

SR.crefQuotationsCantContainDescendingForLoops ()

Full Usage: SR.crefQuotationsCantContainDescendingForLoops ()

Returns: int * string

Quotations cannot contain descending for loops (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:298)

Returns: int * string

SR.crefQuotationsCantContainGenericExprs ()

Full Usage: SR.crefQuotationsCantContainGenericExprs ()

Returns: int * string

Quotations cannot contain uses of generic expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:292)

Returns: int * string

SR.crefQuotationsCantContainGenericFunctions ()

Full Usage: SR.crefQuotationsCantContainGenericFunctions ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:293)

Returns: int * string

SR.crefQuotationsCantContainInlineIL ()

Full Usage: SR.crefQuotationsCantContainInlineIL ()

Returns: int * string

Quotations cannot contain inline assembly code or pattern matching on arrays (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:297)

Returns: int * string

SR.crefQuotationsCantContainObjExprs ()

Full Usage: SR.crefQuotationsCantContainObjExprs ()

Returns: int * string

Quotations cannot contain object expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:294)

Returns: int * string

SR.crefQuotationsCantContainStaticFieldRef ()

Full Usage: SR.crefQuotationsCantContainStaticFieldRef ()

Returns: int * string

Quotations cannot contain expressions that fetch static fields (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:296)

Returns: int * string

SR.crefQuotationsCantContainThisConstant ()

Full Usage: SR.crefQuotationsCantContainThisConstant ()

Returns: int * string

Quotations cannot contain this kind of constant (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:304)

Returns: int * string

SR.crefQuotationsCantContainThisPatternMatch ()

Full Usage: SR.crefQuotationsCantContainThisPatternMatch ()

Returns: int * string

Quotations cannot contain this kind of pattern match (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:305)

Returns: int * string

SR.crefQuotationsCantContainThisType ()

Full Usage: SR.crefQuotationsCantContainThisType ()

Returns: int * string

Quotations cannot contain this kind of type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:307)

Returns: int * string

SR.crefQuotationsCantFetchUnionIndexes ()

Full Usage: SR.crefQuotationsCantFetchUnionIndexes ()

Returns: int * string

Quotations cannot contain expressions that fetch union case indexes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:299)

Returns: int * string

SR.crefQuotationsCantRequireByref ()

Full Usage: SR.crefQuotationsCantRequireByref ()

Returns: int * string

Quotations cannot contain expressions that require byref pointers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:302)

Returns: int * string

SR.crefQuotationsCantSetExceptionFields ()

Full Usage: SR.crefQuotationsCantSetExceptionFields ()

Returns: int * string

Quotations cannot contain expressions that set fields in exception values (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:301)

Returns: int * string

SR.crefQuotationsCantSetUnionFields ()

Full Usage: SR.crefQuotationsCantSetUnionFields ()

Returns: int * string

Quotations cannot contain expressions that set union case fields (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:300)

Returns: int * string

SR.csArgumentLengthMismatch ()

Full Usage: SR.csArgumentLengthMismatch ()

Returns: int * string

Argument length mismatch (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:348)

Returns: int * string

SR.csArgumentTypesDoNotMatch ()

Full Usage: SR.csArgumentTypesDoNotMatch ()

Returns: int * string

The argument types don't match (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:349)

Returns: int * string

SR.csAvailableOverloads a0

Full Usage: SR.csAvailableOverloads a0

Parameters:
Returns: string

Available overloads:\n%s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:382)

a0 : String
Returns: string

SR.csCandidates a0

Full Usage: SR.csCandidates a0

Parameters:
Returns: string

Candidates:\n%s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:381)

a0 : String
Returns: string

SR.csCodeLessGeneric ()

Full Usage: SR.csCodeLessGeneric ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:309)

Returns: int * string

SR.csCtorHasNoArgumentOrReturnProperty (a0, a1, a2)

Full Usage: SR.csCtorHasNoArgumentOrReturnProperty (a0, a1, a2)

Parameters:
Returns: string

The object constructor '%s' has no argument or settable return property '%s'. %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:356)

a0 : String
a1 : String
a2 : String
Returns: string

SR.csCtorSignatureMismatchArity (a0, a1, a2, a3)

Full Usage: SR.csCtorSignatureMismatchArity (a0, a1, a2, a3)

Parameters:
Returns: int * string

The object constructor '%s' takes %d argument(s) but is here given %d. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:364)

a0 : String
a1 : Int32
a2 : Int32
a3 : String
Returns: int * string

SR.csCtorSignatureMismatchArityProp (a0, a1, a2, a3)

Full Usage: SR.csCtorSignatureMismatchArityProp (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:365)

a0 : String
a1 : Int32
a2 : Int32
a3 : String
Returns: int * string

SR.csExpectTypeWithOperatorButGivenFunction a0

Full Usage: SR.csExpectTypeWithOperatorButGivenFunction a0

Parameters:
Returns: string

Expecting a type supporting the operator '%s' but given a function type. You may be missing an argument to a function. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:313)

a0 : String
Returns: string

SR.csExpectTypeWithOperatorButGivenTuple a0

Full Usage: SR.csExpectTypeWithOperatorButGivenTuple a0

Parameters:
Returns: string

Expecting a type supporting the operator '%s' but given a tuple type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:314)

a0 : String
Returns: string

SR.csExpectedArguments ()

Full Usage: SR.csExpectedArguments ()

Returns: string

Expected arguments to an instance member (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:311)

Returns: string

SR.csFunctionDoesNotSupportType (a0, a1, a2)

Full Usage: SR.csFunctionDoesNotSupportType (a0, a1, a2)

Parameters:
Returns: string

'%s' does not support the type '%s', because the latter lacks the required (real or built-in) member '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:317)

a0 : String
a1 : String
a2 : String
Returns: string

SR.csGenericConstructRequiresNonAbstract a0

Full Usage: SR.csGenericConstructRequiresNonAbstract a0

Parameters:
Returns: string

A generic construct requires that the type '%s' be non-abstract (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:341)

a0 : String
Returns: string

SR.csGenericConstructRequiresPublicDefaultConstructor a0

Full Usage: SR.csGenericConstructRequiresPublicDefaultConstructor a0

Parameters:
Returns: string

A generic construct requires that the type '%s' have a public default constructor (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:342)

a0 : String
Returns: string

SR.csGenericConstructRequiresReferenceSemantics a0

Full Usage: SR.csGenericConstructRequiresReferenceSemantics a0

Parameters:
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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:340)

a0 : String
Returns: string

SR.csGenericConstructRequiresStructOrReferenceConstraint ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:343)

Returns: string

SR.csGenericConstructRequiresStructType a0

Full Usage: SR.csGenericConstructRequiresStructType a0

Parameters:
Returns: string

A generic construct requires that the type '%s' is a CLI or F# struct type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:337)

a0 : String
Returns: string

SR.csGenericConstructRequiresUnmanagedType a0

Full Usage: SR.csGenericConstructRequiresUnmanagedType a0

Parameters:
Returns: string

A generic construct requires that the type '%s' is an unmanaged type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:338)

a0 : String
Returns: string

SR.csIncorrectGenericInstantiation (a0, a1, a2)

Full Usage: SR.csIncorrectGenericInstantiation (a0, a1, a2)

Parameters:
Returns: int * string

Incorrect generic instantiation. No %s member named '%s' takes %d generic arguments. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:368)

a0 : String
a1 : String
a2 : Int32
Returns: int * string

SR.csIndexArgumentMismatch (a0, a1)

Full Usage: SR.csIndexArgumentMismatch (a0, a1)

Parameters:
Returns: string

This indexer expects %d arguments but is here given %d (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:312)

a0 : Int32
a1 : Int32
Returns: string

SR.csMemberHasNoArgumentOrReturnProperty (a0, a1, a2)

Full Usage: SR.csMemberHasNoArgumentOrReturnProperty (a0, a1, a2)

Parameters:
Returns: string

The member or object constructor '%s' has no argument or settable return property '%s'. %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:355)

a0 : String
a1 : String
a2 : String
Returns: string

SR.csMemberIsNotAccessible (a0, a1)

Full Usage: SR.csMemberIsNotAccessible (a0, a1)

Parameters:
Returns: int * string

The member or object constructor '%s' is not %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:351)

a0 : String
a1 : String
Returns: int * string

SR.csMemberIsNotAccessible2 (a0, a1)

Full Usage: SR.csMemberIsNotAccessible2 (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:352)

a0 : String
a1 : String
Returns: int * string

SR.csMemberIsNotInstance a0

Full Usage: SR.csMemberIsNotInstance a0

Parameters:
Returns: int * string

%s is not an instance member (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:347)

a0 : String
Returns: int * string

SR.csMemberIsNotStatic a0

Full Usage: SR.csMemberIsNotStatic a0

Parameters:
Returns: int * string

%s is not a static member (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:346)

a0 : String
Returns: int * string

SR.csMemberNotAccessible (a0, a1, a2, a3)

Full Usage: SR.csMemberNotAccessible (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:367)

a0 : String
a1 : Int32
a2 : String
a3 : Int32
Returns: int * string

SR.csMemberOverloadArityMismatch (a0, a1, a2)

Full Usage: SR.csMemberOverloadArityMismatch (a0, a1, a2)

Parameters:
Returns: int * string

The member or object constructor '%s' does not take %d argument(s). An overload was found taking %d arguments. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:369)

a0 : String
a1 : Int32
a2 : Int32
Returns: int * string

SR.csMemberSignatureMismatch (a0, a1, a2)

Full Usage: SR.csMemberSignatureMismatch (a0, a1, a2)

Parameters:
Returns: int * string

The member or object constructor '%s' requires %d argument(s). The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:358)

a0 : String
a1 : Int32
a2 : String
Returns: int * string

SR.csMemberSignatureMismatch2 (a0, a1, a2)

Full Usage: SR.csMemberSignatureMismatch2 (a0, a1, a2)

Parameters:
Returns: int * string

The member or object constructor '%s' requires %d additional argument(s). The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:359)

a0 : String
a1 : Int32
a2 : String
Returns: int * string

SR.csMemberSignatureMismatch3 (a0, a1, a2, a3)

Full Usage: SR.csMemberSignatureMismatch3 (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:360)

a0 : String
a1 : Int32
a2 : String
a3 : String
Returns: int * string

SR.csMemberSignatureMismatch4 (a0, a1, a2, a3)

Full Usage: SR.csMemberSignatureMismatch4 (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:361)

a0 : String
a1 : Int32
a2 : String
a3 : String
Returns: int * string

SR.csMemberSignatureMismatchArity (a0, a1, a2, a3)

Full Usage: SR.csMemberSignatureMismatchArity (a0, a1, a2, a3)

Parameters:
Returns: int * string

The member or object constructor '%s' takes %d argument(s) but is here given %d. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:363)

a0 : String
a1 : Int32
a2 : Int32
a3 : String
Returns: int * string

SR.csMemberSignatureMismatchArityNamed (a0, a1, a2, a3, a4)

Full Usage: SR.csMemberSignatureMismatchArityNamed (a0, a1, a2, a3, a4)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:362)

a0 : String
a1 : Int32
a2 : Int32
a3 : Int32
a4 : String
Returns: int * string

SR.csMemberSignatureMismatchArityType (a0, a1, a2, a3)

Full Usage: SR.csMemberSignatureMismatchArityType (a0, a1, a2, a3)

Parameters:
Returns: int * string

The member or object constructor '%s' takes %d type argument(s) but is here given %d. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:366)

a0 : String
a1 : Int32
a2 : Int32
a3 : String
Returns: int * string

SR.csMethodExpectsParams ()

Full Usage: SR.csMethodExpectsParams ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:350)

Returns: int * string

SR.csMethodFoundButIsNotStatic (a0, a1, a2)

Full Usage: SR.csMethodFoundButIsNotStatic (a0, a1, a2)

Parameters:
Returns: string

The type '%s' has a method '%s' (full name '%s'), but the method is not static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:322)

a0 : String
a1 : String
a2 : String
Returns: string

SR.csMethodFoundButIsStatic (a0, a1, a2)

Full Usage: SR.csMethodFoundButIsStatic (a0, a1, a2)

Parameters:
Returns: string

The type '%s' has a method '%s' (full name '%s'), but the method is static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:321)

a0 : String
a1 : String
a2 : String
Returns: string

SR.csMethodIsNotAStaticMethod a0

Full Usage: SR.csMethodIsNotAStaticMethod a0

Parameters:
Returns: int * string

%s is not a static method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:353)

a0 : String
Returns: int * string

SR.csMethodIsNotAnInstanceMethod a0

Full Usage: SR.csMethodIsNotAnInstanceMethod a0

Parameters:
Returns: int * string

%s is not an instance method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:354)

a0 : String
Returns: int * string

SR.csMethodIsOverloaded a0

Full Usage: SR.csMethodIsOverloaded a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:380)

a0 : String
Returns: string

SR.csMethodNotFound a0

Full Usage: SR.csMethodNotFound a0

Parameters:
Returns: int * string

Method or object constructor '%s' not found (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:373)

a0 : String
Returns: int * string

SR.csNoMemberTakesTheseArguments (a0, a1, a2)

Full Usage: SR.csNoMemberTakesTheseArguments (a0, a1, a2)

Parameters:
Returns: int * string

No %s member or object constructor named '%s' takes %d arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:370)

a0 : String
a1 : String
a2 : Int32
Returns: int * string

SR.csNoMemberTakesTheseArguments2 (a0, a1, a2, a3)

Full Usage: SR.csNoMemberTakesTheseArguments2 (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:371)

a0 : String
a1 : String
a2 : Int32
a3 : Int32
Returns: int * string

SR.csNoMemberTakesTheseArguments3 (a0, a1, a2, a3)

Full Usage: SR.csNoMemberTakesTheseArguments3 (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:372)

a0 : String
a1 : String
a2 : Int32
a3 : String
Returns: int * string

SR.csNoOverloadsFound a0

Full Usage: SR.csNoOverloadsFound a0

Parameters:
Returns: string

No overloads match for method '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:374)

a0 : String
Returns: string

SR.csNoOverloadsFoundArgumentsPrefixPlural a0

Full Usage: SR.csNoOverloadsFoundArgumentsPrefixPlural a0

Parameters:
Returns: string

Known types of arguments: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:376)

a0 : String
Returns: string

SR.csNoOverloadsFoundArgumentsPrefixSingular a0

Full Usage: SR.csNoOverloadsFoundArgumentsPrefixSingular a0

Parameters:
Returns: string

Known type of argument: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:375)

a0 : String
Returns: string

SR.csNoOverloadsFoundReturnType a0

Full Usage: SR.csNoOverloadsFoundReturnType a0

Parameters:
Returns: string

Known return type: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:379)

a0 : String
Returns: string

SR.csNoOverloadsFoundTypeParametersPrefixPlural a0

Full Usage: SR.csNoOverloadsFoundTypeParametersPrefixPlural a0

Parameters:
Returns: string

Known type parameters: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:378)

a0 : String
Returns: string

SR.csNoOverloadsFoundTypeParametersPrefixSingular a0

Full Usage: SR.csNoOverloadsFoundTypeParametersPrefixSingular a0

Parameters:
Returns: string

Known type parameter: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:377)

a0 : String
Returns: string

SR.csNullableTypeDoesNotHaveNull a0

Full Usage: SR.csNullableTypeDoesNotHaveNull a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:326)

a0 : String
Returns: string

SR.csOptionalArgumentNotPermittedHere ()

Full Usage: SR.csOptionalArgumentNotPermittedHere ()

Returns: int * string

Optional arguments not permitted here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:345)

Returns: int * string

SR.csOverloadCandidateIndexedArgumentTypeMismatch a0

Full Usage: SR.csOverloadCandidateIndexedArgumentTypeMismatch a0

Parameters:
Returns: string

Argument at index %d doesn't match (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:384)

a0 : Int32
Returns: string

SR.csOverloadCandidateNamedArgumentTypeMismatch a0

Full Usage: SR.csOverloadCandidateNamedArgumentTypeMismatch a0

Parameters:
Returns: string

Argument '%s' doesn't match (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:383)

a0 : String
Returns: string

SR.csRequiredSignatureIs a0

Full Usage: SR.csRequiredSignatureIs a0

Parameters:
Returns: int * string

The required signature is %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:357)

a0 : String
Returns: int * string

SR.csStructConstraintInconsistent ()

Full Usage: SR.csStructConstraintInconsistent ()

Returns: int * string

The constraints 'struct' and 'not struct' are inconsistent (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:323)

Returns: int * string

SR.csTypeCannotBeResolvedAtCompileTime a0

Full Usage: SR.csTypeCannotBeResolvedAtCompileTime a0

Parameters:
Returns: string

The declared type parameter '%s' cannot be used here since the type parameter cannot be resolved at compile time (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:308)

a0 : String
Returns: string

SR.csTypeDoesNotHaveNull a0

Full Usage: SR.csTypeDoesNotHaveNull a0

Parameters:
Returns: string

The type '%s' does not have 'null' as a proper value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:325)

a0 : String
Returns: string

SR.csTypeDoesNotSupportComparison1 a0

Full Usage: SR.csTypeDoesNotSupportComparison1 a0

Parameters:
Returns: string

The type '%s' does not support the 'comparison' constraint because it has the 'NoComparison' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:327)

a0 : String
Returns: string

SR.csTypeDoesNotSupportComparison2 a0

Full Usage: SR.csTypeDoesNotSupportComparison2 a0

Parameters:
Returns: string

The type '%s' does not support the 'comparison' constraint. For example, it does not support the 'System.IComparable' interface (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:328)

a0 : String
Returns: string

SR.csTypeDoesNotSupportComparison3 a0

Full Usage: SR.csTypeDoesNotSupportComparison3 a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:329)

a0 : String
Returns: string

SR.csTypeDoesNotSupportConversion (a0, a1)

Full Usage: SR.csTypeDoesNotSupportConversion (a0, a1)

Parameters:
Returns: string

The type '%s' does not support a conversion to the type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:320)

a0 : String
a1 : String
Returns: string

SR.csTypeDoesNotSupportEquality1 a0

Full Usage: SR.csTypeDoesNotSupportEquality1 a0

Parameters:
Returns: string

The type '%s' does not support the 'equality' constraint because it has the 'NoEquality' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:330)

a0 : String
Returns: string

SR.csTypeDoesNotSupportEquality2 a0

Full Usage: SR.csTypeDoesNotSupportEquality2 a0

Parameters:
Returns: string

The type '%s' does not support the 'equality' constraint because it is a function type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:331)

a0 : String
Returns: string

SR.csTypeDoesNotSupportEquality3 a0

Full Usage: SR.csTypeDoesNotSupportEquality3 a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:332)

a0 : String
Returns: string

SR.csTypeDoesNotSupportOperator (a0, a1)

Full Usage: SR.csTypeDoesNotSupportOperator (a0, a1)

Parameters:
Returns: string

The type '%s' does not support the operator '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:316)

a0 : String
a1 : String
Returns: string

SR.csTypeDoesNotSupportOperatorNullable (a0, a1)

Full Usage: SR.csTypeDoesNotSupportOperatorNullable (a0, a1)

Parameters:
Returns: string

The type '%s' does not support the operator '%s'. Consider opening the module 'Microsoft.FSharp.Linq.NullableOperators'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:319)

a0 : String
a1 : String
Returns: string

SR.csTypeHasNonStandardDelegateType a0

Full Usage: SR.csTypeHasNonStandardDelegateType a0

Parameters:
Returns: string

The type '%s' has a non-standard delegate type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:334)

a0 : String
Returns: string

SR.csTypeInferenceMaxDepth ()

Full Usage: SR.csTypeInferenceMaxDepth ()

Returns: int * string

Type inference problem too complicated (maximum iteration depth reached). Consider adding further type annotations. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:310)

Returns: int * string

SR.csTypeInstantiationLengthMismatch ()

Full Usage: SR.csTypeInstantiationLengthMismatch ()

Returns: int * string

Type instantiation length mismatch (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:344)

Returns: int * string

SR.csTypeIsNotDelegateType a0

Full Usage: SR.csTypeIsNotDelegateType a0

Parameters:
Returns: string

The type '%s' is not a CLI delegate type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:335)

a0 : String
Returns: string

SR.csTypeIsNotEnumType a0

Full Usage: SR.csTypeIsNotEnumType a0

Parameters:
Returns: string

The type '%s' is not a CLI enum type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:333)

a0 : String
Returns: string

SR.csTypeNotCompatibleBecauseOfPrintf (a0, a1)

Full Usage: SR.csTypeNotCompatibleBecauseOfPrintf (a0, a1)

Parameters:
Returns: string

The type '%s' is not compatible with any of the types %s, arising from the use of a printf-style format string (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:339)

a0 : String
a1 : String
Returns: string

SR.csTypeParameterCannotBeNullable ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:336)

Returns: string

SR.csTypesDoNotSupportOperator (a0, a1)

Full Usage: SR.csTypesDoNotSupportOperator (a0, a1)

Parameters:
Returns: string

None of the types '%s' support the operator '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:315)

a0 : String
a1 : String
Returns: string

SR.csTypesDoNotSupportOperatorNullable (a0, a1)

Full Usage: SR.csTypesDoNotSupportOperatorNullable (a0, a1)

Parameters:
Returns: string

None of the types '%s' support the operator '%s'. Consider opening the module 'Microsoft.FSharp.Linq.NullableOperators'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:318)

a0 : String
a1 : String
Returns: string

SR.csUnmanagedConstraintInconsistent ()

Full Usage: SR.csUnmanagedConstraintInconsistent ()

Returns: int * string

The constraints 'unmanaged' and 'not struct' are inconsistent (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:324)

Returns: int * string

SR.customOperationTextLikeGroupJoin (a0, a1, a2)

Full Usage: SR.customOperationTextLikeGroupJoin (a0, a1, a2)

Parameters:
Returns: string

%s var in collection %s (outerKey = innerKey) into group. Note that parentheses are required after '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1265)

a0 : String
a1 : String
a2 : String
Returns: string

SR.customOperationTextLikeJoin (a0, a1, a2)

Full Usage: SR.customOperationTextLikeJoin (a0, a1, a2)

Parameters:
Returns: string

%s var in collection %s (outerKey = innerKey). Note that parentheses are required after '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1264)

a0 : String
a1 : String
a2 : String
Returns: string

SR.customOperationTextLikeZip a0

Full Usage: SR.customOperationTextLikeZip a0

Parameters:
Returns: string

%s var in collection (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1266)

a0 : String
Returns: string

SR.delegatesNotAllowedToHaveCurriedSignatures ()

Full Usage: SR.delegatesNotAllowedToHaveCurriedSignatures ()

Returns: int * string

Delegates are not allowed to have curried signatures (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:982)

Returns: int * string

SR.derefInsteadOfNot ()

Full Usage: SR.derefInsteadOfNot ()

Returns: string

The '!' operator is used to dereference a ref cell. Consider using 'not expr' here. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:35)

Returns: string

SR.descriptionUnavailable ()

Full Usage: SR.descriptionUnavailable ()

Returns: string

(description unavailable...) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1335)

Returns: string

SR.descriptionWordIs ()

Full Usage: SR.descriptionWordIs ()

Returns: string

is (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1486)

Returns: string

SR.docfileNoXmlSuffix ()

Full Usage: SR.docfileNoXmlSuffix ()

Returns: int * string

The documentation file has no .xml suffix (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1150)

Returns: int * string

SR.elDeprecatedOperator ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:246)

Returns: string

SR.elSysEnvExitDidntExit ()

Full Usage: SR.elSysEnvExitDidntExit ()

Returns: string

System.Environment.Exit did not exit (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:245)

Returns: string

SR.elseBranchHasWrongType (a0, a1)

Full Usage: SR.elseBranchHasWrongType (a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:29)

a0 : String
a1 : String
Returns: string

SR.elseBranchHasWrongTypeTuple (a0, a1, a2, a3)

Full Usage: SR.elseBranchHasWrongTypeTuple (a0, a1, a2, a3)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:30)

a0 : Int32
a1 : String
a2 : Int32
a3 : String
Returns: string

SR.erasedTo ()

Full Usage: SR.erasedTo ()

Returns: string

Erased to (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1328)

Returns: string

SR.estApplyStaticArgumentsForMethodNotImplemented ()

Full Usage: SR.estApplyStaticArgumentsForMethodNotImplemented ()

Returns: string

A type provider implemented GetStaticParametersForMethod, but ApplyStaticArgumentsForMethod was not implemented or invalid (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1358)

Returns: string

SR.etBadUnnamedStaticArgs ()

Full Usage: SR.etBadUnnamedStaticArgs ()

Returns: int * string

Named static arguments must come after all unnamed static arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1239)

Returns: int * string

SR.etDirectReferenceToGeneratedTypeNotAllowed a0

Full Usage: SR.etDirectReferenceToGeneratedTypeNotAllowed a0

Parameters:
Returns: int * string

A direct reference to the generated type '%s' is not permitted. Instead, use a type definition, e.g. 'type TypeAlias = '. This indicates that a type provider adds generated types to your assembly. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1207)

a0 : String
Returns: int * string

SR.etEmptyNamespaceNotAllowed a0

Full Usage: SR.etEmptyNamespaceNotAllowed a0

Parameters:
Returns: int * string

Empty namespace found from the type provider '%s'. Use 'null' for the global namespace. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1184)

a0 : String
Returns: int * string

SR.etEmptyNamespaceOfTypeNotAllowed (a0, a1)

Full Usage: SR.etEmptyNamespaceOfTypeNotAllowed (a0, a1)

Parameters:
Returns: int * string

Type '%s' from type provider '%s' has an empty namespace. Use 'null' for the global namespace. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1183)

a0 : String
a1 : String
Returns: int * string

SR.etErasedTypeUsedInGeneration (a0, a1)

Full Usage: SR.etErasedTypeUsedInGeneration (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1323)

a0 : String
a1 : String
Returns: int * string

SR.etErrorApplyingStaticArgumentsToMethod ()

Full Usage: SR.etErrorApplyingStaticArgumentsToMethod ()

Returns: int * string

An error occured applying the static arguments to a provided method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1359)

Returns: int * string

SR.etErrorApplyingStaticArgumentsToType ()

Full Usage: SR.etErrorApplyingStaticArgumentsToType ()

Returns: int * string

An error occured applying the static arguments to a provided type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1213)

Returns: int * string

SR.etEventNoAdd (a0, a1)

Full Usage: SR.etEventNoAdd (a0, a1)

Parameters:
Returns: int * string

Event '%s' on provided type '%s' has no value from GetAddMethod() (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1198)

a0 : String
a1 : String
Returns: int * string

SR.etEventNoRemove (a0, a1)

Full Usage: SR.etEventNoRemove (a0, a1)

Parameters:
Returns: int * string

Event '%s' on provided type '%s' has no value from GetRemoveMethod() (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1199)

a0 : String
a1 : String
Returns: int * string

SR.etHostingAssemblyFoundWithoutHosts (a0, a1)

Full Usage: SR.etHostingAssemblyFoundWithoutHosts (a0, a1)

Parameters:
Returns: int * string

Referenced assembly '%s' has assembly level attribute '%s' but no public type provider classes were found (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1182)

a0 : String
a1 : String
Returns: int * string

SR.etIllegalCharactersInNamespaceName (a0, a1)

Full Usage: SR.etIllegalCharactersInNamespaceName (a0, a1)

Parameters:
Returns: int * string

Character '%s' is not allowed in provided namespace name '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1177)

a0 : String
a1 : String
Returns: int * string

SR.etIllegalCharactersInTypeName (a0, a1)

Full Usage: SR.etIllegalCharactersInTypeName (a0, a1)

Parameters:
Returns: int * string

Character '%s' is not allowed in provided type name '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1236)

a0 : String
a1 : String
Returns: int * string

SR.etIncorrectParameterExpression (a0, a1)

Full Usage: SR.etIncorrectParameterExpression (a0, a1)

Parameters:
Returns: int * string

The type provider '%s' used an invalid parameter in the ParameterExpression: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1204)

a0 : String
a1 : String
Returns: int * string

SR.etIncorrectProvidedConstructor (a0, a1)

Full Usage: SR.etIncorrectProvidedConstructor (a0, a1)

Parameters:
Returns: int * string

The type provider '%s' provided a constructor which is not reported among the constructors of its declaring type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1206)

a0 : String
a1 : String
Returns: int * string

SR.etIncorrectProvidedMethod (a0, a1, a2, a3)

Full Usage: SR.etIncorrectProvidedMethod (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1205)

a0 : String
a1 : String
a2 : Int32
a3 : String
Returns: int * string

SR.etInvalidStaticArgument a0

Full Usage: SR.etInvalidStaticArgument a0

Parameters:
Returns: int * string

Invalid static argument to provided type. Expected an argument of kind '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1212)

a0 : String
Returns: int * string

SR.etInvalidTypeProviderAssemblyName (a0, a1)

Full Usage: SR.etInvalidTypeProviderAssemblyName (a0, a1)

Parameters:
Returns: int * string

Assembly '%s' hase TypeProviderAssembly attribute with invalid value '%s'. The value should be a valid assembly name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1228)

a0 : String
a1 : String
Returns: int * string

SR.etMethodHasRequirements (a0, a1)

Full Usage: SR.etMethodHasRequirements (a0, a1)

Parameters:
Returns: int * string

Invalid member '%s' on provided type '%s'. Provided type members must be public, and not be generic, virtual, or abstract. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1187)

a0 : String
a1 : String
Returns: int * string

SR.etMissingStaticArgumentsToMethod ()

Full Usage: SR.etMissingStaticArgumentsToMethod ()

Returns: int * string

This provided method requires static parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1376)

Returns: int * string

SR.etMultipleStaticParameterWithName a0

Full Usage: SR.etMultipleStaticParameterWithName a0

Parameters:
Returns: int * string

Multiple static parameters exist with name '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1243)

a0 : String
Returns: int * string

SR.etMustNotBeAnArray a0

Full Usage: SR.etMustNotBeAnArray a0

Parameters:
Returns: int * string

Provided type '%s' has 'IsArray' as true, but array types are not supported. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1186)

a0 : String
Returns: int * string

SR.etMustNotBeGeneric a0

Full Usage: SR.etMustNotBeGeneric a0

Parameters:
Returns: int * string

Provided type '%s' has 'IsGenericType' as true, but generic types are not supported. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1185)

a0 : String
Returns: int * string

SR.etNestedProvidedTypesDoNotTakeStaticArgumentsOrGenericParameters ()

Full Usage: SR.etNestedProvidedTypesDoNotTakeStaticArgumentsOrGenericParameters ()

Returns: int * string

Nested provided types do not take static arguments or generic parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1211)

Returns: int * string

SR.etNoStaticParameterWithName a0

Full Usage: SR.etNoStaticParameterWithName a0

Parameters:
Returns: int * string

No static parameter exists with name '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1241)

a0 : String
Returns: int * string

SR.etNullMember a0

Full Usage: SR.etNullMember a0

Parameters:
Returns: int * string

The provided type '%s' returned a null member (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1179)

a0 : String
Returns: int * string

SR.etNullMemberDeclaringType (a0, a1)

Full Usage: SR.etNullMemberDeclaringType (a0, a1)

Parameters:
Returns: int * string

The provided type '%s' member info '%s' has null declaring type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1180)

a0 : String
a1 : String
Returns: int * string

SR.etNullMemberDeclaringTypeDifferentFromProvidedType (a0, a1, a2)

Full Usage: SR.etNullMemberDeclaringTypeDifferentFromProvidedType (a0, a1, a2)

Parameters:
Returns: int * string

The provided type '%s' has member '%s' which has declaring type '%s'. Expected declaring type to be the same as provided type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1181)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.etNullOrEmptyMemberName a0

Full Usage: SR.etNullOrEmptyMemberName a0

Parameters:
Returns: int * string

The provided type '%s' returned a member with a null or empty member name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1178)

a0 : String
Returns: int * string

SR.etNullProvidedExpression a0

Full Usage: SR.etNullProvidedExpression a0

Parameters:
Returns: int * string

Type provider '%s' returned null from GetInvokerExpression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1221)

a0 : String
Returns: int * string

SR.etOneOrMoreErrorsSeenDuringExtensionTypeSetting ()

Full Usage: SR.etOneOrMoreErrorsSeenDuringExtensionTypeSetting ()

Returns: int * string

One or more errors seen during provided type setup (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1193)

Returns: int * string

SR.etPropertyCanReadButHasNoGetter (a0, a1)

Full Usage: SR.etPropertyCanReadButHasNoGetter (a0, a1)

Parameters:
Returns: int * string

Property '%s' on provided type '%s' has CanRead=true but there was no value from GetGetMethod() (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1189)

a0 : String
a1 : String
Returns: int * string

SR.etPropertyCanWriteButHasNoSetter (a0, a1)

Full Usage: SR.etPropertyCanWriteButHasNoSetter (a0, a1)

Parameters:
Returns: int * string

Property '%s' on provided type '%s' has CanWrite=true but there was no value from GetSetMethod() (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1191)

a0 : String
a1 : String
Returns: int * string

SR.etPropertyHasGetterButNoCanRead (a0, a1)

Full Usage: SR.etPropertyHasGetterButNoCanRead (a0, a1)

Parameters:
Returns: int * string

Property '%s' on provided type '%s' has CanRead=false but GetGetMethod() returned a method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1190)

a0 : String
a1 : String
Returns: int * string

SR.etPropertyHasSetterButNoCanWrite (a0, a1)

Full Usage: SR.etPropertyHasSetterButNoCanWrite (a0, a1)

Parameters:
Returns: int * string

Property '%s' on provided type '%s' has CanWrite=false but GetSetMethod() returned a method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1192)

a0 : String
a1 : String
Returns: int * string

SR.etPropertyNeedsCanWriteOrCanRead (a0, a1)

Full Usage: SR.etPropertyNeedsCanWriteOrCanRead (a0, a1)

Parameters:
Returns: int * string

Property '%s' on provided type '%s' is neither readable nor writable as it has CanRead=false and CanWrite=false (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1300)

a0 : String
a1 : String
Returns: int * string

SR.etProvidedAppliedMethodHadWrongName (a0, a1, a2)

Full Usage: SR.etProvidedAppliedMethodHadWrongName (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1223)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.etProvidedAppliedTypeHadWrongName (a0, a1, a2)

Full Usage: SR.etProvidedAppliedTypeHadWrongName (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1222)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.etProvidedTypeHasUnexpectedName (a0, a1)

Full Usage: SR.etProvidedTypeHasUnexpectedName (a0, a1)

Parameters:
Returns: int * string

Expected provided type named '%s' but provided type has 'Name' with value '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1197)

a0 : String
a1 : String
Returns: int * string

SR.etProvidedTypeHasUnexpectedPath (a0, a1)

Full Usage: SR.etProvidedTypeHasUnexpectedPath (a0, a1)

Parameters:
Returns: int * string

Expected provided type with path '%s' but provided type has path '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1208)

a0 : String
a1 : String
Returns: int * string

SR.etProvidedTypeReferenceInvalidText a0

Full Usage: SR.etProvidedTypeReferenceInvalidText a0

Parameters:
Returns: int * string

A reference to a provided type had an invalid value '%s' for a static parameter. You may need to recompile one or more referenced assemblies. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1261)

a0 : String
Returns: int * string

SR.etProvidedTypeReferenceMissingArgument a0

Full Usage: SR.etProvidedTypeReferenceMissingArgument a0

Parameters:
Returns: int * string

A reference to a provided type was missing a value for the static parameter '%s'. You may need to recompile one or more referenced assemblies. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1260)

a0 : String
Returns: int * string

SR.etProvidedTypeWithNameException (a0, a1)

Full Usage: SR.etProvidedTypeWithNameException (a0, a1)

Parameters:
Returns: int * string

An exception occurred when accessing the '%s' of a provided type: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1234)

a0 : String
a1 : String
Returns: int * string

SR.etProvidedTypeWithNullOrEmptyName a0

Full Usage: SR.etProvidedTypeWithNullOrEmptyName a0

Parameters:
Returns: int * string

The '%s' of a provided type was null or empty. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1235)

a0 : String
Returns: int * string

SR.etProviderDoesNotHaveValidConstructor ()

Full Usage: SR.etProviderDoesNotHaveValidConstructor ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1202)

Returns: int * string

SR.etProviderError (a0, a1)

Full Usage: SR.etProviderError (a0, a1)

Parameters:
Returns: int * string

The type provider '%s' reported an error: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1203)

a0 : String
a1 : String
Returns: int * string

SR.etProviderErrorWithContext (a0, a1, a2, a3)

Full Usage: SR.etProviderErrorWithContext (a0, a1, a2, a3)

Parameters:
Returns: int * string

The type provider '%s' reported an error in the context of provided type '%s', member '%s'. The error: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1233)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.etProviderHasDesignerAssemblyDependency (a0, a1, a2, a3)

Full Usage: SR.etProviderHasDesignerAssemblyDependency (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1215)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.etProviderHasDesignerAssemblyException (a0, a1, a2, a3)

Full Usage: SR.etProviderHasDesignerAssemblyException (a0, a1, a2, a3)

Parameters:
Returns: int * string

The type provider designer assembly '%s' could not be loaded from folder '%s'. The exception reported was: %s - %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1216)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.etProviderHasWrongDesignerAssembly (a0, a1, a2, a3, a4)

Full Usage: SR.etProviderHasWrongDesignerAssembly (a0, a1, a2, a3, a4)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1201)

a0 : String
a1 : String
a2 : String
a3 : String
a4 : String
Returns: int * string

SR.etProviderHasWrongDesignerAssemblyNoPath (a0, a1, a2, a3)

Full Usage: SR.etProviderHasWrongDesignerAssemblyNoPath (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1200)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.etProviderReturnedNull a0

Full Usage: SR.etProviderReturnedNull a0

Parameters:
Returns: int * string

The type provider returned 'null', which is not a valid return value from '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1219)

a0 : String
Returns: int * string

SR.etStaticParameterAlreadyHasValue a0

Full Usage: SR.etStaticParameterAlreadyHasValue a0

Parameters:
Returns: int * string

The static parameter '%s' has already been given a value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1242)

a0 : String
Returns: int * string

SR.etStaticParameterRequiresAValue (a0, a1, a2, a3)

Full Usage: SR.etStaticParameterRequiresAValue (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1240)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.etTooManyStaticParameters (a0, a1, a2)

Full Usage: SR.etTooManyStaticParameters (a0, a1, a2)

Parameters:
Returns: int * string

Too many static parameters. Expected at most %d parameters, but got %d unnamed and %d named parameters. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1319)

a0 : Int32
a1 : Int32
a2 : Int32
Returns: int * string

SR.etTypeProviderConstructorException a0

Full Usage: SR.etTypeProviderConstructorException a0

Parameters:
Returns: int * string

The type provider constructor has thrown an exception: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1220)

a0 : String
Returns: int * string

SR.etUnexpectedExceptionFromProvidedMemberMember (a0, a1, a2, a3)

Full Usage: SR.etUnexpectedExceptionFromProvidedMemberMember (a0, a1, a2, a3)

Parameters:
Returns: int * string

Unexpected exception from member '%s' of provided type '%s' member '%s': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1210)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.etUnexpectedExceptionFromProvidedTypeMember (a0, a1, a2)

Full Usage: SR.etUnexpectedExceptionFromProvidedTypeMember (a0, a1, a2)

Parameters:
Returns: int * string

Unexpected exception from provided type '%s' member '%s': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1194)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.etUnexpectedNullFromProvidedTypeMember (a0, a1)

Full Usage: SR.etUnexpectedNullFromProvidedTypeMember (a0, a1)

Parameters:
Returns: int * string

Unexpected 'null' return value from provided type '%s' member '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1209)

a0 : String
a1 : String
Returns: int * string

SR.etUnknownStaticArgumentKind (a0, a1)

Full Usage: SR.etUnknownStaticArgumentKind (a0, a1)

Parameters:
Returns: int * string

Unknown static argument kind '%s' when resolving a reference to a provided type or method '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1214)

a0 : String
a1 : String
Returns: int * string

SR.etUnsupportedConstantType a0

Full Usage: SR.etUnsupportedConstantType a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1195)

a0 : String
Returns: int * string

SR.etUnsupportedMemberKind (a0, a1)

Full Usage: SR.etUnsupportedMemberKind (a0, a1)

Parameters:
Returns: int * string

Invalid member '%s' on provided type '%s'. Only properties, methods and constructors are allowed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1188)

a0 : String
a1 : String
Returns: int * string

SR.etUnsupportedProvidedExpression a0

Full Usage: SR.etUnsupportedProvidedExpression a0

Parameters:
Returns: int * string

Unsupported expression '%s' from type provider. If you are the author of this type provider, consider adjusting it to provide a different provided expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1196)

a0 : String
Returns: int * string

SR.eventHasNonStandardType (a0, a1, a2)

Full Usage: SR.eventHasNonStandardType (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:972)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.experimentalConstruct ()

Full Usage: SR.experimentalConstruct ()

Returns: string

This construct is experimental (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:979)

Returns: string

SR.expressionHasNoName ()

Full Usage: SR.expressionHasNoName ()

Returns: int * string

Expression does not have a name. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1521)

Returns: int * string

SR.featureAccessorFunctionShorthand ()

Full Usage: SR.featureAccessorFunctionShorthand ()

Returns: string

underscore dot shorthand for accessor only function (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1725)

Returns: string

SR.featureAdditionalImplicitConversions ()

Full Usage: SR.featureAdditionalImplicitConversions ()

Returns: string

additional type-directed conversions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1561)

Returns: string

SR.featureAndBang ()

Full Usage: SR.featureAndBang ()

Returns: string

applicative computation expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1555)

Returns: string

SR.featureArithmeticInLiterals ()

Full Usage: SR.featureArithmeticInLiterals ()

Returns: string

Arithmetic and logical operations in literals, enum definitions and attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1575)

Returns: string

SR.featureAttributesToRightOfModuleKeyword ()

Full Usage: SR.featureAttributesToRightOfModuleKeyword ()

Returns: string

attributes to the right of the 'module' keyword (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1254)

Returns: string

SR.featureBetterExceptionPrinting ()

Full Usage: SR.featureBetterExceptionPrinting ()

Returns: string

automatic generation of 'Message' property for 'exception' declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1256)

Returns: string

SR.featureBooleanReturningAndReturnTypeDirectedPartialActivePattern ()

Full Usage: SR.featureBooleanReturningAndReturnTypeDirectedPartialActivePattern ()

Returns: string

Boolean-returning and return-type-directed partial active patterns (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1595)

Returns: string

SR.featureCSharpExtensionAttributeNotRequired ()

Full Usage: SR.featureCSharpExtensionAttributeNotRequired ()

Returns: string

Allow implicit Extension attribute on declaring types, modules (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1572)

Returns: string

SR.featureChkNotTailRecursive ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1587)

Returns: string

SR.featureChkTailCallAttrOnNonRec ()

Full Usage: SR.featureChkTailCallAttrOnNonRec ()

Returns: string

Raises warnings if the 'TailCall' attribute is used on non-recursive functions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1593)

Returns: string

SR.featureConstraintIntersectionOnFlexibleTypes ()

Full Usage: SR.featureConstraintIntersectionOnFlexibleTypes ()

Returns: string

Constraint intersection on flexible types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1586)

Returns: string

SR.featureDefaultInterfaceMemberConsumption ()

Full Usage: SR.featureDefaultInterfaceMemberConsumption ()

Returns: string

default interface member consumption (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1558)

Returns: string

SR.featureDelegateTypeNameResolutionFix ()

Full Usage: SR.featureDelegateTypeNameResolutionFix ()

Returns: string

fix to resolution of delegate type names, see https://github.com/dotnet/fsharp/issues/10228 (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1257)

Returns: string

SR.featureDiscardUseValue ()

Full Usage: SR.featureDiscardUseValue ()

Returns: string

discard pattern in use binding (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1252)

Returns: string

SR.featureDotlessFloat32Literal ()

Full Usage: SR.featureDotlessFloat32Literal ()

Returns: string

dotless float32 literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1551)

Returns: string

SR.featureEnforceAttributeTargets ()

Full Usage: SR.featureEnforceAttributeTargets ()

Returns: string

Enforce AttributeTargets (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1596)

Returns: string

SR.featureErrorForNonVirtualMembersOverrides ()

Full Usage: SR.featureErrorForNonVirtualMembersOverrides ()

Returns: string

Raises errors for non-virtual members overrides (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1573)

Returns: string

SR.featureErrorOnDeprecatedRequireQualifiedAccess ()

Full Usage: SR.featureErrorOnDeprecatedRequireQualifiedAccess ()

Returns: string

give error on deprecated access of construct with RequireQualifiedAccess attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1565)

Returns: string

SR.featureErrorReportingOnStaticClasses ()

Full Usage: SR.featureErrorReportingOnStaticClasses ()

Returns: string

Error reporting on static classes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1576)

Returns: string

SR.featureEscapeBracesInFormattableString ()

Full Usage: SR.featureEscapeBracesInFormattableString ()

Returns: string

Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1702)

Returns: string

SR.featureExpandedMeasurables ()

Full Usage: SR.featureExpandedMeasurables ()

Returns: string

more types support units of measure (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1248)

Returns: string

SR.featureExtendedFixedBindings ()

Full Usage: SR.featureExtendedFixedBindings ()

Returns: string

extended fixed bindings for byref and GetPinnableReference (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1589)

Returns: string

SR.featureExtendedStringInterpolation ()

Full Usage: SR.featureExtendedStringInterpolation ()

Returns: string

Extended string interpolation similar to C# raw string literals. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1582)

Returns: string

SR.featureFixedIndexSlice3d4d ()

Full Usage: SR.featureFixedIndexSlice3d4d ()

Returns: string

fixed-index slice 3d/4d (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1554)

Returns: string

SR.featureFromEndSlicing ()

Full Usage: SR.featureFromEndSlicing ()

Returns: string

from-end slicing (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1553)

Returns: string

SR.featureImplicitYield ()

Full Usage: SR.featureImplicitYield ()

Returns: string

implicit yield (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1549)

Returns: string

SR.featureImprovedImpliedArgumentNames ()

Full Usage: SR.featureImprovedImpliedArgumentNames ()

Returns: string

Improved implied argument names (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1584)

Returns: string

SR.featureIndexerNotationWithoutDot ()

Full Usage: SR.featureIndexerNotationWithoutDot ()

Returns: string

expr[idx] notation for indexing and slicing (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1250)

Returns: string

SR.featureInformationalObjInferenceDiagnostic ()

Full Usage: SR.featureInformationalObjInferenceDiagnostic ()

Returns: string

Diagnostic 3559 (warn when obj inferred) at informational level, off by default (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1718)

Returns: string

SR.featureInitProperties ()

Full Usage: SR.featureInitProperties ()

Returns: string

support for consuming init properties (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1569)

Returns: string

SR.featureInterfacesWithAbstractStaticMembers ()

Full Usage: SR.featureInterfacesWithAbstractStaticMembers ()

Returns: string

static abstract interface members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1566)

Returns: string

SR.featureInterfacesWithMultipleGenericInstantiation ()

Full Usage: SR.featureInterfacesWithMultipleGenericInstantiation ()

Returns: string

interfaces with multiple generic instantiation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1605)

Returns: string

SR.featureLowerIntegralRangesToFastLoops ()

Full Usage: SR.featureLowerIntegralRangesToFastLoops ()

Returns: string

Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1598)

Returns: string

SR.featureLowerInterpolatedStringToConcat ()

Full Usage: SR.featureLowerInterpolatedStringToConcat ()

Returns: string

Optimizes interpolated strings in certain cases, by lowering to concatenation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1597)

Returns: string

SR.featureLowercaseDUWhenRequireQualifiedAccess ()

Full Usage: SR.featureLowercaseDUWhenRequireQualifiedAccess ()

Returns: string

Allow lowercase DU when RequireQualifiedAccess attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1570)

Returns: string

SR.featureMLCompatRevisions ()

Full Usage: SR.featureMLCompatRevisions ()

Returns: string

ML compatibility revisions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1255)

Returns: string

SR.featureMatchNotAllowedForUnionCaseWithNoData ()

Full Usage: SR.featureMatchNotAllowedForUnionCaseWithNoData ()

Returns: string

Pattern match discard is not allowed for union case that takes no data. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1571)

Returns: string

SR.featureNameOf ()

Full Usage: SR.featureNameOf ()

Returns: string

nameof (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1548)

Returns: string

SR.featureNestedCopyAndUpdate ()

Full Usage: SR.featureNestedCopyAndUpdate ()

Returns: string

Nested record field copy-and-update (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1581)

Returns: string

SR.featureNonInlineLiteralsAsPrintfFormat ()

Full Usage: SR.featureNonInlineLiteralsAsPrintfFormat ()

Returns: string

String values marked as literals and IL constants as printf format (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1580)

Returns: string

SR.featureNonVariablePatternsToRightOfAsPatterns ()

Full Usage: SR.featureNonVariablePatternsToRightOfAsPatterns ()

Returns: string

non-variable patterns to the right of 'as' patterns (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1253)

Returns: string

SR.featureNullableOptionalInterop ()

Full Usage: SR.featureNullableOptionalInterop ()

Returns: string

nullable optional interop (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1557)

Returns: string

SR.featureOpenTypeDeclaration ()

Full Usage: SR.featureOpenTypeDeclaration ()

Returns: string

open type declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1550)

Returns: string

SR.featureOverloadsForCustomOperations ()

Full Usage: SR.featureOverloadsForCustomOperations ()

Returns: string

overloads for custom operations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1247)

Returns: string

SR.featurePackageManagement ()

Full Usage: SR.featurePackageManagement ()

Returns: string

package management (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1552)

Returns: string

SR.featurePreferExtensionMethodOverPlainProperty ()

Full Usage: SR.featurePreferExtensionMethodOverPlainProperty ()

Returns: string

prefer extension method over plain property (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1591)

Returns: string

SR.featurePreferStringGetPinnableReference ()

Full Usage: SR.featurePreferStringGetPinnableReference ()

Returns: string

prefer String.GetPinnableReference in fixed bindings (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1590)

Returns: string

SR.featurePrintfBinaryFormat ()

Full Usage: SR.featurePrintfBinaryFormat ()

Returns: string

binary formatting for integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1249)

Returns: string

SR.featureReallyLongList ()

Full Usage: SR.featureReallyLongList ()

Returns: string

list literals of any size (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1564)

Returns: string

SR.featureRefCellNotationInformationals ()

Full Usage: SR.featureRefCellNotationInformationals ()

Returns: string

informational messages related to reference cells (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1251)

Returns: string

SR.featureRelaxWhitespace ()

Full Usage: SR.featureRelaxWhitespace ()

Returns: string

whitespace relexation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1547)

Returns: string

SR.featureRelaxWhitespace2 ()

Full Usage: SR.featureRelaxWhitespace2 ()

Returns: string

whitespace relaxation v2 (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1563)

Returns: string

SR.featureRequiredProperties ()

Full Usage: SR.featureRequiredProperties ()

Returns: string

support for required properties (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1568)

Returns: string

SR.featureResumableStateMachines ()

Full Usage: SR.featureResumableStateMachines ()

Returns: string

resumable state machines (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1556)

Returns: string

SR.featureReuseSameFieldsInStructUnions ()

Full Usage: SR.featureReuseSameFieldsInStructUnions ()

Returns: string

Share underlying fields in a [] discriminated union as long as they have same name and type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1739)

Returns: string

SR.featureSelfTypeConstraints ()

Full Usage: SR.featureSelfTypeConstraints ()

Returns: string

self type constraints (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1567)

Returns: string

SR.featureSingleUnderscorePattern ()

Full Usage: SR.featureSingleUnderscorePattern ()

Returns: string

single underscore pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1545)

Returns: string

SR.featureStaticLetInRecordsDusEmptyTypes ()

Full Usage: SR.featureStaticLetInRecordsDusEmptyTypes ()

Returns: string

Allow static let bindings in union, record, struct, non-incremental-class types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1719)

Returns: string

SR.featureStaticMembersInInterfaces ()

Full Usage: SR.featureStaticMembersInInterfaces ()

Returns: string

Static members in interfaces (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1579)

Returns: string

SR.featureStrictIndentation ()

Full Usage: SR.featureStrictIndentation ()

Returns: string

Raises errors on incorrect indentation, allows better recovery and analysis during editing (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1585)

Returns: string

SR.featureStringInterpolation ()

Full Usage: SR.featureStringInterpolation ()

Returns: string

string interpolation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1559)

Returns: string

SR.featureStructActivePattern ()

Full Usage: SR.featureStructActivePattern ()

Returns: string

struct representation for active patterns (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1562)

Returns: string

SR.featureTryWithInSeqExpressions ()

Full Usage: SR.featureTryWithInSeqExpressions ()

Returns: string

Support for try-with in sequence expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1577)

Returns: string

SR.featureUnionIsPropertiesVisible ()

Full Usage: SR.featureUnionIsPropertiesVisible ()

Returns: string

Union case test properties (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1594)

Returns: string

SR.featureUnmanagedConstraintCsharpInterop ()

Full Usage: SR.featureUnmanagedConstraintCsharpInterop ()

Returns: string

Interop between C#'s and F#'s unmanaged generic constraint (emit additional modreq) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1730)

Returns: string

SR.featureWarningIndexedPropertiesGetSetSameType ()

Full Usage: SR.featureWarningIndexedPropertiesGetSetSameType ()

Returns: string

Indexed properties getter and setter must have the same type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1592)

Returns: string

SR.featureWarningWhenCopyAndUpdateRecordChangesAllFields ()

Full Usage: SR.featureWarningWhenCopyAndUpdateRecordChangesAllFields ()

Returns: string

Raises warnings when an copy-and-update record expression changes all fields of a record. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1578)

Returns: string

SR.featureWarningWhenInliningMethodImplNoInlineMarkedFunction ()

Full Usage: SR.featureWarningWhenInliningMethodImplNoInlineMarkedFunction ()

Returns: string

Raises warnings when 'let inline ... =' is used together with [] attribute. Function is not getting inlined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1574)

Returns: string

SR.featureWarningWhenMultipleRecdTypeChoice ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1583)

Returns: string

SR.featureWhileBang ()

Full Usage: SR.featureWhileBang ()

Returns: string

'while!' expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1588)

Returns: string

SR.featureWildCardInForLoop ()

Full Usage: SR.featureWildCardInForLoop ()

Returns: string

wild card in for loop (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1546)

Returns: string

SR.featureWitnessPassing ()

Full Usage: SR.featureWitnessPassing ()

Returns: string

witness passing for trait constraints in F# quotations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1560)

Returns: string

SR.fieldIsNotAccessible a0

Full Usage: SR.fieldIsNotAccessible a0

Parameters:
Returns: int * string

The record, struct or class field '%s' is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:977)

a0 : String
Returns: int * string

SR.followingPatternMatchClauseHasWrongType (a0, a1)

Full Usage: SR.followingPatternMatchClauseHasWrongType (a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:31)

a0 : String
a1 : String
Returns: string

SR.followingPatternMatchClauseHasWrongTypeTuple (a0, a1, a2, a3)

Full Usage: SR.followingPatternMatchClauseHasWrongTypeTuple (a0, a1, a2, a3)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:32)

a0 : Int32
a1 : String
a2 : Int32
a3 : String
Returns: string

SR.forBadFormatSpecifier ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:239)

Returns: string

SR.forBadFormatSpecifierGeneral a0

Full Usage: SR.forBadFormatSpecifierGeneral a0

Parameters:
Returns: string

Bad format specifier: '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:243)

a0 : String
Returns: string

SR.forBadPrecision ()

Full Usage: SR.forBadPrecision ()

Returns: string

Bad precision in format specifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:234)

Returns: string

SR.forBadWidth ()

Full Usage: SR.forBadWidth ()

Returns: string

Bad width in format specifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:235)

Returns: string

SR.forDoesNotSupportPrefixFlag (a0, a1)

Full Usage: SR.forDoesNotSupportPrefixFlag (a0, a1)

Parameters:
Returns: string

'%s' does not support prefix '%s' flag (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:242)

a0 : String
a1 : String
Returns: string

SR.forDoesNotSupportZeroFlag a0

Full Usage: SR.forDoesNotSupportZeroFlag a0

Parameters:
Returns: string

'%s' format does not support '0' flag (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:236)

a0 : String
Returns: string

SR.forFlagSetTwice a0

Full Usage: SR.forFlagSetTwice a0

Parameters:
Returns: string

'%s' flag set twice (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:231)

a0 : String
Returns: string

SR.forFormatDoesntSupportPrecision a0

Full Usage: SR.forFormatDoesntSupportPrecision a0

Parameters:
Returns: string

'%s' format does not support precision (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:238)

a0 : String
Returns: string

SR.forFormatInvalidForInterpolated ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1622)

Returns: string

SR.forFormatInvalidForInterpolated2 ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1623)

Returns: string

SR.forFormatInvalidForInterpolated3 ()

Full Usage: SR.forFormatInvalidForInterpolated3 ()

Returns: string

The '%%P' specifier may not be used explicitly. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1624)

Returns: string

SR.forFormatInvalidForInterpolated4 ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1625)

Returns: string

SR.forHIsUnnecessary ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:241)

Returns: string

SR.forHashSpecifierIsInvalid ()

Full Usage: SR.forHashSpecifierIsInvalid ()

Returns: string

The # formatting modifier is invalid in F# (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:233)

Returns: string

SR.forLIsUnnecessary ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:240)

Returns: string

SR.forMissingFormatSpecifier ()

Full Usage: SR.forMissingFormatSpecifier ()

Returns: string

Missing format specifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:230)

Returns: string

SR.forPercentAInReflectionFreeCode ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:244)

Returns: string

SR.forPositionalSpecifiersNotPermitted ()

Full Usage: SR.forPositionalSpecifiersNotPermitted ()

Returns: string

Positional specifiers are not permitted in format strings (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:229)

Returns: string

SR.forPrecisionMissingAfterDot ()

Full Usage: SR.forPrecisionMissingAfterDot ()

Returns: string

Precision missing after the '.' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:237)

Returns: string

SR.forPrefixFlagSpacePlusSetTwice ()

Full Usage: SR.forPrefixFlagSpacePlusSetTwice ()

Returns: string

Prefix flag (' ' or '+') set twice (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:232)

Returns: string

SR.formatDashItem a0

Full Usage: SR.formatDashItem a0

Parameters:
Returns: string
  - %s
 (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1544)
a0 : String
Returns: string

SR.fromEndSlicingRequiresVFive ()

Full Usage: SR.fromEndSlicingRequiresVFive ()

Returns: int * string

The 'from the end slicing' feature requires language version 'preview'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1527)

Returns: int * string

SR.fscAssemblyCultureAttributeError ()

Full Usage: SR.fscAssemblyCultureAttributeError ()

Returns: int * string

Error emitting 'System.Reflection.AssemblyCultureAttribute' attribute -- 'Executables cannot be satellite assemblies, Culture should always be empty' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1164)

Returns: int * string

SR.fscAssemblyNotFoundInDependencySet a0

Full Usage: SR.fscAssemblyNotFoundInDependencySet a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1160)

a0 : String
Returns: int * string

SR.fscAssemblyVersionAttributeIgnored ()

Full Usage: SR.fscAssemblyVersionAttributeIgnored ()

Returns: int * string

The 'AssemblyVersionAttribute' has been ignored because a version was given using a command line option (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1163)

Returns: int * string

SR.fscAssemblyWildcardAndDeterminism (a0, a1)

Full Usage: SR.fscAssemblyWildcardAndDeterminism (a0, a1)

Parameters:
Returns: int * string

An %s specified version '%s', but this value is a wildcard, and you have requested a deterministic build, these are in conflict. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1173)

a0 : String
a1 : String
Returns: int * string

SR.fscAssumeStaticLinkContainsNoDependencies a0

Full Usage: SR.fscAssumeStaticLinkContainsNoDependencies a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1159)

a0 : String
Returns: int * string

SR.fscBadAssemblyVersion (a0, a1)

Full Usage: SR.fscBadAssemblyVersion (a0, a1)

Parameters:
Returns: int * string

The attribute %s specified version '%s', but this value is invalid and has been ignored (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1152)

a0 : String
a1 : String
Returns: int * string

SR.fscDelaySignWarning ()

Full Usage: SR.fscDelaySignWarning ()

Returns: int * string

Option '--delaysign' overrides attribute 'System.Reflection.AssemblyDelaySignAttribute' given in a source file or added module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1165)

Returns: int * string

SR.fscIgnoringMixedWhenLinking a0

Full Usage: SR.fscIgnoringMixedWhenLinking a0

Parameters:
Returns: int * string

Ignoring mixed managed/unmanaged assembly '%s' during static linking (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1158)

a0 : String
Returns: int * string

SR.fscKeyFileCouldNotBeOpened a0

Full Usage: SR.fscKeyFileCouldNotBeOpened a0

Parameters:
Returns: int * string

The key file '%s' could not be opened (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1161)

a0 : String
Returns: int * string

SR.fscKeyFileWarning ()

Full Usage: SR.fscKeyFileWarning ()

Returns: int * string

Option '--keyfile' overrides attribute 'System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1166)

Returns: int * string

SR.fscKeyNameWarning ()

Full Usage: SR.fscKeyNameWarning ()

Returns: int * string

Option '--keycontainer' overrides attribute 'System.Reflection.AssemblyNameAttribute' given in a source file or added module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1167)

Returns: int * string

SR.fscNoImplementationFiles ()

Full Usage: SR.fscNoImplementationFiles ()

Returns: int * string

No implementation files specified (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1151)

Returns: int * string

SR.fscProblemWritingBinary (a0, a1)

Full Usage: SR.fscProblemWritingBinary (a0, a1)

Parameters:
Returns: int * string

A problem occurred writing the binary '%s': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1162)

a0 : String
a1 : String
Returns: int * string

SR.fscQuotationLiteralsStaticLinking a0

Full Usage: SR.fscQuotationLiteralsStaticLinking a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1154)

a0 : String
Returns: int * string

SR.fscQuotationLiteralsStaticLinking0 ()

Full Usage: SR.fscQuotationLiteralsStaticLinking0 ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1155)

Returns: int * string

SR.fscReferenceOnCommandLine a0

Full Usage: SR.fscReferenceOnCommandLine a0

Parameters:
Returns: int * string

The assembly '%s' is listed on the command line. Assemblies should be referenced using a command line flag such as '-r'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1168)

a0 : String
Returns: int * string

SR.fscRemotingError ()

Full Usage: SR.fscRemotingError ()

Returns: int * string

The resident compilation service was not used because a problem occured in communicating with the server. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1169)

Returns: int * string

SR.fscResxSourceFileDeprecated a0

Full Usage: SR.fscResxSourceFileDeprecated a0

Parameters:
Returns: int * string

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 item in the .fsproj project file. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1171)

a0 : String
Returns: int * string

SR.fscStaticLinkingNoEXE ()

Full Usage: SR.fscStaticLinkingNoEXE ()

Returns: int * string

Static linking may not include a .EXE (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1156)

Returns: int * string

SR.fscStaticLinkingNoMixedDLL ()

Full Usage: SR.fscStaticLinkingNoMixedDLL ()

Returns: int * string

Static linking may not include a mixed managed/unmanaged DLL (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1157)

Returns: int * string

SR.fscStaticLinkingNoProfileMismatches ()

Full Usage: SR.fscStaticLinkingNoProfileMismatches ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1172)

Returns: int * string

SR.fscSystemRuntimeInteropServicesIsRequired ()

Full Usage: SR.fscSystemRuntimeInteropServicesIsRequired ()

Returns: int * string

System.Runtime.InteropServices assembly is required to use UnknownWrapper\DispatchWrapper classes. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1356)

Returns: int * string

SR.fscTooManyErrors ()

Full Usage: SR.fscTooManyErrors ()

Returns: string

Exiting - too many errors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1149)

Returns: string

SR.fscTwoResourceManifests ()

Full Usage: SR.fscTwoResourceManifests ()

Returns: int * string

Conflicting options specified: 'win32manifest' and 'win32res'. Only one of these can be used. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1153)

Returns: int * string

SR.fsharpCoreNotFoundToBeCopied ()

Full Usage: SR.fsharpCoreNotFoundToBeCopied ()

Returns: int * string

Cannot find FSharp.Core.dll in compiler's directory (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1374)

Returns: int * string

SR.fsiInvalidDirective (a0, a1)

Full Usage: SR.fsiInvalidDirective (a0, a1)

Parameters:
Returns: int * string

Invalid directive '#%s %s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1536)

a0 : String
a1 : String
Returns: int * string

SR.ifExpression (a0, a1)

Full Usage: SR.ifExpression (a0, a1)

Parameters:
Returns: string

The 'if' expression needs to have type '%s' to satisfy context type requirements. It currently has type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:27)

a0 : String
a1 : String
Returns: string

SR.ifExpressionTuple (a0, a1, a2, a3)

Full Usage: SR.ifExpressionTuple (a0, a1, a2, a3)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:28)

a0 : Int32
a1 : String
a2 : Int32
a3 : String
Returns: string

SR.ilAddressOfLiteralFieldIsInvalid ()

Full Usage: SR.ilAddressOfLiteralFieldIsInvalid ()

Returns: int * string

Taking the address of a literal field is invalid (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:825)

Returns: int * string

SR.ilAddressOfValueHereIsInvalid a0

Full Usage: SR.ilAddressOfValueHereIsInvalid a0

Parameters:
Returns: int * string

This operation involves taking the address of a value '%s' represented using a local variable or other special representation. This is invalid. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:826)

a0 : String
Returns: int * string

SR.ilCustomMarshallersCannotBeUsedInFSharp ()

Full Usage: SR.ilCustomMarshallersCannotBeUsedInFSharp ()

Returns: int * string

Custom marshallers cannot be specified in F# code. Consider using a C# helper function. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:827)

Returns: int * string

SR.ilDefaultAugmentationAttributeCouldNotBeDecoded ()

Full Usage: SR.ilDefaultAugmentationAttributeCouldNotBeDecoded ()

Returns: int * string

The DefaultAugmentation attribute could not be decoded (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:840)

Returns: int * string

SR.ilDllImportAttributeCouldNotBeDecoded ()

Full Usage: SR.ilDllImportAttributeCouldNotBeDecoded ()

Returns: int * string

The DllImport attribute could not be decoded (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:830)

Returns: int * string

SR.ilDynamicInvocationNotSupported a0

Full Usage: SR.ilDynamicInvocationNotSupported a0

Parameters:
Returns: string

Dynamic invocation of %s is not supported (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:824)

a0 : String
Returns: string

SR.ilFieldDoesNotHaveValidOffsetForStructureLayout (a0, a1)

Full Usage: SR.ilFieldDoesNotHaveValidOffsetForStructureLayout (a0, a1)

Parameters:
Returns: int * string

The type '%s' has been marked as having an Explicit layout, but the field '%s' has not been marked with the 'FieldOffset' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1097)

a0 : String
a1 : String
Returns: int * string

SR.ilFieldHasOffsetForSequentialLayout ()

Full Usage: SR.ilFieldHasOffsetForSequentialLayout ()

Returns: int * string

The FieldOffset attribute can only be placed on members of types marked with the StructLayout(LayoutKind.Explicit) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1106)

Returns: int * string

SR.ilFieldOffsetAttributeCouldNotBeDecoded ()

Full Usage: SR.ilFieldOffsetAttributeCouldNotBeDecoded ()

Returns: int * string

The FieldOffset attribute could not be decoded (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:838)

Returns: int * string

SR.ilIncorrectNumberOfTypeArguments ()

Full Usage: SR.ilIncorrectNumberOfTypeArguments ()

Returns: int * string

Incorrect number of type arguments to local call (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:823)

Returns: int * string

SR.ilLabelNotFound a0

Full Usage: SR.ilLabelNotFound a0

Parameters:
Returns: int * string

Label %s not found (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:822)

a0 : String
Returns: int * string

SR.ilLiteralFieldsCannotBeSet ()

Full Usage: SR.ilLiteralFieldsCannotBeSet ()

Returns: int * string

Literal fields cannot be set (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:831)

Returns: int * string

SR.ilMainModuleEmpty ()

Full Usage: SR.ilMainModuleEmpty ()

Returns: int * string

Main module of program is empty: nothing will happen when it is run (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:835)

Returns: int * string

SR.ilMarshalAsAttributeCannotBeDecoded ()

Full Usage: SR.ilMarshalAsAttributeCannotBeDecoded ()

Returns: int * string

The MarshalAs attribute could not be decoded (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:828)

Returns: int * string

SR.ilMutableVariablesCannotEscapeMethod ()

Full Usage: SR.ilMutableVariablesCannotEscapeMethod ()

Returns: int * string

Mutable variables cannot escape their method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:833)

Returns: int * string

SR.ilReflectedDefinitionsCannotUseSliceOperator ()

Full Usage: SR.ilReflectedDefinitionsCannotUseSliceOperator ()

Returns: int * string

Reflected definitions cannot contain uses of the prefix splice operator '%%' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:841)

Returns: int * string

SR.ilSignBadImageFormat ()

Full Usage: SR.ilSignBadImageFormat ()

Returns: int * string

Bad image format (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1139)

Returns: int * string

SR.ilSignInvalidAlgId ()

Full Usage: SR.ilSignInvalidAlgId ()

Returns: int * string

Invalid algId - 'Exponent' expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1144)

Returns: int * string

SR.ilSignInvalidBitLen ()

Full Usage: SR.ilSignInvalidBitLen ()

Returns: int * string

Invalid bit Length (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1142)

Returns: int * string

SR.ilSignInvalidMagicValue ()

Full Usage: SR.ilSignInvalidMagicValue ()

Returns: int * string

Invalid Magic value in CLR Header (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1138)

Returns: int * string

SR.ilSignInvalidPKBlob ()

Full Usage: SR.ilSignInvalidPKBlob ()

Returns: int * string

Invalid Public Key blob (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1147)

Returns: int * string

SR.ilSignInvalidRSAParams ()

Full Usage: SR.ilSignInvalidRSAParams ()

Returns: int * string

Invalid RSAParameters structure - '{0}' expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1143)

Returns: int * string

SR.ilSignInvalidSignatureSize ()

Full Usage: SR.ilSignInvalidSignatureSize ()

Returns: int * string

Invalid signature size (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1145)

Returns: int * string

SR.ilSignNoSignatureDirectory ()

Full Usage: SR.ilSignNoSignatureDirectory ()

Returns: int * string

No signature directory (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1146)

Returns: int * string

SR.ilSignPrivateKeyExpected ()

Full Usage: SR.ilSignPrivateKeyExpected ()

Returns: int * string

Private key expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1140)

Returns: int * string

SR.ilSignRsaKeyExpected ()

Full Usage: SR.ilSignRsaKeyExpected ()

Returns: int * string

RSA key expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1141)

Returns: int * string

SR.ilSignatureForExternalFunctionContainsTypeParameters ()

Full Usage: SR.ilSignatureForExternalFunctionContainsTypeParameters ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:829)

Returns: int * string

SR.ilStaticMethodIsNotLambda a0

Full Usage: SR.ilStaticMethodIsNotLambda a0

Parameters:
Returns: int * string

GenSetStorage: %s was represented as a static method but was not an appropriate lambda expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:832)

a0 : String
Returns: int * string

SR.ilStructLayoutAttributeCouldNotBeDecoded ()

Full Usage: SR.ilStructLayoutAttributeCouldNotBeDecoded ()

Returns: int * string

The StructLayout attribute could not be decoded (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:839)

Returns: int * string

SR.ilTypeCannotBeUsedForLiteralField ()

Full Usage: SR.ilTypeCannotBeUsedForLiteralField ()

Returns: int * string

This type cannot be used for a literal field (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:836)

Returns: int * string

SR.ilUndefinedValue a0

Full Usage: SR.ilUndefinedValue a0

Parameters:
Returns: int * string

Undefined value '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:821)

a0 : String
Returns: int * string

SR.ilUnexpectedGetSetAnnotation ()

Full Usage: SR.ilUnexpectedGetSetAnnotation ()

Returns: int * string

Unexpected GetSet annotation on a property (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:837)

Returns: int * string

SR.ilUnexpectedUnrealizedValue ()

Full Usage: SR.ilUnexpectedUnrealizedValue ()

Returns: int * string

Compiler error: unexpected unrealized value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:834)

Returns: int * string

SR.ilreadFileChanged a0

Full Usage: SR.ilreadFileChanged a0

Parameters:
Returns: int * string

The file '%s' changed on disk unexpectedly, please reload. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1498)

a0 : String
Returns: int * string

SR.ilwriteErrorCreatingPdb a0

Full Usage: SR.ilwriteErrorCreatingPdb a0

Parameters:
Returns: int * string

Unexpected error creating debug information file '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1015)

a0 : String
Returns: int * string

SR.ilxGenUnknownDebugPoint (a0, a1)

Full Usage: SR.ilxGenUnknownDebugPoint (a0, a1)

Parameters:
Returns: int * string

Unknown debug point '%s'. The available debug points are '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1669)

a0 : String
a1 : String
Returns: int * string

SR.ilxgenInvalidConstructInStateMachineDuringCodegen a0

Full Usage: SR.ilxgenInvalidConstructInStateMachineDuringCodegen a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1658)

a0 : String
Returns: int * string

SR.ilxgenUnexpectedArgumentToMethodHandleOfDuringCodegen ()

Full Usage: SR.ilxgenUnexpectedArgumentToMethodHandleOfDuringCodegen ()

Returns: int * string

Invalid argument to 'methodhandleof' during codegen (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1259)

Returns: int * string

SR.impImportedAssemblyUsesNotPublicType a0

Full Usage: SR.impImportedAssemblyUsesNotPublicType a0

Parameters:
Returns: int * string

An imported assembly uses the type '%s' but that type is not public (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:993)

a0 : String
Returns: int * string

SR.impInvalidMeasureArgument1 (a0, a1)

Full Usage: SR.impInvalidMeasureArgument1 (a0, a1)

Parameters:
Returns: int * string

Invalid value '%s' for unit-of-measure parameter '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1298)

a0 : String
a1 : String
Returns: int * string

SR.impInvalidMeasureArgument2 a0

Full Usage: SR.impInvalidMeasureArgument2 a0

Parameters:
Returns: int * string

Invalid value unit-of-measure parameter '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1299)

a0 : String
Returns: int * string

SR.impInvalidNumberOfGenericArguments (a0, a1, a2)

Full Usage: SR.impInvalidNumberOfGenericArguments (a0, a1, a2)

Parameters:
Returns: int * string

Invalid number of generic arguments to type '%s' in provided type. Expected '%d' arguments, given '%d'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1297)

a0 : String
a1 : Int32
a2 : Int32
Returns: int * string

SR.impNotEnoughTypeParamsInScopeWhileImporting ()

Full Usage: SR.impNotEnoughTypeParamsInScopeWhileImporting ()

Returns: int * string

Internal error or badly formed metadata: not enough type parameters were in scope while importing (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:991)

Returns: int * string

SR.impReferenceToDllRequiredByAssembly (a0, a1, a2)

Full Usage: SR.impReferenceToDllRequiredByAssembly (a0, a1, a2)

Parameters:
Returns: int * string

A reference to the DLL %s is required by assembly %s. The imported type %s is located in the first assembly and could not be resolved. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:992)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.impReferencedTypeCouldNotBeFoundInAssembly (a0, a1)

Full Usage: SR.impReferencedTypeCouldNotBeFoundInAssembly (a0, a1)

Parameters:
Returns: int * string

A reference to the type '%s' in assembly '%s' was found, but the type could not be found in that assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:990)

a0 : String
a1 : String
Returns: int * string

SR.impTypeRequiredUnavailable (a0, a1)

Full Usage: SR.impTypeRequiredUnavailable (a0, a1)

Parameters:
Returns: int * string

The type '%s' is required here and is unavailable. You must add a reference to assembly '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:989)

a0 : String
a1 : String
Returns: int * string

SR.implMissingInlineIfLambda ()

Full Usage: SR.implMissingInlineIfLambda ()

Returns: int * string

The 'InlineIfLambda' attribute is present in the signature but not the implementation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1681)

Returns: int * string

SR.implicitlyDiscardedInSequenceExpression a0

Full Usage: SR.implicitlyDiscardedInSequenceExpression a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1496)

a0 : String
Returns: int * string

SR.implicitlyDiscardedSequenceInSequenceExpression a0

Full Usage: SR.implicitlyDiscardedSequenceInSequenceExpression a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1497)

a0 : String
Returns: int * string

SR.infosInvalidProvidedLiteralValue a0

Full Usage: SR.infosInvalidProvidedLiteralValue a0

Parameters:
Returns: int * string

Invalid provided literal value '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1320)

a0 : String
Returns: int * string

SR.invalidFullNameForProvidedType ()

Full Usage: SR.invalidFullNameForProvidedType ()

Returns: string

invalid full name for provided type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1218)

Returns: string

SR.invalidNamespaceForProvidedType ()

Full Usage: SR.invalidNamespaceForProvidedType ()

Returns: string

invalid namespace for provided type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1217)

Returns: string

SR.invalidPlatformTarget ()

Full Usage: SR.invalidPlatformTarget ()

Returns: int * string

The 'anycpu32bitpreferred' platform can only be used with EXE targets. You must use 'anycpu' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1321)

Returns: int * string

SR.invalidXmlDocPosition ()

Full Usage: SR.invalidXmlDocPosition ()

Returns: int * string

XML comment is not placed on a valid language element. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1683)

Returns: int * string

SR.itemNotFoundDuringDynamicCodeGen (a0, a1, a2)

Full Usage: SR.itemNotFoundDuringDynamicCodeGen (a0, a1, a2)

Parameters:
Returns: int * string

%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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1484)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.itemNotFoundInTypeDuringDynamicCodeGen (a0, a1, a2, a3)

Full Usage: SR.itemNotFoundInTypeDuringDynamicCodeGen (a0, a1, a2, a3)

Parameters:
Returns: int * string

%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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1485)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.keywordDescriptionAbstract ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1406)

Returns: string

SR.keywordDescriptionAnd ()

Full Usage: SR.keywordDescriptionAnd ()

Returns: string

Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1407)

Returns: string

SR.keywordDescriptionAs ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1408)

Returns: string

SR.keywordDescriptionAssert ()

Full Usage: SR.keywordDescriptionAssert ()

Returns: string

Used to verify code during debugging. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1409)

Returns: string

SR.keywordDescriptionBase ()

Full Usage: SR.keywordDescriptionBase ()

Returns: string

Used as the name of the base class object. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1410)

Returns: string

SR.keywordDescriptionBegin ()

Full Usage: SR.keywordDescriptionBegin ()

Returns: string

In verbose syntax, indicates the start of a code block. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1411)

Returns: string

SR.keywordDescriptionCast ()

Full Usage: SR.keywordDescriptionCast ()

Returns: string

Converts a type to type that is higher in the hierarchy. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1480)

Returns: string

SR.keywordDescriptionClass ()

Full Usage: SR.keywordDescriptionClass ()

Returns: string

In verbose syntax, indicates the start of a class definition. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1412)

Returns: string

SR.keywordDescriptionConst ()

Full Usage: SR.keywordDescriptionConst ()

Returns: string

Keyword to specify a constant literal as a type parameter argument in Type Providers. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1413)

Returns: string

SR.keywordDescriptionDefault ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1414)

Returns: string

SR.keywordDescriptionDelegate ()

Full Usage: SR.keywordDescriptionDelegate ()

Returns: string

Used to declare a delegate. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1415)

Returns: string

SR.keywordDescriptionDo ()

Full Usage: SR.keywordDescriptionDo ()

Returns: string

Used in looping constructs or to execute imperative code. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1416)

Returns: string

SR.keywordDescriptionDone ()

Full Usage: SR.keywordDescriptionDone ()

Returns: string

In verbose syntax, indicates the end of a block of code in a looping expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1417)

Returns: string

SR.keywordDescriptionDowncast ()

Full Usage: SR.keywordDescriptionDowncast ()

Returns: string

Used to convert to a type that is lower in the inheritance chain. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1418)

Returns: string

SR.keywordDescriptionDownto ()

Full Usage: SR.keywordDescriptionDownto ()

Returns: string

In a for expression, used when counting in reverse. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1419)

Returns: string

SR.keywordDescriptionDynamicCast ()

Full Usage: SR.keywordDescriptionDynamicCast ()

Returns: string

Converts a type to a type that is lower in the hierarchy. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1481)

Returns: string

SR.keywordDescriptionElif ()

Full Usage: SR.keywordDescriptionElif ()

Returns: string

Used in conditional branching. A short form of else if. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1420)

Returns: string

SR.keywordDescriptionElse ()

Full Usage: SR.keywordDescriptionElse ()

Returns: string

Used in conditional branching. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1421)

Returns: string

SR.keywordDescriptionEnd ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1422)

Returns: string

SR.keywordDescriptionException ()

Full Usage: SR.keywordDescriptionException ()

Returns: string

Used to declare an exception type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1423)

Returns: string

SR.keywordDescriptionExtern ()

Full Usage: SR.keywordDescriptionExtern ()

Returns: string

Indicates that a declared program element is defined in another binary or assembly. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1424)

Returns: string

SR.keywordDescriptionFinally ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1426)

Returns: string

SR.keywordDescriptionFor ()

Full Usage: SR.keywordDescriptionFor ()

Returns: string

Used in looping constructs. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1427)

Returns: string

SR.keywordDescriptionFun ()

Full Usage: SR.keywordDescriptionFun ()

Returns: string

Used in lambda expressions, also known as anonymous functions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1428)

Returns: string

SR.keywordDescriptionFunction ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1429)

Returns: string

SR.keywordDescriptionGlobal ()

Full Usage: SR.keywordDescriptionGlobal ()

Returns: string

Used to reference the top-level .NET namespace. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1430)

Returns: string

SR.keywordDescriptionIf ()

Full Usage: SR.keywordDescriptionIf ()

Returns: string

Used in conditional branching constructs. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1431)

Returns: string

SR.keywordDescriptionIn ()

Full Usage: SR.keywordDescriptionIn ()

Returns: string

Used for sequence expressions and, in verbose syntax, to separate expressions from bindings. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1432)

Returns: string

SR.keywordDescriptionInherit ()

Full Usage: SR.keywordDescriptionInherit ()

Returns: string

Used to specify a base class or base interface. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1433)

Returns: string

SR.keywordDescriptionInline ()

Full Usage: SR.keywordDescriptionInline ()

Returns: string

Used to indicate a function that should be integrated directly into the caller's code. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1434)

Returns: string

SR.keywordDescriptionInterface ()

Full Usage: SR.keywordDescriptionInterface ()

Returns: string

Used to declare and implement interfaces. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1435)

Returns: string

SR.keywordDescriptionInternal ()

Full Usage: SR.keywordDescriptionInternal ()

Returns: string

Used to specify that a member is visible inside an assembly but not outside it. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1436)

Returns: string

SR.keywordDescriptionLazy ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1437)

Returns: string

SR.keywordDescriptionLeftArrow ()

Full Usage: SR.keywordDescriptionLeftArrow ()

Returns: string

Assigns a value to a variable. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1479)

Returns: string

SR.keywordDescriptionLet ()

Full Usage: SR.keywordDescriptionLet ()

Returns: string

Used to associate, or bind, a name to a value or function. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1438)

Returns: string

SR.keywordDescriptionLetBang ()

Full Usage: SR.keywordDescriptionLetBang ()

Returns: string

Used in computation expressions to bind a name to the result of another computation expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1439)

Returns: string

SR.keywordDescriptionMatch ()

Full Usage: SR.keywordDescriptionMatch ()

Returns: string

Used to branch by comparing a value to a pattern. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1440)

Returns: string

SR.keywordDescriptionMatchBang ()

Full Usage: SR.keywordDescriptionMatchBang ()

Returns: string

Used in computation expressions to pattern match directly over the result of another computation expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1441)

Returns: string

SR.keywordDescriptionMember ()

Full Usage: SR.keywordDescriptionMember ()

Returns: string

Used to declare a property or method in an object type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1442)

Returns: string

SR.keywordDescriptionModule ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1443)

Returns: string

SR.keywordDescriptionMutable ()

Full Usage: SR.keywordDescriptionMutable ()

Returns: string

Used to declare a variable, that is, a value that can be changed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1444)

Returns: string

SR.keywordDescriptionNamespace ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1445)

Returns: string

SR.keywordDescriptionNew ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1446)

Returns: string

SR.keywordDescriptionNot ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1447)

Returns: string

SR.keywordDescriptionNull ()

Full Usage: SR.keywordDescriptionNull ()

Returns: string

Indicates the absence of an object. Also used in generic parameter constraints. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1448)

Returns: string

SR.keywordDescriptionOf ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1449)

Returns: string

SR.keywordDescriptionOpen ()

Full Usage: SR.keywordDescriptionOpen ()

Returns: string

Used to make the contents of a namespace or module available without qualification. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1450)

Returns: string

SR.keywordDescriptionOr ()

Full Usage: SR.keywordDescriptionOr ()

Returns: string

Used with Boolean conditions as a Boolean or operator. Equivalent to ||. Also used in member constraints. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1451)

Returns: string

SR.keywordDescriptionOverride ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1452)

Returns: string

SR.keywordDescriptionPrivate ()

Full Usage: SR.keywordDescriptionPrivate ()

Returns: string

Restricts access to a member to code in the same type or module. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1453)

Returns: string

SR.keywordDescriptionPublic ()

Full Usage: SR.keywordDescriptionPublic ()

Returns: string

Allows access to a member from outside the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1454)

Returns: string

SR.keywordDescriptionRec ()

Full Usage: SR.keywordDescriptionRec ()

Returns: string

Used to indicate that a function is recursive. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1455)

Returns: string

SR.keywordDescriptionReturn ()

Full Usage: SR.keywordDescriptionReturn ()

Returns: string

Used to provide a value for the result of the containing computation expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1456)

Returns: string

SR.keywordDescriptionReturnBang ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1457)

Returns: string

SR.keywordDescriptionRightArrow ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1478)

Returns: string

SR.keywordDescriptionSelect ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1458)

Returns: string

SR.keywordDescriptionSig ()

Full Usage: SR.keywordDescriptionSig ()

Returns: string

Keyword reserved for ML-compatibility. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1459)

Returns: string

SR.keywordDescriptionStatic ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1460)

Returns: string

SR.keywordDescriptionStruct ()

Full Usage: SR.keywordDescriptionStruct ()

Returns: string

Used to declare a structure type. Also used in generic parameter constraints. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1461)

Returns: string

SR.keywordDescriptionThen ()

Full Usage: SR.keywordDescriptionThen ()

Returns: string

Used in conditional expressions. Also used to perform side effects after object construction. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1462)

Returns: string

SR.keywordDescriptionTo ()

Full Usage: SR.keywordDescriptionTo ()

Returns: string

Used in for loops to indicate a range. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1463)

Returns: string

SR.keywordDescriptionTrueFalse ()

Full Usage: SR.keywordDescriptionTrueFalse ()

Returns: string

Used as a Boolean literal. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1425)

Returns: string

SR.keywordDescriptionTry ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1464)

Returns: string

SR.keywordDescriptionType ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1465)

Returns: string

SR.keywordDescriptionTypeTest ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1466)

Returns: string

SR.keywordDescriptionTypedQuotation ()

Full Usage: SR.keywordDescriptionTypedQuotation ()

Returns: string

Delimits a typed code quotation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1482)

Returns: string

SR.keywordDescriptionUntypedQuotation ()

Full Usage: SR.keywordDescriptionUntypedQuotation ()

Returns: string

Delimits a untyped code quotation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1483)

Returns: string

SR.keywordDescriptionUpcast ()

Full Usage: SR.keywordDescriptionUpcast ()

Returns: string

Used to convert to a type that is higher in the inheritance chain. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1467)

Returns: string

SR.keywordDescriptionUse ()

Full Usage: SR.keywordDescriptionUse ()

Returns: string

Used instead of let for values that implement IDisposable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1468)

Returns: string

SR.keywordDescriptionUseBang ()

Full Usage: SR.keywordDescriptionUseBang ()

Returns: string

Used instead of let! in computation expressions for computation expression results that implement IDisposable. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1469)

Returns: string

SR.keywordDescriptionVal ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1470)

Returns: string

SR.keywordDescriptionVoid ()

Full Usage: SR.keywordDescriptionVoid ()

Returns: string

Indicates the .NET void type. Used when interoperating with other .NET languages. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1471)

Returns: string

SR.keywordDescriptionWhen ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1472)

Returns: string

SR.keywordDescriptionWhile ()

Full Usage: SR.keywordDescriptionWhile ()

Returns: string

Introduces a looping construct. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1473)

Returns: string

SR.keywordDescriptionWhileBang ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1474)

Returns: string

SR.keywordDescriptionWith ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1475)

Returns: string

SR.keywordDescriptionYield ()

Full Usage: SR.keywordDescriptionYield ()

Returns: string

Used in a sequence expression to produce a value for a sequence. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1476)

Returns: string

SR.keywordDescriptionYieldBang ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1477)

Returns: string

SR.lexByteArrayCannotEncode ()

Full Usage: SR.lexByteArrayCannotEncode ()

Returns: int * string

This byte array literal contains characters that do not encode as a single byte (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1022)

Returns: int * string

SR.lexByteStringMayNotBeInterpolated ()

Full Usage: SR.lexByteStringMayNotBeInterpolated ()

Returns: int * string

a byte string may not be interpolated (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1631)

Returns: int * string

SR.lexCharNotAllowedInOperatorNames a0

Full Usage: SR.lexCharNotAllowedInOperatorNames a0

Parameters:
Returns: string

'%s' is not permitted as a character in operator names and is reserved for future use (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1020)

a0 : String
Returns: string

SR.lexExtendedStringInterpolationNotSupported ()

Full Usage: SR.lexExtendedStringInterpolationNotSupported ()

Returns: int * string

Extended string interpolation is not supported in this version of F#. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1132)

Returns: int * string

SR.lexHashBangMustBeFirstInFile ()

Full Usage: SR.lexHashBangMustBeFirstInFile ()

Returns: string

#! may only appear as the first line at the start of a file. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1053)

Returns: string

SR.lexHashElseMustBeFirst ()

Full Usage: SR.lexHashElseMustBeFirst ()

Returns: int * string

#else directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1048)

Returns: int * string

SR.lexHashElseNoMatchingIf ()

Full Usage: SR.lexHashElseNoMatchingIf ()

Returns: string

#else has no matching #if (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1046)

Returns: string

SR.lexHashEndifMustBeFirst ()

Full Usage: SR.lexHashEndifMustBeFirst ()

Returns: int * string

#endif directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1050)

Returns: int * string

SR.lexHashEndifRequiredForElse ()

Full Usage: SR.lexHashEndifRequiredForElse ()

Returns: string

#endif required for #else (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1047)

Returns: string

SR.lexHashEndingNoMatchingIf ()

Full Usage: SR.lexHashEndingNoMatchingIf ()

Returns: string

#endif has no matching #if (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1049)

Returns: string

SR.lexHashIfMustBeFirst ()

Full Usage: SR.lexHashIfMustBeFirst ()

Returns: int * string

#if directive must appear as the first non-whitespace character on a line (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1045)

Returns: int * string

SR.lexHashIfMustHaveIdent ()

Full Usage: SR.lexHashIfMustHaveIdent ()

Returns: int * string

#if directive should be immediately followed by an identifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1051)

Returns: int * string

SR.lexIdentEndInMarkReserved a0

Full Usage: SR.lexIdentEndInMarkReserved a0

Parameters:
Returns: int * string

Identifiers followed by '%s' are reserved for future use (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1023)

a0 : String
Returns: int * string

SR.lexIfOCaml ()

Full Usage: SR.lexIfOCaml ()

Returns: string

IF-FSHARP/IF-CAML regions are no longer supported (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1103)

Returns: string

SR.lexIndentOffForML ()

Full Usage: SR.lexIndentOffForML ()

Returns: string

Consider using a file with extension '.ml' or '.mli' instead (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1102)

Returns: string

SR.lexInvalidByteLiteral ()

Full Usage: SR.lexInvalidByteLiteral ()

Returns: int * string

This is not a valid byte literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1039)

Returns: int * string

SR.lexInvalidCharLiteral ()

Full Usage: SR.lexInvalidCharLiteral ()

Returns: int * string

This is not a valid character literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1040)

Returns: int * string

SR.lexInvalidFloat ()

Full Usage: SR.lexInvalidFloat ()

Returns: int * string

Invalid floating point number (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1035)

Returns: int * string

SR.lexInvalidIdentifier ()

Full Usage: SR.lexInvalidIdentifier ()

Returns: int * string

This is not a valid identifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1715)

Returns: int * string

SR.lexInvalidLineNumber a0

Full Usage: SR.lexInvalidLineNumber a0

Parameters:
Returns: int * string

Invalid line number: '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1044)

a0 : String
Returns: int * string

SR.lexInvalidNumericLiteral ()

Full Usage: SR.lexInvalidNumericLiteral ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1038)

Returns: int * string

SR.lexInvalidUnicodeLiteral a0

Full Usage: SR.lexInvalidUnicodeLiteral a0

Parameters:
Returns: int * string

\U%s is not a valid Unicode character escape sequence (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1126)

a0 : String
Returns: int * string

SR.lexOutsideDecimal ()

Full Usage: SR.lexOutsideDecimal ()

Returns: int * string

This number is outside the allowable range for decimal literals (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1036)

Returns: int * string

SR.lexOutsideEightBitSigned ()

Full Usage: SR.lexOutsideEightBitSigned ()

Returns: int * string

This number is outside the allowable range for 8-bit signed integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1024)

Returns: int * string

SR.lexOutsideEightBitSignedHex ()

Full Usage: SR.lexOutsideEightBitSignedHex ()

Returns: int * string

This number is outside the allowable range for hexadecimal 8-bit signed integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1025)

Returns: int * string

SR.lexOutsideEightBitUnsigned ()

Full Usage: SR.lexOutsideEightBitUnsigned ()

Returns: int * string

This number is outside the allowable range for 8-bit unsigned integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1026)

Returns: int * string

SR.lexOutsideIntegerRange ()

Full Usage: SR.lexOutsideIntegerRange ()

Returns: int * string

This number is outside the allowable range for this integer type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1016)

Returns: int * string

SR.lexOutsideNativeSigned ()

Full Usage: SR.lexOutsideNativeSigned ()

Returns: int * string

This number is outside the allowable range for signed native integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1033)

Returns: int * string

SR.lexOutsideNativeUnsigned ()

Full Usage: SR.lexOutsideNativeUnsigned ()

Returns: int * string

This number is outside the allowable range for unsigned native integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1034)

Returns: int * string

SR.lexOutsideSixteenBitSigned ()

Full Usage: SR.lexOutsideSixteenBitSigned ()

Returns: int * string

This number is outside the allowable range for 16-bit signed integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1027)

Returns: int * string

SR.lexOutsideSixteenBitUnsigned ()

Full Usage: SR.lexOutsideSixteenBitUnsigned ()

Returns: int * string

This number is outside the allowable range for 16-bit unsigned integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1028)

Returns: int * string

SR.lexOutsideSixtyFourBitSigned ()

Full Usage: SR.lexOutsideSixtyFourBitSigned ()

Returns: int * string

This number is outside the allowable range for 64-bit signed integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1031)

Returns: int * string

SR.lexOutsideSixtyFourBitUnsigned ()

Full Usage: SR.lexOutsideSixtyFourBitUnsigned ()

Returns: int * string

This number is outside the allowable range for 64-bit unsigned integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1032)

Returns: int * string

SR.lexOutsideThirtyTwoBitFloat ()

Full Usage: SR.lexOutsideThirtyTwoBitFloat ()

Returns: int * string

This number is outside the allowable range for 32-bit floats (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1037)

Returns: int * string

SR.lexOutsideThirtyTwoBitSigned ()

Full Usage: SR.lexOutsideThirtyTwoBitSigned ()

Returns: int * string

This number is outside the allowable range for 32-bit signed integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1029)

Returns: int * string

SR.lexOutsideThirtyTwoBitUnsigned ()

Full Usage: SR.lexOutsideThirtyTwoBitUnsigned ()

Returns: int * string

This number is outside the allowable range for 32-bit unsigned integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1030)

Returns: int * string

SR.lexRBraceInInterpolatedString ()

Full Usage: SR.lexRBraceInInterpolatedString ()

Returns: int * string

A '}' character must be escaped (by doubling) in an interpolated string. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1637)

Returns: int * string

SR.lexSingleQuoteInSingleQuote ()

Full Usage: SR.lexSingleQuoteInSingleQuote ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1628)

Returns: int * string

SR.lexTabsNotAllowed ()

Full Usage: SR.lexTabsNotAllowed ()

Returns: int * string

TABs are not allowed in F# code unless the #indent \"off\" option is used (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1043)

Returns: int * string

SR.lexThisUnicodeOnlyInStringLiterals ()

Full Usage: SR.lexThisUnicodeOnlyInStringLiterals ()

Returns: int * string

This Unicode encoding is only valid in string literals (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1041)

Returns: int * string

SR.lexTokenReserved ()

Full Usage: SR.lexTokenReserved ()

Returns: int * string

This token is reserved for future use (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1042)

Returns: int * string

SR.lexTooManyLBracesInTripleQuote ()

Full Usage: SR.lexTooManyLBracesInTripleQuote ()

Returns: int * string

The interpolated triple quoted string literal does not start with enough '$' characters to allow this many consecutive opening braces as content. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1129)

Returns: int * string

SR.lexTooManyPercentsInTripleQuote ()

Full Usage: SR.lexTooManyPercentsInTripleQuote ()

Returns: int * string

The interpolated triple quoted string literal does not start with enough '$' characters to allow this many consecutive '%%' characters. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1131)

Returns: int * string

SR.lexTripleQuoteInTripleQuote ()

Full Usage: SR.lexTripleQuoteInTripleQuote ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1629)

Returns: int * string

SR.lexUnexpectedChar a0

Full Usage: SR.lexUnexpectedChar a0

Parameters:
Returns: string

Unexpected character '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1021)

a0 : String
Returns: string

SR.lexUnmatchedRBracesInTripleQuote ()

Full Usage: SR.lexUnmatchedRBracesInTripleQuote ()

Returns: int * string

The interpolated string contains unmatched closing braces. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1130)

Returns: int * string

SR.lexWrongNestedHashEndif ()

Full Usage: SR.lexWrongNestedHashEndif ()

Returns: int * string

Syntax error. Wrong nested #endif, unexpected tokens before it. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1052)

Returns: int * string

SR.lexfltIncorrentIndentationOfIn ()

Full Usage: SR.lexfltIncorrentIndentationOfIn ()

Returns: string

The indentation of this 'in' token is incorrect with respect to the corresponding 'let' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1000)

Returns: string

SR.lexfltSeparatorTokensOfPatternMatchMisaligned ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1002)

Returns: string

SR.lexfltTokenIsOffsideOfContextStartedEarlier a0

Full Usage: SR.lexfltTokenIsOffsideOfContextStartedEarlier a0

Parameters:
Returns: string

Unexpected syntax or possible incorrect indentation: this token is offside of context started at position %s. Try indenting this further.\nTo continue using non-conforming indentation, pass the '--strict-indentation-' flag to the compiler, or set the language version to F# 7. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1001)

a0 : String
Returns: string

SR.lexhlpIdentifierReserved a0

Full Usage: SR.lexhlpIdentifierReserved a0

Parameters:
Returns: string

The identifier '%s' is reserved for future use by F# (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:986)

a0 : String
Returns: string

SR.lexhlpIdentifiersContainingAtSymbolReserved ()

Full Usage: SR.lexhlpIdentifiersContainingAtSymbolReserved ()

Returns: int * string

Identifiers containing '@' are reserved for use in F# code generation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:985)

Returns: int * string

SR.listElementHasWrongType (a0, a1)

Full Usage: SR.listElementHasWrongType (a0, a1)

Parameters:
Returns: string

All elements of a list must be implicitly convertible to the type of the first element, which here is '%s'. This element has type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:22)

a0 : String
a1 : String
Returns: string

SR.listElementHasWrongTypeTuple (a0, a1, a2, a3)

Full Usage: SR.listElementHasWrongTypeTuple (a0, a1, a2, a3)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:23)

a0 : Int32
a1 : String
a2 : Int32
a3 : String
Returns: string

SR.loadingDescription ()

Full Usage: SR.loadingDescription ()

Returns: string

(loading description...) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1334)

Returns: string

SR.matchNotAllowedForUnionCaseWithNoData ()

Full Usage: SR.matchNotAllowedForUnionCaseWithNoData ()

Returns: int * string

Pattern discard is not allowed for union case that takes no data. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1699)

Returns: int * string

SR.memberOperatorDefinitionWithCurriedArguments a0

Full Usage: SR.memberOperatorDefinitionWithCurriedArguments a0

Parameters:
Returns: int * string

Infix operator member '%s' has extra curried arguments. Expected a tuple of 2 arguments, e.g. static member (+) (x,y) = ... (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1057)

a0 : String
Returns: int * string

SR.memberOperatorDefinitionWithNoArguments a0

Full Usage: SR.memberOperatorDefinitionWithNoArguments a0

Parameters:
Returns: int * string

Infix operator member '%s' has no arguments. Expected a tuple of 2 arguments, e.g. static member (+) (x,y) = ... (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1055)

a0 : String
Returns: int * string

SR.memberOperatorDefinitionWithNonPairArgument (a0, a1)

Full Usage: SR.memberOperatorDefinitionWithNonPairArgument (a0, a1)

Parameters:
Returns: int * string

Infix operator member '%s' has %d initial argument(s). Expected a tuple of 2 arguments, e.g. static member (+) (x,y) = ... (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1056)

a0 : String
a1 : Int32
Returns: int * string

SR.memberOperatorDefinitionWithNonTripleArgument (a0, a1)

Full Usage: SR.memberOperatorDefinitionWithNonTripleArgument (a0, a1)

Parameters:
Returns: int * string

Infix operator member '%s' has %d initial argument(s). Expected a tuple of 3 arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1338)

a0 : String
a1 : Int32
Returns: int * string

SR.methodIsNotStatic a0

Full Usage: SR.methodIsNotStatic a0

Parameters:
Returns: int * string

Method or object constructor '%s' is not static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1393)

a0 : String
Returns: int * string

SR.missingElseBranch a0

Full Usage: SR.missingElseBranch a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:26)

a0 : String
Returns: string

SR.mlCompatError a0

Full Usage: SR.mlCompatError a0

Parameters:
Returns: string

This construct is deprecated. %s. You can enable this feature by using '--langversion:5.0' and '--mlcompatibility'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1090)

a0 : String
Returns: string

SR.mlCompatKeyword a0

Full Usage: SR.mlCompatKeyword a0

Parameters:
Returns: string

In previous versions of F# '%s' was a reserved keyword but the use of this keyword is now deprecated (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1091)

a0 : String
Returns: string

SR.mlCompatLightOffNoLongerSupported ()

Full Usage: SR.mlCompatLightOffNoLongerSupported ()

Returns: string

The use of '#light \"off\"' or '#indent \"off\"' was deprecated in F# 2.0 and is no longer supported (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1092)

Returns: string

SR.mlCompatMessage a0

Full Usage: SR.mlCompatMessage a0

Parameters:
Returns: string

This construct is for ML compatibility. %s. You can disable this warning by using '--mlcompatibility' or '--nowarn:62'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1089)

a0 : String
Returns: string

SR.mlCompatMultiPrefixTyparsNoLongerSupported ()

Full Usage: SR.mlCompatMultiPrefixTyparsNoLongerSupported ()

Returns: string

The use of multiple parenthesized type parameters before a generic type name such as '(int, int) Map' was deprecated in F# 2.0 and is no longer supported (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1095)

Returns: string

SR.mlCompatSigColonNoLongerSupported ()

Full Usage: SR.mlCompatSigColonNoLongerSupported ()

Returns: string

The use of 'module M: sig ... end ' was deprecated in F# 2.0 and is no longer supported. Change the ':' to an '=' and remove the 'sig' and 'end' and use indentation instead (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1093)

Returns: string

SR.mlCompatSigEndNoLongerSupported ()

Full Usage: SR.mlCompatSigEndNoLongerSupported ()

Returns: string

The use of 'module M = sig ... end ' was deprecated in F# 2.0 and is no longer supported. Remove the 'sig' and 'end' and use indentation instead (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1094)

Returns: string

SR.mlCompatStructEndNoLongerSupported ()

Full Usage: SR.mlCompatStructEndNoLongerSupported ()

Returns: string

The use of 'module M = struct ... end ' was deprecated in F# 2.0 and is no longer supported. Remove the 'struct' and 'end' and use indentation instead (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1096)

Returns: string

SR.moreThanOneInvokeMethodFound ()

Full Usage: SR.moreThanOneInvokeMethodFound ()

Returns: string

More than one Invoke method found for delegate type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:981)

Returns: string

SR.nativeResourceFormatError ()

Full Usage: SR.nativeResourceFormatError ()

Returns: string

Stream does not begin with a null resource and is not in '.RES' format. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1542)

Returns: string

SR.nativeResourceHeaderMalformed a0

Full Usage: SR.nativeResourceHeaderMalformed a0

Parameters:
Returns: string

Resource header beginning at offset %s is malformed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1543)

a0 : String
Returns: string

SR.nicePrintOtherOverloads1 ()

Full Usage: SR.nicePrintOtherOverloads1 ()

Returns: string

+ 1 overload (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1326)

Returns: string

SR.nicePrintOtherOverloadsN a0

Full Usage: SR.nicePrintOtherOverloadsN a0

Parameters:
Returns: string

+ %d overloads (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1327)

a0 : Int32
Returns: string

SR.noEqualSignAfterModule ()

Full Usage: SR.noEqualSignAfterModule ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:58)

Returns: int * string

SR.noInvokeMethodsFound ()

Full Usage: SR.noInvokeMethodsFound ()

Returns: int * string

No Invoke methods found for delegate type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:980)

Returns: int * string

SR.notAFunction ()

Full Usage: SR.notAFunction ()

Returns: string

This value is not a function and cannot be applied. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1487)

Returns: string

SR.notAFunctionButMaybeDeclaration ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1493)

Returns: string

SR.notAFunctionButMaybeIndexer ()

Full Usage: SR.notAFunctionButMaybeIndexer ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1489)

Returns: string

SR.notAFunctionButMaybeIndexer2 ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1491)

Returns: string

SR.notAFunctionButMaybeIndexerErrorCode ()

Full Usage: SR.notAFunctionButMaybeIndexerErrorCode ()

Returns: int * string

(Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1492)

Returns: int * string

SR.notAFunctionButMaybeIndexerWithName a0

Full Usage: SR.notAFunctionButMaybeIndexerWithName a0

Parameters:
Returns: string

This value is not a function and cannot be applied. Did you intend to access the indexer via '%s.[index]'? (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1488)

a0 : String
Returns: string

SR.notAFunctionButMaybeIndexerWithName2 a0

Full Usage: SR.notAFunctionButMaybeIndexerWithName2 a0

Parameters:
Returns: string

This value is not a function and cannot be applied. Did you intend to access the indexer via '%s[index]'? (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1490)

a0 : String
Returns: string

SR.nrGlobalUsedOnlyAsFirstName ()

Full Usage: SR.nrGlobalUsedOnlyAsFirstName ()

Returns: int * string

'global' may only be used as the first name in a qualified path (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1006)

Returns: int * string

SR.nrInvalidExpression a0

Full Usage: SR.nrInvalidExpression a0

Parameters:
Returns: int * string

Invalid expression '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1011)

a0 : String
Returns: int * string

SR.nrInvalidFieldLabel ()

Full Usage: SR.nrInvalidFieldLabel ()

Returns: int * string

Invalid field label (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1010)

Returns: int * string

SR.nrInvalidModuleExprType ()

Full Usage: SR.nrInvalidModuleExprType ()

Returns: int * string

Invalid module/expression/type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1003)

Returns: int * string

SR.nrIsNotConstructorOrLiteral ()

Full Usage: SR.nrIsNotConstructorOrLiteral ()

Returns: int * string

This is not a constructor or literal, or a constructor is being used incorrectly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1007)

Returns: int * string

SR.nrNoConstructorsAvailableForType a0

Full Usage: SR.nrNoConstructorsAvailableForType a0

Parameters:
Returns: int * string

No constructors are available for the type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1012)

a0 : String
Returns: int * string

SR.nrRecordDoesNotContainSuchLabel (a0, a1)

Full Usage: SR.nrRecordDoesNotContainSuchLabel (a0, a1)

Parameters:
Returns: int * string

The record type '%s' does not contain a label '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1009)

a0 : String
a1 : String
Returns: int * string

SR.nrRecordTypeNeedsQualifiedAccess (a0, a1)

Full Usage: SR.nrRecordTypeNeedsQualifiedAccess (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1014)

a0 : String
a1 : String
Returns: int * string

SR.nrTypeInstantiationIsMissingAndCouldNotBeInferred (a0, a1)

Full Usage: SR.nrTypeInstantiationIsMissingAndCouldNotBeInferred (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1005)

a0 : String
a1 : String
Returns: int * string

SR.nrTypeInstantiationNeededToDisambiguateTypesWithSameName (a0, a1)

Full Usage: SR.nrTypeInstantiationNeededToDisambiguateTypesWithSameName (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1004)

a0 : String
a1 : String
Returns: int * string

SR.nrUnexpectedEmptyLongId ()

Full Usage: SR.nrUnexpectedEmptyLongId ()

Returns: int * string

Unexpected empty long identifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1008)

Returns: int * string

SR.nrUnionTypeNeedsQualifiedAccess (a0, a1)

Full Usage: SR.nrUnionTypeNeedsQualifiedAccess (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1013)

a0 : String
a1 : String
Returns: int * string

SR.optFailedToInlineSuggestedValue a0

Full Usage: SR.optFailedToInlineSuggestedValue a0

Parameters:
Returns: int * string

The value '%s' was marked 'InlineIfLambda' but was not determined to have a lambda value. This warning is for informational purposes only. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1680)

a0 : String
Returns: int * string

SR.optFailedToInlineValue a0

Full Usage: SR.optFailedToInlineValue a0

Parameters:
Returns: int * string

Failed to inline the value '%s' marked 'inline', perhaps because a recursive value was marked 'inline' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:998)

a0 : String
Returns: int * string

SR.optRecursiveValValue a0

Full Usage: SR.optRecursiveValValue a0

Parameters:
Returns: int * string

Recursive ValValue %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:999)

a0 : String
Returns: int * string

SR.optValueMarkedInlineButIncomplete a0

Full Usage: SR.optValueMarkedInlineButIncomplete a0

Parameters:
Returns: int * string

The value '%s' was marked inline but its implementation makes use of an internal or private function which is not sufficiently accessible (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:994)

a0 : String
Returns: int * string

SR.optValueMarkedInlineButWasNotBoundInTheOptEnv a0

Full Usage: SR.optValueMarkedInlineButWasNotBoundInTheOptEnv a0

Parameters:
Returns: int * string

The value '%s' was marked inline but was not bound in the optimization environment (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:995)

a0 : String
Returns: int * string

SR.optValueMarkedInlineCouldNotBeInlined ()

Full Usage: SR.optValueMarkedInlineCouldNotBeInlined ()

Returns: int * string

A value marked as 'inline' could not be inlined (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:997)

Returns: int * string

SR.optValueMarkedInlineHasUnexpectedValue ()

Full Usage: SR.optValueMarkedInlineHasUnexpectedValue ()

Returns: int * string

A value marked as 'inline' has an unexpected value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:996)

Returns: int * string

SR.optsAllSigs ()

Full Usage: SR.optsAllSigs ()

Returns: string

Print the inferred interfaces of all compilation files to associated signature files (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:862)

Returns: string

SR.optsBaseaddress ()

Full Usage: SR.optsBaseaddress ()

Returns: string

Base address for the library to be built (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:904)

Returns: string

SR.optsBuildConsole ()

Full Usage: SR.optsBuildConsole ()

Returns: string

Build a console executable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:848)

Returns: string

SR.optsBuildLibrary ()

Full Usage: SR.optsBuildLibrary ()

Returns: string

Build a library (Short form: -a) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:850)

Returns: string

SR.optsBuildModule ()

Full Usage: SR.optsBuildModule ()

Returns: string

Build a module that can be added to another assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:851)

Returns: string

SR.optsBuildWindows ()

Full Usage: SR.optsBuildWindows ()

Returns: string

Build a Windows executable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:849)

Returns: string

SR.optsChecked ()

Full Usage: SR.optsChecked ()

Returns: string

Generate overflow checks (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:892)

Returns: string

SR.optsChecksumAlgorithm ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:905)

Returns: string

SR.optsClearResultsCache ()

Full Usage: SR.optsClearResultsCache ()

Returns: string

Clear the package manager results cache (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:900)

Returns: string

SR.optsClirootDeprecatedMsg ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:913)

Returns: string

SR.optsClirootDescription ()

Full Usage: SR.optsClirootDescription ()

Returns: string

Use to override where the compiler looks for mscorlib.dll and framework components (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:914)

Returns: string

SR.optsCodepage ()

Full Usage: SR.optsCodepage ()

Returns: string

Specify the codepage used to read source files (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:899)

Returns: string

SR.optsCompilerTool ()

Full Usage: SR.optsCompilerTool ()

Returns: string

Reference an assembly or directory containing a design time tool (Short form: -t) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:864)

Returns: string

SR.optsCompressMetadata ()

Full Usage: SR.optsCompressMetadata ()

Returns: string

Compress interface and optimization data files (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:857)

Returns: string

SR.optsConsoleColors ()

Full Usage: SR.optsConsoleColors ()

Returns: string

Output warning and error messages in color (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:927)

Returns: string

SR.optsCopyright ()

Full Usage: SR.optsCopyright ()

Returns: string

Copyright (c) Microsoft Corporation. All Rights Reserved. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:845)

Returns: string

SR.optsCopyrightCommunity ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:846)

Returns: string

SR.optsCrossoptimize ()

Full Usage: SR.optsCrossoptimize ()

Returns: string

Enable or disable cross-module optimizations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:885)

Returns: string

SR.optsDCLODeprecatedSuggestAlternative (a0, a1)

Full Usage: SR.optsDCLODeprecatedSuggestAlternative (a0, a1)

Parameters:
Returns: string

The command-line option '%s' has been deprecated. Use '%s' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:925)

a0 : String
a1 : String
Returns: string

SR.optsDCLOHtmlDoc a0

Full Usage: SR.optsDCLOHtmlDoc a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:926)

a0 : String
Returns: string

SR.optsDCLONoDescription a0

Full Usage: SR.optsDCLONoDescription a0

Parameters:
Returns: string

The command-line option '%s' has been deprecated (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:924)

a0 : String
Returns: string

SR.optsDebug a0

Full Usage: SR.optsDebug a0

Parameters:
Returns: string

Specify debugging type: full, portable, embedded, pdbonly. ('%s' is the default if no debuggging 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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:877)

a0 : String
Returns: string

SR.optsDebugPM ()

Full Usage: SR.optsDebugPM ()

Returns: string

Emit debug information (Short form: -g) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:876)

Returns: string

SR.optsDefine ()

Full Usage: SR.optsDefine ()

Returns: string

Define conditional compilation symbols (Short form: -d) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:893)

Returns: string

SR.optsDelaySign ()

Full Usage: SR.optsDelaySign ()

Returns: string

Delay-sign the assembly using only the public portion of the strong name key (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:852)

Returns: string

SR.optsDeterministic ()

Full Usage: SR.optsDeterministic ()

Returns: string

Produce a deterministic assembly (including module version GUID and timestamp) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:880)

Returns: string

SR.optsEmbedAllSource ()

Full Usage: SR.optsEmbedAllSource ()

Returns: string

Embed all source files in the portable PDB file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:869)

Returns: string

SR.optsEmbedSource ()

Full Usage: SR.optsEmbedSource ()

Returns: string

Embed specific source files in the portable PDB file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:870)

Returns: string

SR.optsEmitDebugInfoInQuotations ()

Full Usage: SR.optsEmitDebugInfoInQuotations ()

Returns: string

Emit debug information in quotations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:931)

Returns: string

SR.optsFullpaths ()

Full Usage: SR.optsFullpaths ()

Returns: string

Output messages with fully qualified paths (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:902)

Returns: string

SR.optsGetLangVersions ()

Full Usage: SR.optsGetLangVersions ()

Returns: string

Display the allowed values for language version. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1538)

Returns: string

SR.optsHelp ()

Full Usage: SR.optsHelp ()

Returns: string

Display this usage message (Short form: -?) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:896)

Returns: string

SR.optsHelpBannerAdvanced ()

Full Usage: SR.optsHelpBannerAdvanced ()

Returns: string

- ADVANCED - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:919)

Returns: string

SR.optsHelpBannerCodeGen ()

Full Usage: SR.optsHelpBannerCodeGen ()

Returns: string

- CODE GENERATION - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:918)

Returns: string

SR.optsHelpBannerErrsAndWarns ()

Full Usage: SR.optsHelpBannerErrsAndWarns ()

Returns: string

- ERRORS AND WARNINGS - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:922)

Returns: string

SR.optsHelpBannerInputFiles ()

Full Usage: SR.optsHelpBannerInputFiles ()

Returns: string

- INPUT FILES - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:916)

Returns: string

SR.optsHelpBannerLanguage ()

Full Usage: SR.optsHelpBannerLanguage ()

Returns: string

- LANGUAGE - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:921)

Returns: string

SR.optsHelpBannerMisc ()

Full Usage: SR.optsHelpBannerMisc ()

Returns: string

- MISCELLANEOUS - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:920)

Returns: string

SR.optsHelpBannerOutputFiles ()

Full Usage: SR.optsHelpBannerOutputFiles ()

Returns: string

- OUTPUT FILES - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:915)

Returns: string

SR.optsHelpBannerResources ()

Full Usage: SR.optsHelpBannerResources ()

Returns: string

- RESOURCES - (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:917)

Returns: string

SR.optsInternalNoDescription a0

Full Usage: SR.optsInternalNoDescription a0

Parameters:
Returns: string

The command-line option '%s' is for test purposes only (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:923)

a0 : String
Returns: string

SR.optsInvalidPathMapFormat ()

Full Usage: SR.optsInvalidPathMapFormat ()

Returns: int * string

Invalid path map. Mappings must be comma separated and of the format 'path=sourcePath' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1174)

Returns: int * string

SR.optsInvalidRefAssembly ()

Full Usage: SR.optsInvalidRefAssembly ()

Returns: int * string

Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1176)

Returns: int * string

SR.optsInvalidRefOut ()

Full Usage: SR.optsInvalidRefOut ()

Returns: int * string

Invalid reference assembly path' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1175)

Returns: int * string

SR.optsInvalidResponseFile (a0, a1)

Full Usage: SR.optsInvalidResponseFile (a0, a1)

Parameters:
Returns: int * string

Invalid response file '%s' ( '%s' ) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1371)

a0 : String
a1 : String
Returns: int * string

SR.optsInvalidSubSystemVersion a0

Full Usage: SR.optsInvalidSubSystemVersion a0

Parameters:
Returns: int * string

Invalid version '%s' for '--subsystemversion'. The version must be 4.00 or greater. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:941)

a0 : String
Returns: int * string

SR.optsInvalidTargetProfile a0

Full Usage: SR.optsInvalidTargetProfile a0

Parameters:
Returns: int * string

Invalid value '%s' for '--targetprofile', valid values are 'mscorlib', 'netcore' or 'netstandard'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:942)

a0 : String
Returns: int * string

SR.optsInvalidWarningLevel a0

Full Usage: SR.optsInvalidWarningLevel a0

Parameters:
Returns: int * string

Invalid warning level '%d' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:940)

a0 : Int32
Returns: int * string

SR.optsLib ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:903)

Returns: string

SR.optsLinkresource ()

Full Usage: SR.optsLinkresource ()

Returns: string

Link the specified resource to this assembly where the resinfo format is [,[,public|private]] (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:875)

Returns: string

SR.optsMlcompatibility ()

Full Usage: SR.optsMlcompatibility ()

Returns: string

Ignore ML compatibility warnings (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:894)

Returns: string

SR.optsNameOfOutputFile ()

Full Usage: SR.optsNameOfOutputFile ()

Returns: string

Name of the output file (Short form: -o) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:847)

Returns: string

SR.optsNoCopyFsharpCore ()

Full Usage: SR.optsNoCopyFsharpCore ()

Returns: string

Don't copy FSharp.Core.dll along the produced binaries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:933)

Returns: string

SR.optsNoInterface ()

Full Usage: SR.optsNoInterface ()

Returns: string

Don't add a resource to the generated assembly containing F#-specific metadata (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:860)

Returns: string

SR.optsNoOpt ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:859)

Returns: string

SR.optsNoframework ()

Full Usage: SR.optsNoframework ()

Returns: string

Do not reference the default CLI assemblies by default (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:906)

Returns: string

SR.optsNologo ()

Full Usage: SR.optsNologo ()

Returns: string

Suppress compiler copyright message (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:895)

Returns: string

SR.optsNowarn ()

Full Usage: SR.optsNowarn ()

Returns: string

Disable specific warning messages (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:890)

Returns: string

SR.optsNowin32manifest ()

Full Usage: SR.optsNowin32manifest ()

Returns: string

Do not include the default Win32 manifest (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:868)

Returns: string

SR.optsOptimizationData ()

Full Usage: SR.optsOptimizationData ()

Returns: string

Specify included optimization information, the default is file. Important for distributed libraries. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:936)

Returns: string

SR.optsOptimize ()

Full Usage: SR.optsOptimize ()

Returns: string

Enable optimizations (Short form: -O) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:878)

Returns: string

SR.optsPathMap ()

Full Usage: SR.optsPathMap ()

Returns: string

Maps physical paths to source path names output by the compiler (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:884)

Returns: string

SR.optsPdb ()

Full Usage: SR.optsPdb ()

Returns: string

Name the output debug file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:910)

Returns: string

SR.optsPdbMatchesOutputFileName ()

Full Usage: SR.optsPdbMatchesOutputFileName ()

Returns: int * string

The pdb output file name cannot match the build output filename use --pdb:filename.pdb (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:872)

Returns: int * string

SR.optsPlatform ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:858)

Returns: string

SR.optsPreferredUiLang ()

Full Usage: SR.optsPreferredUiLang ()

Returns: string

Specify the preferred output language culture name (e.g. es-ES, ja-JP) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:932)

Returns: string

SR.optsProblemWithCodepage (a0, a1)

Full Usage: SR.optsProblemWithCodepage (a0, a1)

Parameters:
Returns: int * string

Problem with codepage '%d': %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:844)

a0 : Int32
a1 : String
Returns: int * string

SR.optsPublicSign ()

Full Usage: SR.optsPublicSign ()

Returns: string

Public-sign the assembly using only the public portion of the strong name key, and mark the assembly as signed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:853)

Returns: string

SR.optsRealsig ()

Full Usage: SR.optsRealsig ()

Returns: string

Generate assembly with IL visibility that matches the source code visibility (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:881)

Returns: string

SR.optsRefOnly ()

Full Usage: SR.optsRefOnly ()

Returns: string

Produce a reference assembly, instead of a full assembly, as the primary output (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:882)

Returns: string

SR.optsRefOut ()

Full Usage: SR.optsRefOut ()

Returns: string

Produce a reference assembly with the specified file path. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:883)

Returns: string

SR.optsReference ()

Full Usage: SR.optsReference ()

Returns: string

Reference an assembly (Short form: -r) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:863)

Returns: string

SR.optsReflectionFree ()

Full Usage: SR.optsReflectionFree ()

Returns: string

Disable implicit generation of constructs using reflection (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:886)

Returns: string

SR.optsResident ()

Full Usage: SR.optsResident ()

Returns: string

Use a resident background compilation service to improve compiler startup times. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:909)

Returns: string

SR.optsResource ()

Full Usage: SR.optsResource ()

Returns: string

Embed the specified managed resource (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:874)

Returns: string

SR.optsResponseFile ()

Full Usage: SR.optsResponseFile ()

Returns: string

Read response file for more options (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:898)

Returns: string

SR.optsResponseFileNameInvalid a0

Full Usage: SR.optsResponseFileNameInvalid a0

Parameters:
Returns: int * string

Response file name '%s' is empty, contains invalid characters, has a drive specification without an absolute path, or is too long (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1373)

a0 : String
Returns: int * string

SR.optsResponseFileNotFound (a0, a1)

Full Usage: SR.optsResponseFileNotFound (a0, a1)

Parameters:
Returns: int * string

Response file '%s' not found in '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1372)

a0 : String
a1 : String
Returns: int * string

SR.optsSetLangVersion ()

Full Usage: SR.optsSetLangVersion ()

Returns: string

Specify language version such as 'latest' or 'preview'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1539)

Returns: string

SR.optsShortFormOf a0

Full Usage: SR.optsShortFormOf a0

Parameters:
Returns: string

Short form of '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:912)

a0 : String
Returns: string

SR.optsSig ()

Full Usage: SR.optsSig ()

Returns: string

Print the inferred interface of the assembly to a file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:861)

Returns: string

SR.optsSignatureData ()

Full Usage: SR.optsSignatureData ()

Returns: string

Include F# interface information, the default is file. Essential for distributing libraries. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:934)

Returns: string

SR.optsSimpleresolution ()

Full Usage: SR.optsSimpleresolution ()

Returns: string

Resolve assembly references using directory-based rules rather than MSBuild resolution (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:911)

Returns: string

SR.optsSourceLink ()

Full Usage: SR.optsSourceLink ()

Returns: string

Source link information file to embed in the portable PDB file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:871)

Returns: string

SR.optsStandalone ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:907)

Returns: string

SR.optsStaticlink ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:908)

Returns: string

SR.optsStrictIndentation ()

Full Usage: SR.optsStrictIndentation ()

Returns: string

Override indentation rules implied by the language version (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1541)

Returns: string

SR.optsStrongKeyContainer ()

Full Usage: SR.optsStrongKeyContainer ()

Returns: string

Specify a strong name key container (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:856)

Returns: string

SR.optsStrongKeyFile ()

Full Usage: SR.optsStrongKeyFile ()

Returns: string

Specify a strong name key file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:855)

Returns: string

SR.optsSubSystemVersion ()

Full Usage: SR.optsSubSystemVersion ()

Returns: string

Specify subsystem version of this assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:929)

Returns: string

SR.optsSupportedLangVersions ()

Full Usage: SR.optsSupportedLangVersions ()

Returns: string

Supported language versions: (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1540)

Returns: string

SR.optsTailcalls ()

Full Usage: SR.optsTailcalls ()

Returns: string

Enable or disable tailcalls (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:879)

Returns: string

SR.optsTargetProfile ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:930)

Returns: string

SR.optsUnknownArgumentToTheTestSwitch a0

Full Usage: SR.optsUnknownArgumentToTheTestSwitch a0

Parameters:
Returns: int * string

Unknown --test argument: '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:943)

a0 : String
Returns: int * string

SR.optsUnknownChecksumAlgorithm a0

Full Usage: SR.optsUnknownChecksumAlgorithm a0

Parameters:
Returns: int * string

Algorithm '%s' is not supported (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:945)

a0 : String
Returns: int * string

SR.optsUnknownOptimizationData a0

Full Usage: SR.optsUnknownOptimizationData a0

Parameters:
Returns: int * string

Invalid value '%s' for --optimizationdata, valid value are: none, file, compress. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:937)

a0 : String
Returns: int * string

SR.optsUnknownPlatform a0

Full Usage: SR.optsUnknownPlatform a0

Parameters:
Returns: int * string

Unrecognized platform '%s', valid values are 'x86', 'x64', 'Arm', 'Arm64', 'Itanium', 'anycpu32bitpreferred', and 'anycpu'. The default is anycpu. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:944)

a0 : String
Returns: int * string

SR.optsUnknownSignatureData a0

Full Usage: SR.optsUnknownSignatureData a0

Parameters:
Returns: int * string

Invalid value '%s' for --interfacedata, valid value are: none, file, compress. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:935)

a0 : String
Returns: int * string

SR.optsUnrecognizedDebugType a0

Full Usage: SR.optsUnrecognizedDebugType a0

Parameters:
Returns: int * string

Unrecognized debug type '%s', expected 'pdbonly' or 'full' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:939)

a0 : String
Returns: int * string

SR.optsUnrecognizedLanguageVersion a0

Full Usage: SR.optsUnrecognizedLanguageVersion a0

Parameters:
Returns: int * string

Unrecognized value '%s' for --langversion use --langversion:? for complete list (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:84)

a0 : String
Returns: int * string

SR.optsUnrecognizedTarget a0

Full Usage: SR.optsUnrecognizedTarget a0

Parameters:
Returns: int * string

Unrecognized target '%s', expected 'exe', 'winexe', 'library' or 'module' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:938)

a0 : String
Returns: int * string

SR.optsUseHighEntropyVA ()

Full Usage: SR.optsUseHighEntropyVA ()

Returns: string

Enable high-entropy ASLR (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:928)

Returns: string

SR.optsUtf8output ()

Full Usage: SR.optsUtf8output ()

Returns: string

Output messages in UTF-8 encoding (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:901)

Returns: string

SR.optsVersion ()

Full Usage: SR.optsVersion ()

Returns: string

Display compiler version banner and exit (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:897)

Returns: string

SR.optsWarn ()

Full Usage: SR.optsWarn ()

Returns: string

Set a warning level (0-5) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:889)

Returns: string

SR.optsWarnOn ()

Full Usage: SR.optsWarnOn ()

Returns: string

Enable specific warnings that may be off by default (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:891)

Returns: string

SR.optsWarnaserror ()

Full Usage: SR.optsWarnaserror ()

Returns: string

Report specific warnings as errors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:888)

Returns: string

SR.optsWarnaserrorPM ()

Full Usage: SR.optsWarnaserrorPM ()

Returns: string

Report all warnings as errors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:887)

Returns: string

SR.optsWin32icon ()

Full Usage: SR.optsWin32icon ()

Returns: string

Specify a Win32 icon file (.ico) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:865)

Returns: string

SR.optsWin32manifest ()

Full Usage: SR.optsWin32manifest ()

Returns: string

Specify a Win32 manifest file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:867)

Returns: string

SR.optsWin32res ()

Full Usage: SR.optsWin32res ()

Returns: string

Specify a Win32 resource file (.res) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:866)

Returns: string

SR.optsWriteXml ()

Full Usage: SR.optsWriteXml ()

Returns: string

Write the xmldoc of the assembly to the given file (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:854)

Returns: string

SR.packageManagementRequiresVFive ()

Full Usage: SR.packageManagementRequiresVFive ()

Returns: int * string

The 'package management' feature requires language version 5.0 or above (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1526)

Returns: int * string

SR.packageManagerError a0

Full Usage: SR.packageManagerError a0

Parameters:
Returns: int * string

%s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:843)

a0 : String
Returns: int * string

SR.packageManagerUnknown (a0, a1, a2)

Full Usage: SR.packageManagerUnknown (a0, a1, a2)

Parameters:
Returns: int * string

Package manager key '%s' was not registered in %s. Currently registered: %s. You can provide extra path(s) by passing '--compilertool:' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:842)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.parsAccessibilityModsIllegalForAbstract ()

Full Usage: SR.parsAccessibilityModsIllegalForAbstract ()

Returns: int * string

Accessibility modifiers are not allowed on this member. Abstract slots always have the same visibility as the enclosing type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:431)

Returns: int * string

SR.parsActivePatternCaseContainsPipe ()

Full Usage: SR.parsActivePatternCaseContainsPipe ()

Returns: int * string

The '|' character is not permitted in active pattern case identifiers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:477)

Returns: int * string

SR.parsActivePatternCaseMustBeginWithUpperCase ()

Full Usage: SR.parsActivePatternCaseMustBeginWithUpperCase ()

Returns: int * string

Active pattern case identifiers must begin with an uppercase letter (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:476)

Returns: int * string

SR.parsAllEnumFieldsRequireValues ()

Full Usage: SR.parsAllEnumFieldsRequireValues ()

Returns: int * string

All enum fields must be given values (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:438)

Returns: int * string

SR.parsArrowUseIsLimited ()

Full Usage: SR.parsArrowUseIsLimited ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:455)

Returns: int * string

SR.parsAssertIsNotFirstClassValue ()

Full Usage: SR.parsAssertIsNotFirstClassValue ()

Returns: int * string

'assert' may not be used as a first class value. Use 'assert ' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:452)

Returns: int * string

SR.parsAttributeOnIncompleteCode ()

Full Usage: SR.parsAttributeOnIncompleteCode ()

Returns: int * string

Cannot find code target for this attribute, possibly because the code after the attribute is incomplete. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1330)

Returns: int * string

SR.parsAttributesAreNotPermittedOnInterfaceImplementations ()

Full Usage: SR.parsAttributesAreNotPermittedOnInterfaceImplementations ()

Returns: int * string

Attributes are not permitted on interface implementations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:415)

Returns: int * string

SR.parsAttributesIgnored ()

Full Usage: SR.parsAttributesIgnored ()

Returns: int * string

Attributes have been ignored in this construct (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:395)

Returns: int * string

SR.parsAttributesIllegalHere ()

Full Usage: SR.parsAttributesIllegalHere ()

Returns: int * string

Attributes are not allowed here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:435)

Returns: int * string

SR.parsAttributesIllegalOnInherit ()

Full Usage: SR.parsAttributesIllegalOnInherit ()

Returns: int * string

Attributes are not permitted on 'inherit' declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:432)

Returns: int * string

SR.parsAttributesMustComeBeforeVal ()

Full Usage: SR.parsAttributesMustComeBeforeVal ()

Returns: string

Attributes should be placed before 'val' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:414)

Returns: string

SR.parsAugmentationsIllegalOnDelegateType ()

Full Usage: SR.parsAugmentationsIllegalOnDelegateType ()

Returns: int * string

Augmentations are not permitted on delegate type moduleDefns (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:417)

Returns: int * string

SR.parsConsiderUsingSeparateRecordType ()

Full Usage: SR.parsConsiderUsingSeparateRecordType ()

Returns: string

Consider using a separate record type instead (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:443)

Returns: string

SR.parsConstraintIntersectionSyntaxUsedWithNonFlexibleType ()

Full Usage: SR.parsConstraintIntersectionSyntaxUsedWithNonFlexibleType ()

Returns: int * string

Constraint intersection syntax may only be used with flexible types, e.g. '#IDisposable & #ISomeInterface'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1726)

Returns: int * string

SR.parsDoCannotHaveVisibilityDeclarations a0

Full Usage: SR.parsDoCannotHaveVisibilityDeclarations a0

Parameters:
Returns: int * string

Accessibility modifiers are not permitted on 'do' bindings, but '%s' was given. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:385)

a0 : String
Returns: int * string

SR.parsEmptyFillInInterpolatedString ()

Full Usage: SR.parsEmptyFillInInterpolatedString ()

Returns: int * string

Invalid interpolated string. This interpolated string expression fill is empty, an expression was expected. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1636)

Returns: int * string

SR.parsEmptyTypeDefinition ()

Full Usage: SR.parsEmptyTypeDefinition ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:419)

Returns: int * string

SR.parsEnumFieldsCannotHaveVisibilityDeclarations ()

Full Usage: SR.parsEnumFieldsCannotHaveVisibilityDeclarations ()

Returns: int * string

Accessibility modifiers are not permitted on enumeration fields (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:442)

Returns: int * string

SR.parsEnumTypesCannotHaveVisibilityDeclarations ()

Full Usage: SR.parsEnumTypesCannotHaveVisibilityDeclarations ()

Returns: int * string

Accessibility modifiers are not permitted in this position for enum types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:437)

Returns: int * string

SR.parsEofInComment ()

Full Usage: SR.parsEofInComment ()

Returns: int * string

End of file in comment begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:389)

Returns: int * string

SR.parsEofInDirective ()

Full Usage: SR.parsEofInDirective ()

Returns: int * string

End of file in directive begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:393)

Returns: int * string

SR.parsEofInHashIf ()

Full Usage: SR.parsEofInHashIf ()

Returns: int * string

End of file in #if section begun at or after here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:386)

Returns: int * string

SR.parsEofInIfOcaml ()

Full Usage: SR.parsEofInIfOcaml ()

Returns: int * string

End of file in IF-OCAML section begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:392)

Returns: int * string

SR.parsEofInInterpolatedString ()

Full Usage: SR.parsEofInInterpolatedString ()

Returns: int * string

Incomplete interpolated string begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1633)

Returns: int * string

SR.parsEofInInterpolatedStringFill ()

Full Usage: SR.parsEofInInterpolatedStringFill ()

Returns: int * string

Incomplete interpolated string expression fill begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1632)

Returns: int * string

SR.parsEofInInterpolatedTripleQuoteString ()

Full Usage: SR.parsEofInInterpolatedTripleQuoteString ()

Returns: int * string

Incomplete interpolated triple-quote string begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1635)

Returns: int * string

SR.parsEofInInterpolatedVerbatimString ()

Full Usage: SR.parsEofInInterpolatedVerbatimString ()

Returns: int * string

Incomplete interpolated verbatim string begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1634)

Returns: int * string

SR.parsEofInString ()

Full Usage: SR.parsEofInString ()

Returns: int * string

End of file in string begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:387)

Returns: int * string

SR.parsEofInStringInComment ()

Full Usage: SR.parsEofInStringInComment ()

Returns: int * string

End of file in string embedded in comment begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:390)

Returns: int * string

SR.parsEofInTripleQuoteString ()

Full Usage: SR.parsEofInTripleQuoteString ()

Returns: int * string

End of file in triple-quote string begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1119)

Returns: int * string

SR.parsEofInTripleQuoteStringInComment ()

Full Usage: SR.parsEofInTripleQuoteStringInComment ()

Returns: int * string

End of file in triple-quote string embedded in comment begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1120)

Returns: int * string

SR.parsEofInVerbatimString ()

Full Usage: SR.parsEofInVerbatimString ()

Returns: int * string

End of file in verbatim string begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:388)

Returns: int * string

SR.parsEofInVerbatimStringInComment ()

Full Usage: SR.parsEofInVerbatimStringInComment ()

Returns: int * string

End of file in verbatim string embedded in comment begun at or before here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:391)

Returns: int * string

SR.parsErrorInReturnForLetIncorrectIndentation ()

Full Usage: SR.parsErrorInReturnForLetIncorrectIndentation ()

Returns: int * string

Error in the return expression for this 'let'. Possible incorrect indentation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:449)

Returns: int * string

SR.parsErrorParsingAsOperatorName ()

Full Usage: SR.parsErrorParsingAsOperatorName ()

Returns: int * string

Attempted to parse this as an operator name, but failed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1125)

Returns: int * string

SR.parsExpectedExpressionAfterLet (a0, a1)

Full Usage: SR.parsExpectedExpressionAfterLet (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:450)

a0 : String
a1 : String
Returns: int * string

SR.parsExpectedExpressionAfterToken ()

Full Usage: SR.parsExpectedExpressionAfterToken ()

Returns: int * string

Expected an expression after this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1271)

Returns: int * string

SR.parsExpectedNameAfterToken ()

Full Usage: SR.parsExpectedNameAfterToken ()

Returns: int * string

Unexpected end of type. Expected a name after this point. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1288)

Returns: int * string

SR.parsExpectedPatternAfterToken ()

Full Usage: SR.parsExpectedPatternAfterToken ()

Returns: int * string

Expected a pattern after this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1698)

Returns: int * string

SR.parsExpectedTypeAfterToken ()

Full Usage: SR.parsExpectedTypeAfterToken ()

Returns: int * string

Expected a type after this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1272)

Returns: int * string

SR.parsExpectingExpression ()

Full Usage: SR.parsExpectingExpression ()

Returns: int * string

Expecting expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1687)

Returns: int * string

SR.parsExpectingField ()

Full Usage: SR.parsExpectingField ()

Returns: int * string

Expecting record field (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1745)

Returns: int * string

SR.parsExpectingPattern ()

Full Usage: SR.parsExpectingPattern ()

Returns: int * string

Expecting pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1697)

Returns: int * string

SR.parsExpectingType ()

Full Usage: SR.parsExpectingType ()

Returns: int * string

Expecting type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1717)

Returns: int * string

SR.parsFieldBinding ()

Full Usage: SR.parsFieldBinding ()

Returns: int * string

Field bindings must have the form 'id = expr;' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:465)

Returns: int * string

SR.parsForDoExpected ()

Full Usage: SR.parsForDoExpected ()

Returns: int * string

Missing 'do' in 'for' expression. Expected 'for in do '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1294)

Returns: int * string

SR.parsGetAndOrSetRequired ()

Full Usage: SR.parsGetAndOrSetRequired ()

Returns: int * string

'get' and/or 'set' required (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:425)

Returns: int * string

SR.parsGetOrSetRequired ()

Full Usage: SR.parsGetOrSetRequired ()

Returns: int * string

'get', 'set' or 'get,set' required (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:421)

Returns: int * string

SR.parsGetterAtMostOneArgument ()

Full Usage: SR.parsGetterAtMostOneArgument ()

Returns: int * string

A getter property may have at most one argument group (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1070)

Returns: int * string

SR.parsGetterMustHaveAtLeastOneArgument ()

Full Usage: SR.parsGetterMustHaveAtLeastOneArgument ()

Returns: int * string

A getter property is expected to be a function, e.g. 'get() = ...' or 'get(index) = ...' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:427)

Returns: int * string

SR.parsIdentifierExpected ()

Full Usage: SR.parsIdentifierExpected ()

Returns: int * string

Identifier expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:453)

Returns: int * string

SR.parsIgnoreAttributesOnModuleAbbreviation ()

Full Usage: SR.parsIgnoreAttributesOnModuleAbbreviation ()

Returns: int * string

Ignoring attributes on module abbreviation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:407)

Returns: int * string

SR.parsIgnoreAttributesOnModuleAbbreviationAlwaysPrivate a0

Full Usage: SR.parsIgnoreAttributesOnModuleAbbreviationAlwaysPrivate a0

Parameters:
Returns: int * string

The '%s' accessibility attribute is not allowed on module abbreviation. Module abbreviations are always private. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:408)

a0 : String
Returns: int * string

SR.parsIgnoreVisibilityOnModuleAbbreviationAlwaysPrivate a0

Full Usage: SR.parsIgnoreVisibilityOnModuleAbbreviationAlwaysPrivate a0

Parameters:
Returns: int * string

The '%s' visibility attribute is not allowed on module abbreviation. Module abbreviations are always private. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:409)

a0 : String
Returns: int * string

SR.parsIllegalDenominatorForMeasureExponent ()

Full Usage: SR.parsIllegalDenominatorForMeasureExponent ()

Returns: int * string

Denominator must not be 0 in unit-of-measure exponent (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:478)

Returns: int * string

SR.parsIllegalMemberVarInObjectImplementation ()

Full Usage: SR.parsIllegalMemberVarInObjectImplementation ()

Returns: int * string

Neither 'member val' nor 'override val' definitions are permitted in object expressions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1341)

Returns: int * string

SR.parsInOrEqualExpected ()

Full Usage: SR.parsInOrEqualExpected ()

Returns: int * string

'in' or '=' expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:454)

Returns: int * string

SR.parsIncompleteIf ()

Full Usage: SR.parsIncompleteIf ()

Returns: int * string

Incomplete conditional. Expected 'if then ' or 'if then else '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:451)

Returns: int * string

SR.parsIncompleteTyparExpr1 ()

Full Usage: SR.parsIncompleteTyparExpr1 ()

Returns: int * string

Incomplete character literal (example: 'Q') or qualified type invocation (example: 'T.Name) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:479)

Returns: int * string

SR.parsIncompleteTyparExpr2 ()

Full Usage: SR.parsIncompleteTyparExpr2 ()

Returns: int * string

Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:480)

Returns: int * string

SR.parsIndexerPropertyRequiresAtLeastOneArgument ()

Full Usage: SR.parsIndexerPropertyRequiresAtLeastOneArgument ()

Returns: int * string

An indexer property must be given at least one argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1073)

Returns: int * string

SR.parsInheritDeclarationsCannotHaveAsBindings ()

Full Usage: SR.parsInheritDeclarationsCannotHaveAsBindings ()

Returns: int * string

'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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:434)

Returns: int * string

SR.parsInlineAssemblyCannotHaveVisibilityDeclarations ()

Full Usage: SR.parsInlineAssemblyCannotHaveVisibilityDeclarations ()

Returns: int * string

Accessibility modifiers are not permitted on inline assembly code types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:439)

Returns: int * string

SR.parsIntegerForLoopRequiresSimpleIdentifier ()

Full Usage: SR.parsIntegerForLoopRequiresSimpleIdentifier ()

Returns: int * string

An integer for loop must use a simple identifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:398)

Returns: int * string

SR.parsInterfacesHaveSameVisibilityAsEnclosingType ()

Full Usage: SR.parsInterfacesHaveSameVisibilityAsEnclosingType ()

Returns: int * string

Interfaces always have the same visibility as the enclosing type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:430)

Returns: int * string

SR.parsInvalidAnonRecdExpr ()

Full Usage: SR.parsInvalidAnonRecdExpr ()

Returns: int * string

Invalid anonymous record expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1516)

Returns: int * string

SR.parsInvalidAnonRecdType ()

Full Usage: SR.parsInvalidAnonRecdType ()

Returns: int * string

Invalid anonymous record type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1517)

Returns: int * string

SR.parsInvalidDeclarationSyntax ()

Full Usage: SR.parsInvalidDeclarationSyntax ()

Returns: int * string

Invalid declaration syntax (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:424)

Returns: int * string

SR.parsInvalidLiteralInType ()

Full Usage: SR.parsInvalidLiteralInType ()

Returns: int * string

Invalid literal in type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:471)

Returns: int * string

SR.parsInvalidPrefixOperator ()

Full Usage: SR.parsInvalidPrefixOperator ()

Returns: int * string

Invalid prefix operator (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1099)

Returns: int * string

SR.parsInvalidPrefixOperatorDefinition ()

Full Usage: SR.parsInvalidPrefixOperatorDefinition ()

Returns: int * string

Invalid operator definition. Prefix operator definitions must use a valid prefix operator name. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1100)

Returns: int * string

SR.parsInvalidProperty ()

Full Usage: SR.parsInvalidProperty ()

Returns: int * string

Invalid property getter or setter (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1072)

Returns: int * string

SR.parsInvalidUseOfRec ()

Full Usage: SR.parsInvalidUseOfRec ()

Returns: int * string

Invalid use of 'rec' keyword (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1383)

Returns: int * string

SR.parsLetAndForNonRecBindings ()

Full Usage: SR.parsLetAndForNonRecBindings ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:445)

Returns: int * string

SR.parsMemberIllegalInObjectImplementation ()

Full Usage: SR.parsMemberIllegalInObjectImplementation ()

Returns: int * string

This member is not permitted in an object implementation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:466)

Returns: int * string

SR.parsMismatchedQuotationName a0

Full Usage: SR.parsMismatchedQuotationName a0

Parameters:
Returns: int * string

Mismatched quotation operator name, beginning with '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:475)

a0 : String
Returns: int * string

SR.parsMismatchedQuote a0

Full Usage: SR.parsMismatchedQuote a0

Parameters:
Returns: int * string

Mismatched quotation, beginning with '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:460)

a0 : String
Returns: int * string

SR.parsMissingFunctionBody ()

Full Usage: SR.parsMissingFunctionBody ()

Returns: int * string

Missing function body (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:467)

Returns: int * string

SR.parsMissingGreaterThan ()

Full Usage: SR.parsMissingGreaterThan ()

Returns: int * string

Unmatched '<'. Expected closing '>' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1123)

Returns: int * string

SR.parsMissingKeyword a0

Full Usage: SR.parsMissingKeyword a0

Parameters:
Returns: int * string

Missing keyword '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1722)

a0 : String
Returns: int * string

SR.parsMissingMemberBody ()

Full Usage: SR.parsMissingMemberBody ()

Returns: int * string

Expecting member body (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1721)

Returns: int * string

SR.parsMissingQualificationAfterDot ()

Full Usage: SR.parsMissingQualificationAfterDot ()

Returns: int * string

Missing qualification after '.' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:458)

Returns: int * string

SR.parsMissingTypeArgs ()

Full Usage: SR.parsMissingTypeArgs ()

Returns: int * string

Expected type argument or static argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1122)

Returns: int * string

SR.parsMissingUnionCaseName ()

Full Usage: SR.parsMissingUnionCaseName ()

Returns: int * string

Missing union case name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1716)

Returns: int * string

SR.parsModuleAbbreviationMustBeSimpleName ()

Full Usage: SR.parsModuleAbbreviationMustBeSimpleName ()

Returns: int * string

A module abbreviation must be a simple name, not a path (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:406)

Returns: int * string

SR.parsModuleDefnMustBeSimpleName ()

Full Usage: SR.parsModuleDefnMustBeSimpleName ()

Returns: int * string

A module name must be a simple name, not a path (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:412)

Returns: int * string

SR.parsMultiArgumentGenericTypeFormDeprecated ()

Full Usage: SR.parsMultiArgumentGenericTypeFormDeprecated ()

Returns: string

The syntax '(typ,...,typ) ident' is not used in F# code. Consider using 'ident' instead (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:470)

Returns: string

SR.parsMultipleAccessibilitiesForGetSet ()

Full Usage: SR.parsMultipleAccessibilitiesForGetSet ()

Returns: int * string

When the visibility for a property is specified, setting the visibility of the set or get method is not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:428)

Returns: int * string

SR.parsMutableOnAutoPropertyShouldBeGetSet ()

Full Usage: SR.parsMutableOnAutoPropertyShouldBeGetSet ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1306)

Returns: int * string

SR.parsMutableOnAutoPropertyShouldBeGetSetNotJustSet ()

Full Usage: SR.parsMutableOnAutoPropertyShouldBeGetSetNotJustSet ()

Returns: int * string

To indicate that this property can be set, use 'member val PropertyName = expr with get,set'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1307)

Returns: int * string

SR.parsNamespaceOrModuleNotBoth ()

Full Usage: SR.parsNamespaceOrModuleNotBoth ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:405)

Returns: int * string

SR.parsNewExprMemberAccess ()

Full Usage: SR.parsNewExprMemberAccess ()

Returns: int * string

This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1655)

Returns: int * string

SR.parsNoEqualShouldFollowNamespace ()

Full Usage: SR.parsNoEqualShouldFollowNamespace ()

Returns: string

No '=' symbol should follow a 'namespace' declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:481)

Returns: string

SR.parsNoHashEndIfFound ()

Full Usage: SR.parsNoHashEndIfFound ()

Returns: int * string

No #endif found for #if or #else (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:394)

Returns: int * string

SR.parsNoMatchingInForLet ()

Full Usage: SR.parsNoMatchingInForLet ()

Returns: int * string

No matching 'in' found for this 'let' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:448)

Returns: int * string

SR.parsNonAdjacentTyargs ()

Full Usage: SR.parsNonAdjacentTyargs ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1076)

Returns: int * string

SR.parsNonAdjacentTypars ()

Full Usage: SR.parsNonAdjacentTypars ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1075)

Returns: int * string

SR.parsNonAtomicType ()

Full Usage: SR.parsNonAtomicType ()

Returns: string

The use of the type syntax 'int C' and 'C ' is not permitted here. Consider adjusting this type to be written in the form 'C' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1077)

Returns: string

SR.parsOnlyClassCanTakeValueArguments ()

Full Usage: SR.parsOnlyClassCanTakeValueArguments ()

Returns: int * string

Only class types may take value arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:422)

Returns: int * string

SR.parsOnlyHashDirectivesAllowed ()

Full Usage: SR.parsOnlyHashDirectivesAllowed ()

Returns: int * string

Only '#' compiler directives may occur prior to the first 'namespace' declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:403)

Returns: int * string

SR.parsOnlyOneWithAugmentationAllowed ()

Full Usage: SR.parsOnlyOneWithAugmentationAllowed ()

Returns: int * string

At most one 'with' augmentation is permitted (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:399)

Returns: int * string

SR.parsOnlySimplePatternsAreAllowedInConstructors ()

Full Usage: SR.parsOnlySimplePatternsAreAllowedInConstructors ()

Returns: int * string

Only simple patterns are allowed in primary constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1747)

Returns: int * string

SR.parsParenFormIsForML ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:459)

Returns: string

SR.parsRecordFieldsCannotHaveVisibilityDeclarations ()

Full Usage: SR.parsRecordFieldsCannotHaveVisibilityDeclarations ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:444)

Returns: int * string

SR.parsSetSyntax ()

Full Usage: SR.parsSetSyntax ()

Returns: int * string

Property setters must be defined using 'set value = ', 'set idx value = ' or 'set (idx1,...,idxN) value = ... ' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:429)

Returns: int * string

SR.parsSetterAtMostTwoArguments ()

Full Usage: SR.parsSetterAtMostTwoArguments ()

Returns: int * string

A setter property may have at most two argument groups (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1071)

Returns: int * string

SR.parsStaticMemberImcompleteSyntax ()

Full Usage: SR.parsStaticMemberImcompleteSyntax ()

Returns: int * string

Incomplete declaration of a static construct. Use 'static let','static do','static member' or 'static val' for declaration. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1744)

Returns: int * string

SR.parsSuccessiveArgsShouldBeSpacedOrTupled ()

Full Usage: SR.parsSuccessiveArgsShouldBeSpacedOrTupled ()

Returns: int * string

Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:456)

Returns: int * string

SR.parsSuccessivePatternsShouldBeSpacedOrTupled ()

Full Usage: SR.parsSuccessivePatternsShouldBeSpacedOrTupled ()

Returns: int * string

Successive patterns should be separated by spaces or tupled (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:447)

Returns: int * string

SR.parsSyntaxError ()

Full Usage: SR.parsSyntaxError ()

Returns: int * string

Syntax error (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:416)

Returns: int * string

SR.parsSyntaxErrorInLabeledType ()

Full Usage: SR.parsSyntaxErrorInLabeledType ()

Returns: int * string

Syntax error in labelled type argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:468)

Returns: int * string

SR.parsSyntaxModuleSigEndDeprecated ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:483)

Returns: string

SR.parsSyntaxModuleStructEndDeprecated ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:482)

Returns: string

SR.parsTypeAbbreviationsCannotHaveVisibilityDeclarations ()

Full Usage: SR.parsTypeAbbreviationsCannotHaveVisibilityDeclarations ()

Returns: int * string

Accessibility modifiers are not permitted in this position for type abbreviations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:436)

Returns: int * string

SR.parsTypeAnnotationsOnGetSet ()

Full Usage: SR.parsTypeAnnotationsOnGetSet ()

Returns: int * string

Type annotations on property getters and setters must be given after the 'get()' or 'set(v)', e.g. 'with get() : string = ...' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:426)

Returns: int * string

SR.parsTypeNameCannotBeEmpty ()

Full Usage: SR.parsTypeNameCannotBeEmpty ()

Returns: int * string

Type name cannot be empty. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1331)

Returns: int * string

SR.parsUnClosedBlockInHashLight ()

Full Usage: SR.parsUnClosedBlockInHashLight ()

Returns: int * string

Unclosed block (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:410)

Returns: int * string

SR.parsUnderscoreInvalidFieldName ()

Full Usage: SR.parsUnderscoreInvalidFieldName ()

Returns: int * string

'_' cannot be used as field name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1343)

Returns: int * string

SR.parsUnexpectedEmptyModuleDefn ()

Full Usage: SR.parsUnexpectedEmptyModuleDefn ()

Returns: int * string

Unexpected empty type moduleDefn list (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:413)

Returns: int * string

SR.parsUnexpectedEndOfFile ()

Full Usage: SR.parsUnexpectedEndOfFile ()

Returns: int * string

Unexpected end of input (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:401)

Returns: int * string

SR.parsUnexpectedEndOfFileDefinition ()

Full Usage: SR.parsUnexpectedEndOfFileDefinition ()

Returns: int * string

Unexpected end of input in value, function or member definition (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1286)

Returns: int * string

SR.parsUnexpectedEndOfFileElif ()

Full Usage: SR.parsUnexpectedEndOfFileElif ()

Returns: int * string

Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif then ' or 'else if then '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1714)

Returns: int * string

SR.parsUnexpectedEndOfFileElse ()

Full Usage: SR.parsUnexpectedEndOfFileElse ()

Returns: int * string

Unexpected end of input in 'else' branch of conditional expression. Expected 'if then ' or 'if then else '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1280)

Returns: int * string

SR.parsUnexpectedEndOfFileExpression ()

Full Usage: SR.parsUnexpectedEndOfFileExpression ()

Returns: int * string

Unexpected end of input in expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1287)

Returns: int * string

SR.parsUnexpectedEndOfFileFor ()

Full Usage: SR.parsUnexpectedEndOfFileFor ()

Returns: int * string

Unexpected end of input in 'for' expression. Expected 'for in do '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1277)

Returns: int * string

SR.parsUnexpectedEndOfFileFunBody ()

Full Usage: SR.parsUnexpectedEndOfFileFunBody ()

Returns: int * string

Unexpected end of input in body of lambda expression. Expected 'fun ... -> '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1281)

Returns: int * string

SR.parsUnexpectedEndOfFileMatch ()

Full Usage: SR.parsUnexpectedEndOfFileMatch ()

Returns: int * string

Unexpected end of input in 'match' expression. Expected 'match with | -> | -> ...'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1274)

Returns: int * string

SR.parsUnexpectedEndOfFileObjectMembers ()

Full Usage: SR.parsUnexpectedEndOfFileObjectMembers ()

Returns: int * string

Unexpected end of input in object members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1285)

Returns: int * string

SR.parsUnexpectedEndOfFileThen ()

Full Usage: SR.parsUnexpectedEndOfFileThen ()

Returns: int * string

Unexpected end of input in 'then' branch of conditional expression. Expected 'if then ' or 'if then else '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1279)

Returns: int * string

SR.parsUnexpectedEndOfFileTry ()

Full Usage: SR.parsUnexpectedEndOfFileTry ()

Returns: int * string

Unexpected end of input in 'try' expression. Expected 'try with ' or 'try finally '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1275)

Returns: int * string

SR.parsUnexpectedEndOfFileTypeArgs ()

Full Usage: SR.parsUnexpectedEndOfFileTypeArgs ()

Returns: int * string

Unexpected end of input in type arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1282)

Returns: int * string

SR.parsUnexpectedEndOfFileTypeDefinition ()

Full Usage: SR.parsUnexpectedEndOfFileTypeDefinition ()

Returns: int * string

Unexpected end of input in type definition (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1284)

Returns: int * string

SR.parsUnexpectedEndOfFileTypeSignature ()

Full Usage: SR.parsUnexpectedEndOfFileTypeSignature ()

Returns: int * string

Unexpected end of input in type signature (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1283)

Returns: int * string

SR.parsUnexpectedEndOfFileWhile ()

Full Usage: SR.parsUnexpectedEndOfFileWhile ()

Returns: int * string

Unexpected end of input in 'while' expression. Expected 'while do '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1276)

Returns: int * string

SR.parsUnexpectedEndOfFileWith ()

Full Usage: SR.parsUnexpectedEndOfFileWith ()

Returns: int * string

Unexpected end of input in 'match' or 'try' expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1278)

Returns: int * string

SR.parsUnexpectedIdentifier a0

Full Usage: SR.parsUnexpectedIdentifier a0

Parameters:
Returns: int * string

Unexpected identifier: '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:440)

a0 : String
Returns: int * string

SR.parsUnexpectedInfixOperator ()

Full Usage: SR.parsUnexpectedInfixOperator ()

Returns: int * string

Unexpected infix operator in type expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:469)

Returns: int * string

SR.parsUnexpectedIntegerLiteralForUnitOfMeasure ()

Full Usage: SR.parsUnexpectedIntegerLiteralForUnitOfMeasure ()

Returns: int * string

Unexpected integer literal in unit-of-measure expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:473)

Returns: int * string

SR.parsUnexpectedOperatorForUnitOfMeasure ()

Full Usage: SR.parsUnexpectedOperatorForUnitOfMeasure ()

Returns: int * string

Unexpected infix operator in unit-of-measure expression. Legal operators are '*', '/' and '^'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:472)

Returns: int * string

SR.parsUnexpectedQuotationOperatorInTypeAliasDidYouMeanVerbatimString ()

Full Usage: SR.parsUnexpectedQuotationOperatorInTypeAliasDidYouMeanVerbatimString ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1124)

Returns: int * string

SR.parsUnexpectedSemicolon ()

Full Usage: SR.parsUnexpectedSemicolon ()

Returns: int * string

A semicolon is not expected at this point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:400)

Returns: int * string

SR.parsUnexpectedSymbolDot ()

Full Usage: SR.parsUnexpectedSymbolDot ()

Returns: int * string

Unexpected symbol '.' in member definition. Expected 'with', '=' or other token. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:40)

Returns: int * string

SR.parsUnexpectedSymbolEqualsInsteadOfIn ()

Full Usage: SR.parsUnexpectedSymbolEqualsInsteadOfIn ()

Returns: int * string

Unexpected symbol '=' in expression. Did you intend to use 'for x in y .. z do' instead? (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1394)

Returns: int * string

SR.parsUnexpectedVisibilityDeclaration a0

Full Usage: SR.parsUnexpectedVisibilityDeclaration a0

Parameters:
Returns: int * string

Accessibility modifiers are not permitted here, but '%s' was given. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:402)

a0 : String
Returns: int * string

SR.parsUnfinishedExpression a0

Full Usage: SR.parsUnfinishedExpression a0

Parameters:
Returns: int * string

Unexpected token '%s' or incomplete expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1329)

a0 : String
Returns: int * string

SR.parsUnionCasesCannotHaveVisibilityDeclarations ()

Full Usage: SR.parsUnionCasesCannotHaveVisibilityDeclarations ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:441)

Returns: int * string

SR.parsUnmatched a0

Full Usage: SR.parsUnmatched a0

Parameters:
Returns: int * string

Unmatched '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:461)

a0 : String
Returns: int * string

SR.parsUnmatchedBegin ()

Full Usage: SR.parsUnmatchedBegin ()

Returns: int * string

Unmatched 'begin' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:423)

Returns: int * string

SR.parsUnmatchedBeginOrStruct ()

Full Usage: SR.parsUnmatchedBeginOrStruct ()

Returns: int * string

Unmatched 'begin' or 'struct' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:411)

Returns: int * string

SR.parsUnmatchedBrace ()

Full Usage: SR.parsUnmatchedBrace ()

Returns: int * string

Unmatched '{' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:463)

Returns: int * string

SR.parsUnmatchedBraceBar ()

Full Usage: SR.parsUnmatchedBraceBar ()

Returns: int * string

Unmatched '{|' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:464)

Returns: int * string

SR.parsUnmatchedBracket ()

Full Usage: SR.parsUnmatchedBracket ()

Returns: int * string

Unmatched '[' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:457)

Returns: int * string

SR.parsUnmatchedBracketBar ()

Full Usage: SR.parsUnmatchedBracketBar ()

Returns: int * string

Unmatched '[|' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:462)

Returns: int * string

SR.parsUnmatchedClassInterfaceOrStruct ()

Full Usage: SR.parsUnmatchedClassInterfaceOrStruct ()

Returns: int * string

Unmatched 'class', 'interface' or 'struct' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:418)

Returns: int * string

SR.parsUnmatchedLBrackLess ()

Full Usage: SR.parsUnmatchedLBrackLess ()

Returns: int * string

Unmatched '[<'. Expected closing '>]' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1273)

Returns: int * string

SR.parsUnmatchedLet ()

Full Usage: SR.parsUnmatchedLet ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1289)

Returns: int * string

SR.parsUnmatchedLetBang ()

Full Usage: SR.parsUnmatchedLetBang ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1290)

Returns: int * string

SR.parsUnmatchedParen ()

Full Usage: SR.parsUnmatchedParen ()

Returns: int * string

Unmatched '(' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:446)

Returns: int * string

SR.parsUnmatchedUse ()

Full Usage: SR.parsUnmatchedUse ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1292)

Returns: int * string

SR.parsUnmatchedUseBang ()

Full Usage: SR.parsUnmatchedUseBang ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1291)

Returns: int * string

SR.parsUnmatchedWith ()

Full Usage: SR.parsUnmatchedWith ()

Returns: int * string

Unmatched 'with' or badly formatted 'with' block (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:420)

Returns: int * string

SR.parsUseBindingsIllegalInImplicitClassConstructors ()

Full Usage: SR.parsUseBindingsIllegalInImplicitClassConstructors ()

Returns: int * string

'use' bindings are not permitted in primary constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:396)

Returns: int * string

SR.parsUseBindingsIllegalInModules ()

Full Usage: SR.parsUseBindingsIllegalInModules ()

Returns: int * string

'use' bindings are not permitted in modules and are treated as 'let' bindings (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:397)

Returns: int * string

SR.parsVisibilityDeclarationsShouldComePriorToIdentifier ()

Full Usage: SR.parsVisibilityDeclarationsShouldComePriorToIdentifier ()

Returns: int * string

Accessibility modifiers should come immediately prior to the identifier naming a construct (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:404)

Returns: int * string

SR.parsVisibilityIllegalOnInherit ()

Full Usage: SR.parsVisibilityIllegalOnInherit ()

Returns: int * string

Accessibility modifiers are not permitted on an 'inherits' declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:433)

Returns: int * string

SR.parsWhileDoExpected ()

Full Usage: SR.parsWhileDoExpected ()

Returns: int * string

Missing 'do' in 'while' expression. Expected 'while do '. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1293)

Returns: int * string

SR.patcMissingVariable a0

Full Usage: SR.patcMissingVariable a0

Parameters:
Returns: int * string

Missing variable '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:987)

a0 : String
Returns: int * string

SR.patcPartialActivePatternsGenerateOneResult ()

Full Usage: SR.patcPartialActivePatternsGenerateOneResult ()

Returns: int * string

Partial active patterns may only generate one result (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:988)

Returns: int * string

SR.pathIsInvalid a0

Full Usage: SR.pathIsInvalid a0

Parameters:
Returns: int * string

Problem with filename '%s': Illegal characters in path. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1170)

a0 : String
Returns: int * string

SR.patternMatchGuardIsNotBool a0

Full Usage: SR.patternMatchGuardIsNotBool a0

Parameters:
Returns: string

A pattern match guard must be of type 'bool', but this 'when' expression is of type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:33)

a0 : String
Returns: string

SR.pickleErrorReadingWritingMetadata (a0, a1)

Full Usage: SR.pickleErrorReadingWritingMetadata (a0, a1)

Parameters:
Returns: string

Error reading/writing metadata for the F# compiled DLL '%s'. Was the DLL compiled with an earlier version of the F# compiler? (error: '%s'). (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:81)

a0 : String
a1 : String
Returns: string

SR.pickleFsharpCoreBackwardsCompatible (a0, a1)

Full Usage: SR.pickleFsharpCoreBackwardsCompatible (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1728)

a0 : String
a1 : String
Returns: int * string

SR.pickleMissingDefinition (a0, a1, a2)

Full Usage: SR.pickleMissingDefinition (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1364)

a0 : Int32
a1 : String
a2 : String
Returns: int * string

SR.pickleUnexpectedNonZero a0

Full Usage: SR.pickleUnexpectedNonZero a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1494)

a0 : String
Returns: int * string

SR.poundiNotSupportedByRegisteredDependencyManagers ()

Full Usage: SR.poundiNotSupportedByRegisteredDependencyManagers ()

Returns: int * string

#i is not supported by the registered PackageManagers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1528)

Returns: int * string

SR.pplexExpectedSingleLineComment ()

Full Usage: SR.pplexExpectedSingleLineComment ()

Returns: int * string

Expected single line comment or end of line (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1054)

Returns: int * string

SR.pplexUnexpectedChar a0

Full Usage: SR.pplexUnexpectedChar a0

Parameters:
Returns: int * string

Unexpected character '%s' in preprocessor expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1360)

a0 : String
Returns: int * string

SR.ppparsIncompleteExpression ()

Full Usage: SR.ppparsIncompleteExpression ()

Returns: int * string

Incomplete preprocessor expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1362)

Returns: int * string

SR.ppparsMissingToken a0

Full Usage: SR.ppparsMissingToken a0

Parameters:
Returns: int * string

Missing token '%s' in preprocessor expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1363)

a0 : String
Returns: int * string

SR.ppparsUnexpectedToken a0

Full Usage: SR.ppparsUnexpectedToken a0

Parameters:
Returns: int * string

Unexpected token '%s' in preprocessor expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1361)

a0 : String
Returns: int * string

SR.readOnlyAttributeOnStructWithMutableField ()

Full Usage: SR.readOnlyAttributeOnStructWithMutableField ()

Returns: int * string

A ReadOnly attribute has been applied to a struct type with a mutable field. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1500)

Returns: int * string

SR.recursiveClassHierarchy a0

Full Usage: SR.recursiveClassHierarchy a0

Parameters:
Returns: int * string

Recursive class hierarchy in type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:970)

a0 : String
Returns: int * string

SR.replaceWithSuggestion a0

Full Usage: SR.replaceWithSuggestion a0

Parameters:
Returns: string

Replace with '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:20)

a0 : String
Returns: string

SR.reprResumableCodeContainsConstrainedGenericLet ()

Full Usage: SR.reprResumableCodeContainsConstrainedGenericLet ()

Returns: string

A constrained generic construct occured in the resumable code specification (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1672)

Returns: string

SR.reprResumableCodeContainsDynamicResumeAtInBody ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1673)

Returns: string

SR.reprResumableCodeContainsFastIntegerForLoop ()

Full Usage: SR.reprResumableCodeContainsFastIntegerForLoop ()

Returns: string

A fast integer for loop may not contain resumption points (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1676)

Returns: string

SR.reprResumableCodeContainsLetRec ()

Full Usage: SR.reprResumableCodeContainsLetRec ()

Returns: string

A 'let rec' occured in the resumable code specification (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1671)

Returns: string

SR.reprResumableCodeContainsResumptionInHandlerOrFilter ()

Full Usage: SR.reprResumableCodeContainsResumptionInHandlerOrFilter ()

Returns: string

The 'with' block of a try/with may not contain resumption points (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1675)

Returns: string

SR.reprResumableCodeContainsResumptionInTryFinally ()

Full Usage: SR.reprResumableCodeContainsResumptionInTryFinally ()

Returns: string

A try/finally may not contain resumption points (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1674)

Returns: string

SR.reprResumableCodeDefinitionWasGeneric ()

Full Usage: SR.reprResumableCodeDefinitionWasGeneric ()

Returns: string

A delegate or function producing resumable code in a state machine has type parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1678)

Returns: string

SR.reprResumableCodeInvokeNotReduced a0

Full Usage: SR.reprResumableCodeInvokeNotReduced a0

Parameters:
Returns: string

A resumable code invocation at '%s' could not be reduced (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1670)

a0 : String
Returns: string

SR.reprResumableCodeValueHasNoDefinition a0

Full Usage: SR.reprResumableCodeValueHasNoDefinition a0

Parameters:
Returns: string

The resumable code value(s) '%s' does not have a definition (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1677)

a0 : String
Returns: string

SR.reprStateMachineInvalidForm ()

Full Usage: SR.reprStateMachineInvalidForm ()

Returns: string

The state machine has an unexpected form (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1679)

Returns: string

SR.reprStateMachineNotCompilable a0

Full Usage: SR.reprStateMachineNotCompilable a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1666)

a0 : String
Returns: int * string

SR.reprStateMachineNotCompilableNoAlternative a0

Full Usage: SR.reprStateMachineNotCompilableNoAlternative a0

Parameters:
Returns: int * string

This state machine is not statically compilable and no alternative is available. %s. Use an 'if __useResumableCode then else ' to give an alternative. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1667)

a0 : String
Returns: int * string

SR.returnUsedInsteadOfReturnBang ()

Full Usage: SR.returnUsedInsteadOfReturnBang ()

Returns: string

Consider using 'return!' instead of 'return'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:37)

Returns: string

SR.scriptSdkNotDetermined (a0, a1, a2, a3)

Full Usage: SR.scriptSdkNotDetermined (a0, a1, a2, a3)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1638)

a0 : String
a1 : String
a2 : String
a3 : Int32
Returns: int * string

SR.scriptSdkNotDeterminedNoHost ()

Full Usage: SR.scriptSdkNotDeterminedNoHost ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1640)

Returns: int * string

SR.scriptSdkNotDeterminedUnexpected a0

Full Usage: SR.scriptSdkNotDeterminedUnexpected a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1639)

a0 : String
Returns: int * string

SR.srcFileTooLarge ()

Full Usage: SR.srcFileTooLarge ()

Returns: string

Source file is too large to embed in a portable PDB (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:873)

Returns: string

SR.structOrClassFieldIsNotAccessible a0

Full Usage: SR.structOrClassFieldIsNotAccessible a0

Parameters:
Returns: int * string

The struct or class field '%s' is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:978)

a0 : String
Returns: int * string

SR.suggestedName ()

Full Usage: SR.suggestedName ()

Returns: string

(Suggested name) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:969)

Returns: string

SR.tastActivePatternsLimitedToSeven ()

Full Usage: SR.tastActivePatternsLimitedToSeven ()

Returns: int * string

Active patterns cannot return more than 7 possibilities (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:103)

Returns: int * string

SR.tastCantTakeAddressOfExpression ()

Full Usage: SR.tastCantTakeAddressOfExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1511)

Returns: int * string

SR.tastConflictingModuleAndTypeDefinitionInAssembly (a0, a1)

Full Usage: SR.tastConflictingModuleAndTypeDefinitionInAssembly (a0, a1)

Parameters:
Returns: int * string

A module and a type definition named '%s' occur in namespace '%s' in two parts of this assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:88)

a0 : String
a1 : String
Returns: int * string

SR.tastConstantExpressionOverflow ()

Full Usage: SR.tastConstantExpressionOverflow ()

Returns: int * string

This literal expression or attribute argument results in an arithmetic overflow. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1354)

Returns: int * string

SR.tastDuplicateTypeDefinitionInAssembly (a0, a1)

Full Usage: SR.tastDuplicateTypeDefinitionInAssembly (a0, a1)

Parameters:
Returns: int * string

Two type definitions named '%s' occur in namespace '%s' in two parts of this assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:87)

a0 : String
a1 : String
Returns: int * string

SR.tastInvalidAddressOfMutableAcrossAssemblyBoundary ()

Full Usage: SR.tastInvalidAddressOfMutableAcrossAssemblyBoundary ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1074)

Returns: int * string

SR.tastInvalidFormForPropertyGetter ()

Full Usage: SR.tastInvalidFormForPropertyGetter ()

Returns: int * string

Invalid form for a property getter. At least one '()' argument is required when using the explicit syntax. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:91)

Returns: int * string

SR.tastInvalidFormForPropertySetter ()

Full Usage: SR.tastInvalidFormForPropertySetter ()

Returns: int * string

Invalid form for a property setter. At least one argument is required. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:92)

Returns: int * string

SR.tastInvalidMemberSignature ()

Full Usage: SR.tastInvalidMemberSignature ()

Returns: int * string

Invalid member signature encountered because of an earlier error (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:89)

Returns: int * string

SR.tastInvalidMutationOfConstant ()

Full Usage: SR.tastInvalidMutationOfConstant ()

Returns: int * string

Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:95)

Returns: int * string

SR.tastNamespaceAndModuleWithSameNameInAssembly a0

Full Usage: SR.tastNamespaceAndModuleWithSameNameInAssembly a0

Parameters:
Returns: int * string

A namespace and a module named '%s' both occur in two parts of this assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:85)

a0 : String
Returns: int * string

SR.tastNotAConstantExpression ()

Full Usage: SR.tastNotAConstantExpression ()

Returns: int * string

This is not a valid constant expression or custom attribute value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:104)

Returns: int * string

SR.tastRecursiveValuesMayNotAppearInConstructionOfType a0

Full Usage: SR.tastRecursiveValuesMayNotAppearInConstructionOfType a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:98)

a0 : String
Returns: int * string

SR.tastRecursiveValuesMayNotBeAssignedToNonMutableField (a0, a1)

Full Usage: SR.tastRecursiveValuesMayNotBeAssignedToNonMutableField (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:99)

a0 : String
a1 : String
Returns: int * string

SR.tastRecursiveValuesMayNotBeInConstructionOfTuple ()

Full Usage: SR.tastRecursiveValuesMayNotBeInConstructionOfTuple ()

Returns: int * string

Recursively defined values cannot appear directly as part of the construction of a tuple value within a recursive binding (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:97)

Returns: int * string

SR.tastTwoModulesWithSameNameInAssembly a0

Full Usage: SR.tastTwoModulesWithSameNameInAssembly a0

Parameters:
Returns: int * string

Two modules named '%s' occur in two parts of this assembly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:86)

a0 : String
Returns: int * string

SR.tastTypeHasAssemblyCodeRepresentation a0

Full Usage: SR.tastTypeHasAssemblyCodeRepresentation a0

Parameters:
Returns: string

The type '%s' has an inline assembly code representation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:83)

a0 : String
Returns: string

SR.tastTypeOrModuleNotConcrete a0

Full Usage: SR.tastTypeOrModuleNotConcrete a0

Parameters:
Returns: int * string

The type/module '%s' is not a concrete module or type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:82)

a0 : String
Returns: int * string

SR.tastUndefinedItemRefModuleNamespace (a0, a1, a2)

Full Usage: SR.tastUndefinedItemRefModuleNamespace (a0, a1, a2)

Parameters:
Returns: int * string

The module/namespace '%s' from compilation unit '%s' did not contain the module/namespace '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1078)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tastUndefinedItemRefModuleNamespaceType (a0, a1, a2)

Full Usage: SR.tastUndefinedItemRefModuleNamespaceType (a0, a1, a2)

Parameters:
Returns: int * string

The module/namespace '%s' from compilation unit '%s' did not contain the namespace, module or type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1080)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tastUndefinedItemRefVal (a0, a1, a2)

Full Usage: SR.tastUndefinedItemRefVal (a0, a1, a2)

Parameters:
Returns: int * string

The module/namespace '%s' from compilation unit '%s' did not contain the val '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1079)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tastUnexpectedByRef ()

Full Usage: SR.tastUnexpectedByRef ()

Returns: int * string

Unexpected use of a byref-typed variable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:93)

Returns: int * string

SR.tastUnexpectedDecodeOfAutoOpenAttribute ()

Full Usage: SR.tastUnexpectedDecodeOfAutoOpenAttribute ()

Returns: string

Unexpected decode of AutoOpenAttribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:100)

Returns: string

SR.tastUnexpectedDecodeOfInterfaceDataVersionAttribute ()

Full Usage: SR.tastUnexpectedDecodeOfInterfaceDataVersionAttribute ()

Returns: string

Unexpected decode of InterfaceDataVersionAttribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:102)

Returns: string

SR.tastUnexpectedDecodeOfInternalsVisibleToAttribute ()

Full Usage: SR.tastUnexpectedDecodeOfInternalsVisibleToAttribute ()

Returns: string

Unexpected decode of InternalsVisibleToAttribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:101)

Returns: string

SR.tastValueDoesNotHaveSetterType ()

Full Usage: SR.tastValueDoesNotHaveSetterType ()

Returns: int * string

This value does not have a valid property setter type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:90)

Returns: int * string

SR.tastValueHasBeenCopied ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:96)

Returns: string

SR.tastValueMustBeLocal ()

Full Usage: SR.tastValueMustBeLocal ()

Returns: int * string

A value defined in a module must be mutable in order to take its address, e.g. 'let mutable x = ...' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1505)

Returns: int * string

SR.tastValueMustBeMutable ()

Full Usage: SR.tastValueMustBeMutable ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:94)

Returns: int * string

SR.tastopsMaxArrayThirtyTwo a0

Full Usage: SR.tastopsMaxArrayThirtyTwo a0

Parameters:
Returns: int * string

F# supports array ranks between 1 and 32. The value %d is not allowed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1309)

a0 : Int32
Returns: int * string

SR.tcAbbreviatedTypesCannotBeSealed ()

Full Usage: SR.tcAbbreviatedTypesCannotBeSealed ()

Returns: int * string

Abbreviated types cannot be given the 'Sealed' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:798)

Returns: int * string

SR.tcAbbreviationsFordotNetExceptionsCannotTakeArguments ()

Full Usage: SR.tcAbbreviationsFordotNetExceptionsCannotTakeArguments ()

Returns: int * string

Abbreviations for Common IL exceptions cannot take arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:770)

Returns: int * string

SR.tcAbbreviationsFordotNetExceptionsMustHaveMatchingObjectConstructor ()

Full Usage: SR.tcAbbreviationsFordotNetExceptionsMustHaveMatchingObjectConstructor ()

Returns: int * string

Abbreviations for Common IL exception types must have a matching object constructor (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:772)

Returns: int * string

SR.tcAbstractMembersIllegalInAugmentation ()

Full Usage: SR.tcAbstractMembersIllegalInAugmentation ()

Returns: int * string

Abstract members are not permitted in an augmentation - they must be defined as part of the type itself (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:707)

Returns: int * string

SR.tcAbstractPropertyMissingGetOrSet a0

Full Usage: SR.tcAbstractPropertyMissingGetOrSet a0

Parameters:
Returns: int * string

This property overrides or implements an abstract property but the abstract property doesn't have a corresponding %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:714)

a0 : String
Returns: int * string

SR.tcAbstractTypeCannotBeInstantiated ()

Full Usage: SR.tcAbstractTypeCannotBeInstantiated ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:613)

Returns: int * string

SR.tcActivePatternsDoNotHaveFields ()

Full Usage: SR.tcActivePatternsDoNotHaveFields ()

Returns: int * string

Active patterns do not have fields. This syntax is invalid. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1349)

Returns: int * string

SR.tcAllImplementedInterfacesShouldBeDeclared ()

Full Usage: SR.tcAllImplementedInterfacesShouldBeDeclared ()

Returns: int * string

All implemented interfaces should be declared on the initial declaration of the type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:759)

Returns: int * string

SR.tcAllowNullTypesMayOnlyInheritFromAllowNullTypes ()

Full Usage: SR.tcAllowNullTypesMayOnlyInheritFromAllowNullTypes ()

Returns: int * string

Types with the 'AllowNullLiteral' attribute may only inherit from or implement types which also allow the use of the null literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:784)

Returns: int * string

SR.tcAmbiguousDiscardDotLambda ()

Full Usage: SR.tcAmbiguousDiscardDotLambda ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1724)

Returns: int * string

SR.tcAmbiguousImplicitConversion (a0, a1, a2)

Full Usage: SR.tcAmbiguousImplicitConversion (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1642)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcAndBangNotSupported ()

Full Usage: SR.tcAndBangNotSupported ()

Returns: int * string

This feature is not supported in this version of F#. You may need to add /langversion:preview to use this feature. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1530)

Returns: int * string

SR.tcAnonRecdCcuMismatch (a0, a1)

Full Usage: SR.tcAnonRecdCcuMismatch (a0, a1)

Parameters:
Returns: string

Two anonymous record types are from different assemblies '%s' and '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1396)

a0 : String
a1 : String
Returns: string

SR.tcAnonRecdDuplicateFieldId a0

Full Usage: SR.tcAnonRecdDuplicateFieldId a0

Parameters:
Returns: int * string

The field '%s' appears multiple times in this record expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1685)

a0 : String
Returns: int * string

SR.tcAnonRecdFieldNameMismatch (a0, a1)

Full Usage: SR.tcAnonRecdFieldNameMismatch (a0, a1)

Parameters:
Returns: string

This anonymous record does not exactly match the expected shape. Add the missing fields %s and remove the extra fields %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1397)

a0 : String
a1 : String
Returns: string

SR.tcAnonRecdInvalid ()

Full Usage: SR.tcAnonRecdInvalid ()

Returns: string

Invalid Anonymous Record type declaration. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1395)

Returns: string

SR.tcAnonRecdMultipleFieldNameMultipleDifferent (a0, a1)

Full Usage: SR.tcAnonRecdMultipleFieldNameMultipleDifferent (a0, a1)

Parameters:
Returns: string

This anonymous record should have fields %s; but here has fields %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1405)

a0 : String
a1 : String
Returns: string

SR.tcAnonRecdMultipleFieldNameSingleDifferent (a0, a1)

Full Usage: SR.tcAnonRecdMultipleFieldNameSingleDifferent (a0, a1)

Parameters:
Returns: string

This anonymous record should have fields %s; but here has field '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1404)

a0 : String
a1 : String
Returns: string

SR.tcAnonRecdMultipleFieldsNameSubset a0

Full Usage: SR.tcAnonRecdMultipleFieldsNameSubset a0

Parameters:
Returns: string

This anonymous record is missing fields %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1399)

a0 : String
Returns: string

SR.tcAnonRecdMultipleFieldsNameSuperset a0

Full Usage: SR.tcAnonRecdMultipleFieldsNameSuperset a0

Parameters:
Returns: string

This anonymous record has extra fields. Remove fields %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1401)

a0 : String
Returns: string

SR.tcAnonRecdSingleFieldNameMultipleDifferent (a0, a1)

Full Usage: SR.tcAnonRecdSingleFieldNameMultipleDifferent (a0, a1)

Parameters:
Returns: string

This anonymous record should have field '%s' but here has fields %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1403)

a0 : String
a1 : String
Returns: string

SR.tcAnonRecdSingleFieldNameSingleDifferent (a0, a1)

Full Usage: SR.tcAnonRecdSingleFieldNameSingleDifferent (a0, a1)

Parameters:
Returns: string

This anonymous record should have field '%s' but here has field '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1402)

a0 : String
a1 : String
Returns: string

SR.tcAnonRecdSingleFieldNameSubset a0

Full Usage: SR.tcAnonRecdSingleFieldNameSubset a0

Parameters:
Returns: string

This anonymous record is missing field '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1398)

a0 : String
Returns: string

SR.tcAnonRecdSingleFieldNameSuperset a0

Full Usage: SR.tcAnonRecdSingleFieldNameSuperset a0

Parameters:
Returns: string

This anonymous record has an extra field. Remove field '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1400)

a0 : String
Returns: string

SR.tcAnonRecdTypeDuplicateFieldId a0

Full Usage: SR.tcAnonRecdTypeDuplicateFieldId a0

Parameters:
Returns: int * string

The field '%s' appears multiple times in this anonymous record type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1686)

a0 : String
Returns: int * string

SR.tcAnonymousTypeInvalidInDeclaration ()

Full Usage: SR.tcAnonymousTypeInvalidInDeclaration ()

Returns: int * string

Anonymous type variables are not permitted in this declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:569)

Returns: int * string

SR.tcAnonymousUnitsOfMeasureCannotBeNested ()

Full Usage: SR.tcAnonymousUnitsOfMeasureCannotBeNested ()

Returns: int * string

Anonymous unit-of-measure cannot be nested inside another unit-of-measure expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:568)

Returns: int * string

SR.tcArgumentArityMismatch (a0, a1, a2, a3, a4)

Full Usage: SR.tcArgumentArityMismatch (a0, a1, a2, a3, a4)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:623)

a0 : String
a1 : Int32
a2 : Int32
a3 : String
a4 : String
Returns: int * string

SR.tcArgumentArityMismatchOneOverload (a0, a1, a2, a3, a4)

Full Usage: SR.tcArgumentArityMismatchOneOverload (a0, a1, a2, a3, a4)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:624)

a0 : String
a1 : Int32
a2 : Int32
a3 : String
a4 : String
Returns: int * string

SR.tcAtLeastOneOverrideIsInvalid ()

Full Usage: SR.tcAtLeastOneOverrideIsInvalid ()

Returns: int * string

At least one override did not correctly implement its corresponding abstract member (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:638)

Returns: int * string

SR.tcAttribArgsDiffer a0

Full Usage: SR.tcAttribArgsDiffer a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1084)

a0 : String
Returns: int * string

SR.tcAttributeAutoOpenWasIgnored (a0, a1)

Full Usage: SR.tcAttributeAutoOpenWasIgnored (a0, a1)

Parameters:
Returns: int * string

The attribute 'AutoOpen(\"%s\")' in the assembly '%s' did not refer to a valid module or namespace in that assembly and has been ignored (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:820)

a0 : String
a1 : String
Returns: int * string

SR.tcAttributeExpressionsMustBeConstructorCalls ()

Full Usage: SR.tcAttributeExpressionsMustBeConstructorCalls ()

Returns: int * string

Attribute expressions must be calls to object constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:703)

Returns: int * string

SR.tcAttributeIsNotValidForLanguageElement ()

Full Usage: SR.tcAttributeIsNotValidForLanguageElement ()

Returns: int * string

This attribute is not valid for use on this language element (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:696)

Returns: int * string

SR.tcAttributeIsNotValidForLanguageElementUseDo ()

Full Usage: SR.tcAttributeIsNotValidForLanguageElementUseDo ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:695)

Returns: int * string

SR.tcAttributesAreNotPermittedOnLetBindings ()

Full Usage: SR.tcAttributesAreNotPermittedOnLetBindings ()

Returns: int * string

Attributes are not permitted on 'let' bindings in expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:678)

Returns: int * string

SR.tcAttributesInvalidInPatterns ()

Full Usage: SR.tcAttributesInvalidInPatterns ()

Returns: int * string

Attributes are not allowed within patterns (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:539)

Returns: int * string

SR.tcAttributesOfTypeSpecifyMultipleKindsForType ()

Full Usage: SR.tcAttributesOfTypeSpecifyMultipleKindsForType ()

Returns: int * string

The attributes of this type specify multiple kinds for the type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:776)

Returns: int * string

SR.tcAugmentationsCannotHaveAttributes ()

Full Usage: SR.tcAugmentationsCannotHaveAttributes ()

Returns: int * string

Attributes cannot be applied to type extensions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1519)

Returns: int * string

SR.tcAutoPropertyRequiresImplicitConstructionSequence ()

Full Usage: SR.tcAutoPropertyRequiresImplicitConstructionSequence ()

Returns: int * string

'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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1305)

Returns: int * string

SR.tcBinaryOperatorRequiresBody (a0, a1)

Full Usage: SR.tcBinaryOperatorRequiresBody (a0, a1)

Parameters:
Returns: int * string

'%s' must come after a 'for' selection clause and be followed by the rest of the query. Syntax: ... %s ... (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1269)

a0 : String
a1 : String
Returns: int * string

SR.tcBinaryOperatorRequiresVariable (a0, a1)

Full Usage: SR.tcBinaryOperatorRequiresVariable (a0, a1)

Parameters:
Returns: int * string

'%s' must be followed by a variable name. Usage: %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1267)

a0 : String
a1 : String
Returns: int * string

SR.tcBindMayNotBeUsedInQueries ()

Full Usage: SR.tcBindMayNotBeUsedInQueries ()

Returns: int * string

'let!', 'use!' and 'do!' expressions may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1314)

Returns: int * string

SR.tcBindingCannotBeUseAndRec ()

Full Usage: SR.tcBindingCannotBeUseAndRec ()

Returns: int * string

A binding cannot be marked both 'use' and 'rec' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:676)

Returns: int * string

SR.tcBuiltInImplicitConversionUsed (a0, a1)

Full Usage: SR.tcBuiltInImplicitConversionUsed (a0, a1)

Parameters:
Returns: int * string

This expression uses a built-in implicit conversion to convert type '%s' to type '%s'. See https://aka.ms/fsharp-implicit-convs. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1644)

a0 : String
a1 : String
Returns: int * string

SR.tcByRefLikeNotStruct ()

Full Usage: SR.tcByRefLikeNotStruct ()

Returns: int * string

A type annotated with IsByRefLike must also be a struct. Consider adding the [] attribute to the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1502)

Returns: int * string

SR.tcByrefReturnImplicitlyDereferenced ()

Full Usage: SR.tcByrefReturnImplicitlyDereferenced ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1501)

Returns: int * string

SR.tcByrefsMayNotHaveTypeExtensions ()

Full Usage: SR.tcByrefsMayNotHaveTypeExtensions ()

Returns: int * string

Byref types are not allowed to have optional type extensions. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1513)

Returns: int * string

SR.tcCallerInfoNotOptional a0

Full Usage: SR.tcCallerInfoNotOptional a0

Parameters:
Returns: int * string

'%s' can only be applied to optional arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1128)

a0 : String
Returns: int * string

SR.tcCallerInfoWrongType (a0, a1, a2)

Full Usage: SR.tcCallerInfoWrongType (a0, a1, a2)

Parameters:
Returns: int * string

'%s' must be applied to an argument of type '%s', but has been applied to an argument of type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1127)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcCannotCallAbstractBaseMember a0

Full Usage: SR.tcCannotCallAbstractBaseMember a0

Parameters:
Returns: int * string

Cannot call an abstract base member: '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1085)

a0 : String
Returns: int * string

SR.tcCannotCallExtensionMethodInrefToByref a0

Full Usage: SR.tcCannotCallExtensionMethodInrefToByref a0

Parameters:
Returns: int * string

Cannot call the byref extension method '%s. 'this' parameter requires the value to be mutable or a non-readonly byref type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1512)

a0 : String
Returns: int * string

SR.tcCannotCreateExtensionOfSealedType ()

Full Usage: SR.tcCannotCreateExtensionOfSealedType ()

Returns: int * string

Cannot create an extension of a sealed type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:628)

Returns: int * string

SR.tcCannotInheritFromErasedType ()

Full Usage: SR.tcCannotInheritFromErasedType ()

Returns: int * string

Cannot inherit from erased provided type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1227)

Returns: int * string

SR.tcCannotInheritFromInterfaceType ()

Full Usage: SR.tcCannotInheritFromInterfaceType ()

Returns: int * string

Cannot inherit from interface type. Use interface ... with instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:800)

Returns: int * string

SR.tcCannotInheritFromSealedType ()

Full Usage: SR.tcCannotInheritFromSealedType ()

Returns: int * string

Cannot inherit a sealed type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:799)

Returns: int * string

SR.tcCannotInheritFromVariableType ()

Full Usage: SR.tcCannotInheritFromVariableType ()

Returns: int * string

Cannot inherit from a variable type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:607)

Returns: int * string

SR.tcCannotOverrideSealedMethod a0

Full Usage: SR.tcCannotOverrideSealedMethod a0

Parameters:
Returns: int * string

Cannot override inherited member '%s' because it is sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1232)

a0 : String
Returns: int * string

SR.tcCannotPartiallyApplyExtensionMethodForByref a0

Full Usage: SR.tcCannotPartiallyApplyExtensionMethodForByref a0

Parameters:
Returns: int * string

Cannot partially apply the extension method '%s' because the first parameter is a byref type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1514)

a0 : String
Returns: int * string

SR.tcCompiledNameAttributeMisused ()

Full Usage: SR.tcCompiledNameAttributeMisused ()

Returns: int * string

The 'CompiledName' attribute cannot be used with this language element (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:609)

Returns: int * string

SR.tcConcreteMembersIllegalInInterface ()

Full Usage: SR.tcConcreteMembersIllegalInInterface ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:721)

Returns: int * string

SR.tcConditionalAttributeRequiresMembers ()

Full Usage: SR.tcConditionalAttributeRequiresMembers ()

Returns: int * string

The 'ConditionalAttribute' attribute may only be used on members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:680)

Returns: int * string

SR.tcConditionalAttributeUsage ()

Full Usage: SR.tcConditionalAttributeUsage ()

Returns: int * string

Attribute 'System.Diagnostics.ConditionalAttribute' is only valid on methods or attribute classes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1108)

Returns: int * string

SR.tcConstrainedTypeVariableCannotBeGeneralized ()

Full Usage: SR.tcConstrainedTypeVariableCannotBeGeneralized ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:517)

Returns: int * string

SR.tcConstructIsAmbiguousInComputationExpression ()

Full Usage: SR.tcConstructIsAmbiguousInComputationExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:647)

Returns: int * string

SR.tcConstructIsAmbiguousInSequenceExpression ()

Full Usage: SR.tcConstructIsAmbiguousInSequenceExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:648)

Returns: int * string

SR.tcConstructRequiresComputationExpression ()

Full Usage: SR.tcConstructRequiresComputationExpression ()

Returns: int * string

This construct may only be used within computation expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:604)

Returns: int * string

SR.tcConstructRequiresComputationExpressions ()

Full Usage: SR.tcConstructRequiresComputationExpressions ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:602)

Returns: int * string

SR.tcConstructRequiresListArrayOrSequence ()

Full Usage: SR.tcConstructRequiresListArrayOrSequence ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:601)

Returns: int * string

SR.tcConstructRequiresSequenceOrComputations ()

Full Usage: SR.tcConstructRequiresSequenceOrComputations ()

Returns: int * string

This construct may only be used within sequence or computation expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:603)

Returns: int * string

SR.tcConstructorCannotHaveTypeParameters ()

Full Usage: SR.tcConstructorCannotHaveTypeParameters ()

Returns: int * string

A constructor cannot have explicit type parameters. Consider using a static construction method instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:528)

Returns: int * string

SR.tcConstructorDoesNotHaveFieldWithGivenName a0

Full Usage: SR.tcConstructorDoesNotHaveFieldWithGivenName a0

Parameters:
Returns: int * string

The constructor does not have a field named '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1350)

a0 : String
Returns: int * string

SR.tcConstructorForInterfacesDoNotTakeArguments ()

Full Usage: SR.tcConstructorForInterfacesDoNotTakeArguments ()

Returns: int * string

Constructor expressions for interfaces do not take arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:635)

Returns: int * string

SR.tcConstructorRequiresArguments ()

Full Usage: SR.tcConstructorRequiresArguments ()

Returns: int * string

This object constructor requires arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:636)

Returns: int * string

SR.tcConstructorRequiresCall a0

Full Usage: SR.tcConstructorRequiresCall a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:616)

a0 : String
Returns: int * string

SR.tcConstructorsCannotBeFirstClassValues ()

Full Usage: SR.tcConstructorsCannotBeFirstClassValues ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:665)

Returns: int * string

SR.tcConstructorsDisallowedInExceptionAugmentation ()

Full Usage: SR.tcConstructorsDisallowedInExceptionAugmentation ()

Returns: int * string

Constructors cannot be specified in exception augmentations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:722)

Returns: int * string

SR.tcConstructorsIllegalForThisType ()

Full Usage: SR.tcConstructorsIllegalForThisType ()

Returns: int * string

Constructors cannot be defined for this type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:724)

Returns: int * string

SR.tcConstructorsIllegalInAugmentation ()

Full Usage: SR.tcConstructorsIllegalInAugmentation ()

Returns: int * string

Constructors are not permitted as extension members - they must be defined as part of the original definition of the type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1370)

Returns: int * string

SR.tcCopyAndUpdateNeedsRecordType ()

Full Usage: SR.tcCopyAndUpdateNeedsRecordType ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1518)

Returns: int * string

SR.tcCopyAndUpdateRecordChangesAllFields a0

Full Usage: SR.tcCopyAndUpdateRecordChangesAllFields a0

Parameters:
Returns: int * string

This copy-and-update record expression changes all fields of record type '%s'. Consider using the record construction syntax instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1712)

a0 : String
Returns: int * string

SR.tcCouldNotFindIDisposable ()

Full Usage: SR.tcCouldNotFindIDisposable ()

Returns: string

Couldn't find Dispose on IDisposable, or it was overloaded (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:544)

Returns: string

SR.tcCouldNotFindOffsetToStringData ()

Full Usage: SR.tcCouldNotFindOffsetToStringData ()

Returns: int * string

Could not find method System.Runtime.CompilerServices.OffsetToStringData in references when building 'fixed' expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1387)

Returns: int * string

SR.tcCustomAttributeArgumentMismatch ()

Full Usage: SR.tcCustomAttributeArgumentMismatch ()

Returns: int * string

The number of args for a custom attribute does not match the expected number of args for the attribute constructor (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:701)

Returns: int * string

SR.tcCustomAttributeMustBeReferenceType ()

Full Usage: SR.tcCustomAttributeMustBeReferenceType ()

Returns: int * string

A custom attribute must be a reference type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:700)

Returns: int * string

SR.tcCustomAttributeMustInvokeConstructor ()

Full Usage: SR.tcCustomAttributeMustInvokeConstructor ()

Returns: int * string

A custom attribute must invoke an object constructor (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:702)

Returns: int * string

SR.tcCustomOperationHasIncorrectArgCount (a0, a1, a2)

Full Usage: SR.tcCustomOperationHasIncorrectArgCount (a0, a1, a2)

Parameters:
Returns: int * string

'%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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1270)

a0 : String
a1 : Int32
a2 : Int32
Returns: int * string

SR.tcCustomOperationInvalid a0

Full Usage: SR.tcCustomOperationInvalid a0

Parameters:
Returns: int * string

The definition of the custom operator '%s' does not use a valid combination of attribute flags (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1303)

a0 : String
Returns: int * string

SR.tcCustomOperationMayNotBeOverloaded a0

Full Usage: SR.tcCustomOperationMayNotBeOverloaded a0

Parameters:
Returns: int * string

The custom operation '%s' refers to a method which is overloaded. The implementations of custom operations may not be overloaded. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1246)

a0 : String
Returns: int * string

SR.tcCustomOperationMayNotBeUsedHere ()

Full Usage: SR.tcCustomOperationMayNotBeUsedHere ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1245)

Returns: int * string

SR.tcCustomOperationMayNotBeUsedInConjunctionWithNonSimpleLetBindings ()

Full Usage: SR.tcCustomOperationMayNotBeUsedInConjunctionWithNonSimpleLetBindings ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1244)

Returns: int * string

SR.tcCustomOperationNotUsedCorrectly a0

Full Usage: SR.tcCustomOperationNotUsedCorrectly a0

Parameters:
Returns: int * string

'%s' is not used correctly. This is a custom operation in this query or computation expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1262)

a0 : String
Returns: int * string

SR.tcCustomOperationNotUsedCorrectly2 (a0, a1)

Full Usage: SR.tcCustomOperationNotUsedCorrectly2 (a0, a1)

Parameters:
Returns: int * string

'%s' is not used correctly. Usage: %s. This is a custom operation in this query or computation expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1263)

a0 : String
a1 : String
Returns: int * string

SR.tcDeclarationElementNotPermittedInAugmentation ()

Full Usage: SR.tcDeclarationElementNotPermittedInAugmentation ()

Returns: int * string

This declaration element is not permitted in an augmentation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:762)

Returns: int * string

SR.tcDeclaredTypeParametersForExtensionDoNotMatchOriginal a0

Full Usage: SR.tcDeclaredTypeParametersForExtensionDoNotMatchOriginal a0

Parameters:
Returns: int * string

One or more of the declared type parameters for this type extension have a missing or wrong type constraint not matching the original type constraints on '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:810)

a0 : String
Returns: int * string

SR.tcDefaultAmbiguous ()

Full Usage: SR.tcDefaultAmbiguous ()

Returns: int * string

The method implemented by this default is ambiguous (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:712)

Returns: int * string

SR.tcDefaultImplementationAlreadyExists ()

Full Usage: SR.tcDefaultImplementationAlreadyExists ()

Returns: int * string

This method already has a default implementation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:711)

Returns: int * string

SR.tcDefaultImplementationForInterfaceHasAlreadyBeenAdded ()

Full Usage: SR.tcDefaultImplementationForInterfaceHasAlreadyBeenAdded ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:760)

Returns: int * string

SR.tcDefaultStructConstructorCall ()

Full Usage: SR.tcDefaultStructConstructorCall ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:543)

Returns: int * string

SR.tcDefaultValueAttributeRequiresVal ()

Full Usage: SR.tcDefaultValueAttributeRequiresVal ()

Returns: int * string

The 'DefaultValue' attribute may only be used on 'val' declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:679)

Returns: int * string

SR.tcDelegateConstructorMustBePassed ()

Full Usage: SR.tcDelegateConstructorMustBePassed ()

Returns: int * string

A delegate constructor must be passed a single function value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:675)

Returns: int * string

SR.tcDelegatesCannotBeCurried ()

Full Usage: SR.tcDelegatesCannotBeCurried ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:804)

Returns: int * string

SR.tcDllImportNotAllowed ()

Full Usage: SR.tcDllImportNotAllowed ()

Returns: int * string

DLLImport bindings must be static members in a class or function definitions in a module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1112)

Returns: int * string

SR.tcDllImportStubsCannotBeInlined ()

Full Usage: SR.tcDllImportStubsCannotBeInlined ()

Returns: int * string

DLLImport stubs cannot be inlined (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:513)

Returns: int * string

SR.tcDoBangIllegalInSequenceExpression ()

Full Usage: SR.tcDoBangIllegalInSequenceExpression ()

Returns: int * string

'do!' cannot be used within sequence expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:649)

Returns: int * string

SR.tcDoesNotAllowExplicitTypeArguments a0

Full Usage: SR.tcDoesNotAllowExplicitTypeArguments a0

Parameters:
Returns: int * string

The method or function '%s' should not be given explicit type argument(s) because it does not declare its type parameters explicitly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:541)

a0 : String
Returns: int * string

SR.tcDotLambdaAtNotSupportedExpression ()

Full Usage: SR.tcDotLambdaAtNotSupportedExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1737)

Returns: int * string

SR.tcDuplicateSpecOfInterface ()

Full Usage: SR.tcDuplicateSpecOfInterface ()

Returns: int * string

Duplicate specification of an interface (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:741)

Returns: int * string

SR.tcEmptyCopyAndUpdateRecordInvalid ()

Full Usage: SR.tcEmptyCopyAndUpdateRecordInvalid ()

Returns: int * string

Copy-and-update record expressions must include at least one field. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1342)

Returns: int * string

SR.tcEmptyRecordInvalid ()

Full Usage: SR.tcEmptyRecordInvalid ()

Returns: int * string

'{ }' 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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:644)

Returns: int * string

SR.tcEntryPointAttributeRequiresFunctionInModule ()

Full Usage: SR.tcEntryPointAttributeRequiresFunctionInModule ()

Returns: int * string

The 'EntryPointAttribute' attribute may only be used on function definitions in modules (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:682)

Returns: int * string

SR.tcEnumTypeCannotBeEnumerated a0

Full Usage: SR.tcEnumTypeCannotBeEnumerated a0

Parameters:
Returns: int * string

The type '%s' is not a valid enumerator type , i.e. does not have a 'MoveNext()' method returning a bool, and a 'Current' property (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1118)

a0 : String
Returns: int * string

SR.tcEnumerationsCannotHaveInterfaceDeclaration ()

Full Usage: SR.tcEnumerationsCannotHaveInterfaceDeclaration ()

Returns: int * string

Enumerations cannot have interface declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:757)

Returns: int * string

SR.tcEnumerationsMayNotHaveMembers ()

Full Usage: SR.tcEnumerationsMayNotHaveMembers ()

Returns: int * string

Enumerations cannot have members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:749)

Returns: int * string

SR.tcEventIsNotStatic a0

Full Usage: SR.tcEventIsNotStatic a0

Parameters:
Returns: int * string

Event '%s' is not static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:668)

a0 : String
Returns: int * string

SR.tcEventIsStatic a0

Full Usage: SR.tcEventIsStatic a0

Parameters:
Returns: int * string

Event '%s' is static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:667)

a0 : String
Returns: int * string

SR.tcExceptionAbbreviationsMustReferToValidExceptions ()

Full Usage: SR.tcExceptionAbbreviationsMustReferToValidExceptions ()

Returns: int * string

Exception abbreviations must refer to existing exceptions or F# types deriving from System.Exception (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:771)

Returns: int * string

SR.tcExceptionAbbreviationsShouldNotHaveArgumentList ()

Full Usage: SR.tcExceptionAbbreviationsShouldNotHaveArgumentList ()

Returns: int * string

Exception abbreviations should not have argument lists (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:769)

Returns: int * string

SR.tcExceptionConstructorDoesNotHaveFieldWithGivenName (a0, a1)

Full Usage: SR.tcExceptionConstructorDoesNotHaveFieldWithGivenName (a0, a1)

Parameters:
Returns: int * string

The exception '%s' does not have a field named '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1348)

a0 : String
a1 : String
Returns: int * string

SR.tcExpectModuleOrNamespaceParent a0

Full Usage: SR.tcExpectModuleOrNamespaceParent a0

Parameters:
Returns: string

Expected module or namespace parent %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:508)

a0 : String
Returns: string

SR.tcExpectedInterfaceType ()

Full Usage: SR.tcExpectedInterfaceType ()

Returns: int * string

Expected an interface type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:634)

Returns: int * string

SR.tcExpectedTypeNotUnitOfMeasure ()

Full Usage: SR.tcExpectedTypeNotUnitOfMeasure ()

Returns: int * string

Expected type, not unit-of-measure (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:559)

Returns: int * string

SR.tcExpectedTypeParameter ()

Full Usage: SR.tcExpectedTypeParameter ()

Returns: int * string

Expected type parameter, not unit-of-measure parameter (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:558)

Returns: int * string

SR.tcExpectedUnitOfMeasureMarkWithAttribute ()

Full Usage: SR.tcExpectedUnitOfMeasureMarkWithAttribute ()

Returns: int * string

Expected unit-of-measure parameter, not type parameter. Explicit unit-of-measure parameters must be marked with the [] attribute. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:557)

Returns: int * string

SR.tcExpectedUnitOfMeasureNotType ()

Full Usage: SR.tcExpectedUnitOfMeasureNotType ()

Returns: int * string

Expected unit-of-measure, not type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:560)

Returns: int * string

SR.tcExplicitObjectConstructorSyntax ()

Full Usage: SR.tcExplicitObjectConstructorSyntax ()

Returns: int * string

An explicit object constructor should use the syntax 'new(args) = expr' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:535)

Returns: int * string

SR.tcExplicitStaticInitializerSyntax ()

Full Usage: SR.tcExplicitStaticInitializerSyntax ()

Returns: int * string

An explicit static initializer should use the syntax 'static new(args) = expr' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:534)

Returns: int * string

SR.tcExplicitTypeParameterInvalid ()

Full Usage: SR.tcExplicitTypeParameterInvalid ()

Returns: int * string

Explicit type parameters may only be used on module or member bindings (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:521)

Returns: int * string

SR.tcExplicitTypeSpecificationCannotBeUsedForExceptionConstructors ()

Full Usage: SR.tcExplicitTypeSpecificationCannotBeUsedForExceptionConstructors ()

Returns: int * string

Explicit type specifications cannot be used for exception constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:768)

Returns: int * string

SR.tcExprUndelayed ()

Full Usage: SR.tcExprUndelayed ()

Returns: int * string

TcExprUndelayed: delayed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:589)

Returns: int * string

SR.tcExpressionCountMisMatch (a0, a1)

Full Usage: SR.tcExpressionCountMisMatch (a0, a1)

Parameters:
Returns: int * string

Expected %d expressions, got %d (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:588)

a0 : Int32
a1 : Int32
Returns: int * string

SR.tcExpressionFormRequiresObjectConstructor ()

Full Usage: SR.tcExpressionFormRequiresObjectConstructor ()

Returns: int * string

The expression form 'expr then expr' may only be used as part of an explicit object constructor (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:597)

Returns: int * string

SR.tcExpressionFormRequiresRecordTypes ()

Full Usage: SR.tcExpressionFormRequiresRecordTypes ()

Returns: int * string

The expression form { expr with ... } may only be used with record types. To build object types use { new Type(...) with ... } (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:641)

Returns: int * string

SR.tcExpressionRequiresSequence ()

Full Usage: SR.tcExpressionRequiresSequence ()

Returns: int * string

This expression form may only be used in sequence and computation expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:590)

Returns: int * string

SR.tcExpressionWithIfRequiresParenthesis ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:594)

Returns: string

SR.tcExtraneousFieldsGivenValues ()

Full Usage: SR.tcExtraneousFieldsGivenValues ()

Returns: int * string

Extraneous fields have been given values (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:619)

Returns: int * string

SR.tcFSharpCoreRequiresExplicit ()

Full Usage: SR.tcFSharpCoreRequiresExplicit ()

Returns: int * string

All record, union and struct types in FSharp.Core.dll must be explicitly labelled with 'StructuralComparison' or 'NoComparison' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1058)

Returns: int * string

SR.tcFieldIsNotMutable ()

Full Usage: SR.tcFieldIsNotMutable ()

Returns: int * string

This field is not mutable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:600)

Returns: int * string

SR.tcFieldIsNotStatic a0

Full Usage: SR.tcFieldIsNotStatic a0

Parameters:
Returns: int * string

Field '%s' is not static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:582)

a0 : String
Returns: int * string

SR.tcFieldIsReadonly ()

Full Usage: SR.tcFieldIsReadonly ()

Returns: int * string

This field is readonly (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:546)

Returns: int * string

SR.tcFieldNameConflictsWithGeneratedNameForAnonymousField a0

Full Usage: SR.tcFieldNameConflictsWithGeneratedNameForAnonymousField a0

Parameters:
Returns: int * string

Named field '%s' conflicts with autogenerated name for anonymous field. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1353)

a0 : String
Returns: int * string

SR.tcFieldNameIsUsedModeThanOnce a0

Full Usage: SR.tcFieldNameIsUsedModeThanOnce a0

Parameters:
Returns: int * string

Named field '%s' is used more than once. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1352)

a0 : String
Returns: int * string

SR.tcFieldNotLiteralCannotBeUsedInPattern ()

Full Usage: SR.tcFieldNotLiteralCannotBeUsedInPattern ()

Returns: int * string

This field is not a literal and cannot be used in a pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:583)

Returns: int * string

SR.tcFieldRequiresAssignment (a0, a1)

Full Usage: SR.tcFieldRequiresAssignment (a0, a1)

Parameters:
Returns: int * string

No assignment given for field '%s' of type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:618)

a0 : String
a1 : String
Returns: int * string

SR.tcFieldRequiresName ()

Full Usage: SR.tcFieldRequiresName ()

Returns: int * string

This field requires a name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:735)

Returns: int * string

SR.tcFieldValIllegalHere ()

Full Usage: SR.tcFieldValIllegalHere ()

Returns: int * string

A field/val declaration is not permitted here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:742)

Returns: int * string

SR.tcFieldsDoNotDetermineUniqueRecordType ()

Full Usage: SR.tcFieldsDoNotDetermineUniqueRecordType ()

Returns: int * string

The field labels and expected type of this record expression or pattern do not uniquely determine a corresponding record type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:523)

Returns: int * string

SR.tcFixedNotAllowed ()

Full Usage: SR.tcFixedNotAllowed ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1386)

Returns: int * string

SR.tcFormalArgumentIsNotOptional ()

Full Usage: SR.tcFormalArgumentIsNotOptional ()

Returns: int * string

The corresponding formal argument is not optional (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:673)

Returns: int * string

SR.tcFunctionRequiresExplicitLambda a0

Full Usage: SR.tcFunctionRequiresExplicitLambda a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:548)

a0 : Int32
Returns: int * string

SR.tcFunctionRequiresExplicitTypeArguments a0

Full Usage: SR.tcFunctionRequiresExplicitTypeArguments a0

Parameters:
Returns: int * string

The generic function '%s' must be given explicit type argument(s) (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:540)

a0 : String
Returns: int * string

SR.tcGeneratedTypesShouldBeInternalOrPrivate ()

Full Usage: SR.tcGeneratedTypesShouldBeInternalOrPrivate ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1344)

Returns: int * string

SR.tcGenericParameterHasBeenConstrained a0

Full Usage: SR.tcGenericParameterHasBeenConstrained a0

Parameters:
Returns: int * string

A generic type parameter has been used in a way that constrains it to always be '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:518)

a0 : String
Returns: int * string

SR.tcGenericTypesCannotHaveStructLayout ()

Full Usage: SR.tcGenericTypesCannotHaveStructLayout ()

Returns: int * string

Generic types cannot be given the 'StructLayout' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:785)

Returns: int * string

SR.tcGlobalsSystemTypeNotFound a0

Full Usage: SR.tcGlobalsSystemTypeNotFound a0

Parameters:
Returns: string

The system type '%s' was required but no referenced system DLL contained this type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1391)

a0 : String
Returns: string

SR.tcHighPrecedenceFunctionApplicationToListDeprecated ()

Full Usage: SR.tcHighPrecedenceFunctionApplicationToListDeprecated ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1609)

Returns: int * string

SR.tcHighPrecedenceFunctionApplicationToListReserved ()

Full Usage: SR.tcHighPrecedenceFunctionApplicationToListReserved ()

Returns: int * string

The syntax 'expr1[expr2]' is now reserved for indexing. See https://aka.ms/fsharp-index-notation. If calling a function, add a space between the function and argument, e.g. 'someFunction [expr]'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1611)

Returns: int * string

SR.tcIDisposableTypeShouldUseNew ()

Full Usage: SR.tcIDisposableTypeShouldUseNew ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:614)

Returns: int * string

SR.tcIfThenElseMayNotBeUsedWithinQueries ()

Full Usage: SR.tcIfThenElseMayNotBeUsedWithinQueries ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1258)

Returns: int * string

SR.tcIllegalAttributesForLiteral ()

Full Usage: SR.tcIllegalAttributesForLiteral ()

Returns: int * string

A literal value cannot be given the [] or [] attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:687)

Returns: int * string

SR.tcIllegalByrefsInOpenTypeDeclaration ()

Full Usage: SR.tcIllegalByrefsInOpenTypeDeclaration ()

Returns: int * string

Byref types are not allowed in an open type declaration. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1523)

Returns: int * string

SR.tcIllegalFormForExplicitTypeDeclaration ()

Full Usage: SR.tcIllegalFormForExplicitTypeDeclaration ()

Returns: int * string

Explicit type declarations for constructors must be of the form 'ty1 * ... * tyN -> resTy'. Parentheses may be required around 'resTy' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:737)

Returns: int * string

SR.tcIllegalPattern ()

Full Usage: SR.tcIllegalPattern ()

Returns: int * string

Illegal pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:586)

Returns: int * string

SR.tcIllegalStructTypeForConstantExpression ()

Full Usage: SR.tcIllegalStructTypeForConstantExpression ()

Returns: int * string

This is not valid literal expression. The [] attribute will be ignored. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1355)

Returns: int * string

SR.tcIllegalSyntaxInTypeExpression ()

Full Usage: SR.tcIllegalSyntaxInTypeExpression ()

Returns: int * string

Illegal syntax in type expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:567)

Returns: int * string

SR.tcImplementsGenericIComparableExplicitly a0

Full Usage: SR.tcImplementsGenericIComparableExplicitly a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:510)

a0 : String
Returns: int * string

SR.tcImplementsIComparableExplicitly a0

Full Usage: SR.tcImplementsIComparableExplicitly a0

Parameters:
Returns: int * string

The struct, record or union type '%s' implements the interface 'System.IComparable' explicitly. You must apply the 'CustomComparison' attribute to the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:509)

a0 : String
Returns: int * string

SR.tcImplementsIEquatableExplicitly a0

Full Usage: SR.tcImplementsIEquatableExplicitly a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:767)

a0 : String
Returns: int * string

SR.tcImplementsIStructuralComparableExplicitly a0

Full Usage: SR.tcImplementsIStructuralComparableExplicitly a0

Parameters:
Returns: int * string

The struct, record or union type '%s' implements the interface 'System.IStructuralComparable' explicitly. Apply the 'CustomComparison' attribute to the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:511)

a0 : String
Returns: int * string

SR.tcImplementsIStructuralEquatableExplicitly a0

Full Usage: SR.tcImplementsIStructuralEquatableExplicitly a0

Parameters:
Returns: int * string

The struct, record or union type '%s' implements the interface 'System.IStructuralEquatable' explicitly. Apply the 'CustomEquality' attribute to the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:766)

a0 : String
Returns: int * string

SR.tcImplicitConversionUsedForMethodArg (a0, a1, a2)

Full Usage: SR.tcImplicitConversionUsedForMethodArg (a0, a1, a2)

Parameters:
Returns: int * string

This expression uses the implicit conversion '%s' to convert type '%s' to type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1656)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcImplicitConversionUsedForNonMethodArg (a0, a1, a2)

Full Usage: SR.tcImplicitConversionUsedForNonMethodArg (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1652)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcImplicitMeasureFollowingSlash ()

Full Usage: SR.tcImplicitMeasureFollowingSlash ()

Returns: int * string

Implicit product of measures following / (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:486)

Returns: int * string

SR.tcIndexNotationDeprecated ()

Full Usage: SR.tcIndexNotationDeprecated ()

Returns: int * string

The syntax 'arr.[idx]' is now revised to 'arr[idx]'. Please update your code. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1610)

Returns: int * string

SR.tcInferredGenericTypeGivesRiseToInconsistency (a0, a1)

Full Usage: SR.tcInferredGenericTypeGivesRiseToInconsistency (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1230)

a0 : String
a1 : String
Returns: int * string

SR.tcInfoIfFunctionShadowsUnionCase ()

Full Usage: SR.tcInfoIfFunctionShadowsUnionCase ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1735)

Returns: int * string

SR.tcInheritCannotBeUsedOnInterfaceType ()

Full Usage: SR.tcInheritCannotBeUsedOnInterfaceType ()

Returns: int * string

'inherit' cannot be used on interface types. Consider implementing the interface by using 'interface ... with ... end' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:611)

Returns: int * string

SR.tcInheritConstructionCallNotPartOfImplicitSequence ()

Full Usage: SR.tcInheritConstructionCallNotPartOfImplicitSequence ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:814)

Returns: int * string

SR.tcInheritDeclarationMissingArguments ()

Full Usage: SR.tcInheritDeclarationMissingArguments ()

Returns: int * string

This 'inherit' declaration specifies the inherited type but no arguments. Consider supplying arguments, e.g. 'inherit BaseType(args)'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:813)

Returns: int * string

SR.tcInheritIllegalHere ()

Full Usage: SR.tcInheritIllegalHere ()

Returns: int * string

A inheritance declaration is not permitted here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:743)

Returns: int * string

SR.tcInheritedTypeIsNotObjectModelType ()

Full Usage: SR.tcInheritedTypeIsNotObjectModelType ()

Returns: int * string

The inherited type is not an object model type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:642)

Returns: int * string

SR.tcInitOnlyPropertyCannotBeSet1 a0

Full Usage: SR.tcInitOnlyPropertyCannotBeSet1 a0

Parameters:
Returns: int * string

Init-only property '%s' cannot be set outside the initialization code. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:663)

a0 : String
Returns: int * string

SR.tcInlineIfLambdaUsedOnNonInlineFunctionOrMethod ()

Full Usage: SR.tcInlineIfLambdaUsedOnNonInlineFunctionOrMethod ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1682)

Returns: int * string

SR.tcInstanceMemberRequiresTarget ()

Full Usage: SR.tcInstanceMemberRequiresTarget ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:529)

Returns: int * string

SR.tcInterfaceTypesAndDelegatesCannotContainFields ()

Full Usage: SR.tcInterfaceTypesAndDelegatesCannotContainFields ()

Returns: int * string

Interface types and delegate types cannot contain fields (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:797)

Returns: int * string

SR.tcInterfaceTypesCannotBeSealed ()

Full Usage: SR.tcInterfaceTypesCannotBeSealed ()

Returns: int * string

Interface types cannot be sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:802)

Returns: int * string

SR.tcInterfacesShouldUseInheritNotInterface ()

Full Usage: SR.tcInterfacesShouldUseInheritNotInterface ()

Returns: int * string

Interfaces inherited by other interfaces should be declared using 'inherit ...' instead of 'interface ...' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1098)

Returns: int * string

SR.tcInterpolationMixedWithPercent ()

Full Usage: SR.tcInterpolationMixedWithPercent ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1626)

Returns: int * string

SR.tcIntoNeedsRestOfQuery ()

Full Usage: SR.tcIntoNeedsRestOfQuery ()

Returns: int * string

A use of 'into' must be followed by the remainder of the computation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1301)

Returns: int * string

SR.tcInvalidActivePatternName ()

Full Usage: SR.tcInvalidActivePatternName ()

Returns: int * string

This is not a valid name for an active pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:681)

Returns: int * string

SR.tcInvalidAlignmentInInterpolatedString ()

Full Usage: SR.tcInvalidAlignmentInInterpolatedString ()

Returns: int * string

Invalid alignment in interpolated string (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1627)

Returns: int * string

SR.tcInvalidArgForParameterizedPattern ()

Full Usage: SR.tcInvalidArgForParameterizedPattern ()

Returns: int * string

Invalid argument to parameterized pattern label (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:577)

Returns: int * string

SR.tcInvalidAssignment ()

Full Usage: SR.tcInvalidAssignment ()

Returns: int * string

Invalid assignment (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:653)

Returns: int * string

SR.tcInvalidConstantExpression ()

Full Usage: SR.tcInvalidConstantExpression ()

Returns: int * string

This is not a valid constant expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:691)

Returns: int * string

SR.tcInvalidConstraint ()

Full Usage: SR.tcInvalidConstraint ()

Returns: int * string

Invalid constraint (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:552)

Returns: int * string

SR.tcInvalidConstraintTypeSealed ()

Full Usage: SR.tcInvalidConstraintTypeSealed ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:553)

Returns: int * string

SR.tcInvalidDeclaration ()

Full Usage: SR.tcInvalidDeclaration ()

Returns: int * string

Invalid declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:538)

Returns: int * string

SR.tcInvalidDelegateSpecification ()

Full Usage: SR.tcInvalidDelegateSpecification ()

Returns: int * string

Delegate specifications must be of the form 'typ -> typ' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:803)

Returns: int * string

SR.tcInvalidEnumConstraint ()

Full Usage: SR.tcInvalidEnumConstraint ()

Returns: int * string

An 'enum' constraint must be of the form 'enum' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:554)

Returns: int * string

SR.tcInvalidEnumerationLiteral ()

Full Usage: SR.tcInvalidEnumerationLiteral ()

Returns: int * string

This is not a valid value for an enumeration literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:739)

Returns: int * string

SR.tcInvalidIndexIntoActivePatternArray ()

Full Usage: SR.tcInvalidIndexIntoActivePatternArray ()

Returns: int * string

Internal error. Invalid index into active pattern array (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:578)

Returns: int * string

SR.tcInvalidIndexOperatorDefinition a0

Full Usage: SR.tcInvalidIndexOperatorDefinition a0

Parameters:
Returns: string

The '%s' operator cannot be redefined. Consider using a different operator name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:507)

a0 : String
Returns: string

SR.tcInvalidIndexerExpression ()

Full Usage: SR.tcInvalidIndexerExpression ()

Returns: int * string

Incomplete expression or invalid use of indexer syntax (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:605)

Returns: int * string

SR.tcInvalidInlineSpecification ()

Full Usage: SR.tcInvalidInlineSpecification ()

Returns: int * string

Invalid inline specification (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:705)

Returns: int * string

SR.tcInvalidMemberDeclNameMissingOrHasParen ()

Full Usage: SR.tcInvalidMemberDeclNameMissingOrHasParen ()

Returns: int * string

Invalid member declaration. The name of the member is missing or has parentheses. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1684)

Returns: int * string

SR.tcInvalidMemberName (a0, a1)

Full Usage: SR.tcInvalidMemberName (a0, a1)

Parameters:
Returns: string

The name '(%s)' should not be used as a member name. If defining a static member for use from other CLI languages then use the name '%s' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:502)

a0 : String
a1 : String
Returns: string

SR.tcInvalidMemberNameCtor ()

Full Usage: SR.tcInvalidMemberNameCtor ()

Returns: int * string

Invalid member name. Members may not have name '.ctor' or '.cctor' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1229)

Returns: int * string

SR.tcInvalidMemberNameFixedTypes a0

Full Usage: SR.tcInvalidMemberNameFixedTypes a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:503)

a0 : String
Returns: string

SR.tcInvalidMethodNameForEquality (a0, a1)

Full Usage: SR.tcInvalidMethodNameForEquality (a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:501)

a0 : String
a1 : String
Returns: string

SR.tcInvalidMethodNameForRelationalOperator (a0, a1)

Full Usage: SR.tcInvalidMethodNameForRelationalOperator (a0, a1)

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:500)

a0 : String
a1 : String
Returns: string

SR.tcInvalidMixtureOfRecursiveForms ()

Full Usage: SR.tcInvalidMixtureOfRecursiveForms ()

Returns: int * string

This recursive binding uses an invalid mixture of recursive forms (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:550)

Returns: int * string

SR.tcInvalidModuleName ()

Full Usage: SR.tcInvalidModuleName ()

Returns: int * string

Invalid module name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:774)

Returns: int * string

SR.tcInvalidNamespaceModuleTypeUnionName ()

Full Usage: SR.tcInvalidNamespaceModuleTypeUnionName ()

Returns: int * string

Invalid namespace, module, type or union case name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:736)

Returns: int * string

SR.tcInvalidNewConstraint ()

Full Usage: SR.tcInvalidNewConstraint ()

Returns: int * string

'new' constraints must take one argument of type 'unit' and return the constructed type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:555)

Returns: int * string

SR.tcInvalidNonPrimitiveLiteralInPatternMatch ()

Full Usage: SR.tcInvalidNonPrimitiveLiteralInPatternMatch ()

Returns: int * string

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 = ' at the end of the match clause. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:574)

Returns: int * string

SR.tcInvalidObjectConstructionExpression ()

Full Usage: SR.tcInvalidObjectConstructionExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:551)

Returns: int * string

SR.tcInvalidObjectExpressionSyntaxForm ()

Full Usage: SR.tcInvalidObjectExpressionSyntaxForm ()

Returns: int * string

Invalid object expression. Objects without overrides or interfaces should use the expression form 'new Type(args)' without braces. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:591)

Returns: int * string

SR.tcInvalidObjectSequenceOrRecordExpression ()

Full Usage: SR.tcInvalidObjectSequenceOrRecordExpression ()

Returns: int * string

Invalid object, sequence or record expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:592)

Returns: int * string

SR.tcInvalidOperatorDefinition a0

Full Usage: SR.tcInvalidOperatorDefinition a0

Parameters:
Returns: string

The '%s' operator should not normally be redefined. Consider using a different operator name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:506)

a0 : String
Returns: string

SR.tcInvalidOperatorDefinitionEquality a0

Full Usage: SR.tcInvalidOperatorDefinitionEquality a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:505)

a0 : String
Returns: string

SR.tcInvalidOperatorDefinitionRelational a0

Full Usage: SR.tcInvalidOperatorDefinitionRelational a0

Parameters:
Returns: string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:504)

a0 : String
Returns: string

SR.tcInvalidOptionalAssignmentToPropertyOrField ()

Full Usage: SR.tcInvalidOptionalAssignmentToPropertyOrField ()

Returns: int * string

Invalid optional assignment to a property or field (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:674)

Returns: int * string

SR.tcInvalidPattern ()

Full Usage: SR.tcInvalidPattern ()

Returns: int * string

This is not a valid pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:585)

Returns: int * string

SR.tcInvalidPropertyType ()

Full Usage: SR.tcInvalidPropertyType ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:556)

Returns: int * string

SR.tcInvalidRecordConstruction ()

Full Usage: SR.tcInvalidRecordConstruction ()

Returns: int * string

Invalid record construction (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:640)

Returns: int * string

SR.tcInvalidRelationInJoin a0

Full Usage: SR.tcInvalidRelationInJoin a0

Parameters:
Returns: int * string

Invalid join relation in '%s'. Expected 'expr expr', where is =, =?, ?= or ?=?. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1295)

a0 : String
Returns: int * string

SR.tcInvalidResumableConstruct a0

Full Usage: SR.tcInvalidResumableConstruct a0

Parameters:
Returns: int * string

The construct '%s' may only be used in valid resumable code. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1659)

a0 : String
Returns: int * string

SR.tcInvalidSelfConstraint ()

Full Usage: SR.tcInvalidSelfConstraint ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1691)

Returns: int * string

SR.tcInvalidSequenceExpressionSyntaxForm ()

Full Usage: SR.tcInvalidSequenceExpressionSyntaxForm ()

Returns: int * string

Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:593)

Returns: int * string

SR.tcInvalidSignatureForSet ()

Full Usage: SR.tcInvalidSignatureForSet ()

Returns: int * string

Invalid signature for set member (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:715)

Returns: int * string

SR.tcInvalidStructReturn ()

Full Usage: SR.tcInvalidStructReturn ()

Returns: int * string

The use of '[]' on values, functions and methods is only allowed on partial active pattern definitions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1641)

Returns: int * string

SR.tcInvalidTypeArgumentCount (a0, a1)

Full Usage: SR.tcInvalidTypeArgumentCount (a0, a1)

Parameters:
Returns: int * string

The number of type arguments did not match: '%d' given, '%d' expected. This may be related to a previously reported error. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1231)

a0 : Int32
a1 : Int32
Returns: int * string

SR.tcInvalidTypeArgumentUsage ()

Full Usage: SR.tcInvalidTypeArgumentUsage ()

Returns: int * string

Type arguments cannot be specified here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:575)

Returns: int * string

SR.tcInvalidTypeExtension ()

Full Usage: SR.tcInvalidTypeExtension ()

Returns: int * string

Invalid type extension (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:775)

Returns: int * string

SR.tcInvalidTypeForLiteralEnumeration ()

Full Usage: SR.tcInvalidTypeForLiteralEnumeration ()

Returns: int * string

Literal enumerations must have type int, uint, int16, uint16, int64, uint64, byte, sbyte or char (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:805)

Returns: int * string

SR.tcInvalidTypeForUnitsOfMeasure ()

Full Usage: SR.tcInvalidTypeForUnitsOfMeasure ()

Returns: int * string

Units-of-measure are only supported on float, float32, decimal, and integer types. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:491)

Returns: int * string

SR.tcInvalidUnitsOfMeasurePrefix ()

Full Usage: SR.tcInvalidUnitsOfMeasurePrefix ()

Returns: int * string

Units-of-measure cannot be used as prefix arguments to a type. Rewrite as postfix arguments in angle brackets. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:561)

Returns: int * string

SR.tcInvalidUseBangBinding ()

Full Usage: SR.tcInvalidUseBangBinding ()

Returns: int * string

'use!' bindings must be of the form 'use! = ' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1116)

Returns: int * string

SR.tcInvalidUseBangBindingNoAndBangs ()

Full Usage: SR.tcInvalidUseBangBindingNoAndBangs ()

Returns: int * string

use! may not be combined with and! (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1531)

Returns: int * string

SR.tcInvalidUseBinding ()

Full Usage: SR.tcInvalidUseBinding ()

Returns: int * string

'use' bindings must be of the form 'use = ' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:706)

Returns: int * string

SR.tcInvalidUseNullAsTrueValue ()

Full Usage: SR.tcInvalidUseNullAsTrueValue ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1081)

Returns: int * string

SR.tcInvalidUseOfDelegate ()

Full Usage: SR.tcInvalidUseOfDelegate ()

Returns: int * string

Invalid use of a delegate constructor. Use the syntax 'new Type(args)' or just 'Type(args)'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:657)

Returns: int * string

SR.tcInvalidUseOfInterfaceType ()

Full Usage: SR.tcInvalidUseOfInterfaceType ()

Returns: int * string

Invalid use of an interface type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:656)

Returns: int * string

SR.tcInvalidUseOfReverseIndex ()

Full Usage: SR.tcInvalidUseOfReverseIndex ()

Returns: int * string

Invalid use of reverse index in list expression. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1608)

Returns: int * string

SR.tcInvalidUseOfTypeName ()

Full Usage: SR.tcInvalidUseOfTypeName ()

Returns: int * string

Invalid use of a type name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:654)

Returns: int * string

SR.tcIsReadOnlyNotStruct ()

Full Usage: SR.tcIsReadOnlyNotStruct ()

Returns: int * string

A type annotated with IsReadOnly must also be a struct. Consider adding the [] attribute to the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1506)

Returns: int * string

SR.tcJoinMustUseSimplePattern a0

Full Usage: SR.tcJoinMustUseSimplePattern a0

Parameters:
Returns: int * string

In queries, '%s' must use a simple pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1237)

a0 : String
Returns: int * string

SR.tcKindOfTypeSpecifiedDoesNotMatchDefinition ()

Full Usage: SR.tcKindOfTypeSpecifiedDoesNotMatchDefinition ()

Returns: int * string

The kind of the type specified by its attributes does not match the kind implied by its definition (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:777)

Returns: int * string

SR.tcLessGenericBecauseOfAnnotation (a0, a1)

Full Usage: SR.tcLessGenericBecauseOfAnnotation (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:516)

a0 : String
a1 : String
Returns: int * string

SR.tcLetAndDoRequiresImplicitConstructionSequence ()

Full Usage: SR.tcLetAndDoRequiresImplicitConstructionSequence ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:815)

Returns: int * string

SR.tcListLiteralMaxSize ()

Full Usage: SR.tcListLiteralMaxSize ()

Returns: int * string

This list expression exceeds the maximum size for list literals. Use an array for larger literals and call Array.ToList. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:596)

Returns: int * string

SR.tcListThenAdjacentListArgumentNeedsAdjustment ()

Full Usage: SR.tcListThenAdjacentListArgumentNeedsAdjustment ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1616)

Returns: int * string

SR.tcListThenAdjacentListArgumentReserved ()

Full Usage: SR.tcListThenAdjacentListArgumentReserved ()

Returns: int * string

The syntax '[expr1][expr2]' is now reserved for indexing and is ambiguous when used as an argument. See https://aka.ms/fsharp-index-notation. If calling a function with multiple curried arguments, add a space between them, e.g. 'someFunction [expr1] [expr2]'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1613)

Returns: int * string

SR.tcLiteralAttributeCannotUseActivePattern ()

Full Usage: SR.tcLiteralAttributeCannotUseActivePattern ()

Returns: int * string

A [] declaration cannot use an active pattern for its identifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1657)

Returns: int * string

SR.tcLiteralAttributeRequiresConstantValue ()

Full Usage: SR.tcLiteralAttributeRequiresConstantValue ()

Returns: int * string

A declaration may only be the [] attribute if a constant value is also given, e.g. 'val x: int = 1' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:729)

Returns: int * string

SR.tcLiteralCannotBeInline ()

Full Usage: SR.tcLiteralCannotBeInline ()

Returns: int * string

A literal value cannot be marked 'inline' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:689)

Returns: int * string

SR.tcLiteralCannotBeMutable ()

Full Usage: SR.tcLiteralCannotBeMutable ()

Returns: int * string

A literal value cannot be marked 'mutable' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:688)

Returns: int * string

SR.tcLiteralCannotHaveGenericParameters ()

Full Usage: SR.tcLiteralCannotHaveGenericParameters ()

Returns: int * string

Literal values cannot have generic parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:690)

Returns: int * string

SR.tcLiteralDoesNotTakeArguments ()

Full Usage: SR.tcLiteralDoesNotTakeArguments ()

Returns: int * string

This literal pattern does not take arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1369)

Returns: int * string

SR.tcLiteralFieldAssignmentNoArg ()

Full Usage: SR.tcLiteralFieldAssignmentNoArg ()

Returns: int * string

Cannot assign a value to another value marked literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1607)

Returns: int * string

SR.tcLiteralFieldAssignmentWithArg a0

Full Usage: SR.tcLiteralFieldAssignmentWithArg a0

Parameters:
Returns: int * string

Cannot assign '%s' to a value marked literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1606)

a0 : String
Returns: int * string

SR.tcLocalClassBindingsCannotBeInline ()

Full Usage: SR.tcLocalClassBindingsCannotBeInline ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:746)

Returns: int * string

SR.tcLookupMayNotBeUsedHere ()

Full Usage: SR.tcLookupMayNotBeUsedHere ()

Returns: int * string

This lookup cannot be used here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:660)

Returns: int * string

SR.tcMatchMayNotBeUsedWithQuery ()

Full Usage: SR.tcMatchMayNotBeUsedWithQuery ()

Returns: int * string

'match' expressions may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1337)

Returns: int * string

SR.tcMeasureDeclarationsRequireStaticMembers ()

Full Usage: SR.tcMeasureDeclarationsRequireStaticMembers ()

Returns: int * string

Measure declarations may have only static members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:750)

Returns: int * string

SR.tcMeasureDeclarationsRequireStaticMembersNotConstructors ()

Full Usage: SR.tcMeasureDeclarationsRequireStaticMembersNotConstructors ()

Returns: int * string

Measure declarations may have only static members: constructors are not available (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:754)

Returns: int * string

SR.tcMeasureDefinitionsCannotHaveTypeParameters ()

Full Usage: SR.tcMeasureDefinitionsCannotHaveTypeParameters ()

Returns: int * string

Measure definitions cannot have type parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:778)

Returns: int * string

SR.tcMemberAndLocalClassBindingHaveSameName a0

Full Usage: SR.tcMemberAndLocalClassBindingHaveSameName a0

Parameters:
Returns: int * string

A member and a local class binding both have the name '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:755)

a0 : String
Returns: int * string

SR.tcMemberFoundIsNotAbstractOrVirtual (a0, a1)

Full Usage: SR.tcMemberFoundIsNotAbstractOrVirtual (a0, a1)

Parameters:
Returns: int * string

The type %s contains the member '%s' but it is not a virtual or abstract method that is available to override or implement. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:622)

a0 : String
a1 : String
Returns: int * string

SR.tcMemberIsNotSufficientlyGeneric ()

Full Usage: SR.tcMemberIsNotSufficientlyGeneric ()

Returns: int * string

This member is not sufficiently generic (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:728)

Returns: int * string

SR.tcMemberKindPropertyGetSetNotExpected ()

Full Usage: SR.tcMemberKindPropertyGetSetNotExpected ()

Returns: string

SynMemberKind.PropertyGetSet only expected in parse trees (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:496)

Returns: string

SR.tcMemberNotPermittedInInterfaceImplementation ()

Full Usage: SR.tcMemberNotPermittedInInterfaceImplementation ()

Returns: int * string

This member is not permitted in an interface implementation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:761)

Returns: int * string

SR.tcMemberOperatorDefinitionInExtrinsic ()

Full Usage: SR.tcMemberOperatorDefinitionInExtrinsic ()

Returns: int * string

Extension members cannot provide operator overloads. Consider defining the operator as part of the type definition instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1109)

Returns: int * string

SR.tcMemberOverridesIllegalInInterface ()

Full Usage: SR.tcMemberOverridesIllegalInInterface ()

Returns: int * string

Interfaces cannot contain definitions of member overrides (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:720)

Returns: int * string

SR.tcMemberUsedInInvalidWay (a0, a1, a2)

Full Usage: SR.tcMemberUsedInInvalidWay (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:819)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcMembersThatExtendInterfaceMustBePlacedInSeparateModule ()

Full Usage: SR.tcMembersThatExtendInterfaceMustBePlacedInSeparateModule ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:809)

Returns: int * string

SR.tcMethodNotAccessible a0

Full Usage: SR.tcMethodNotAccessible a0

Parameters:
Returns: int * string

Method '%s' is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:485)

a0 : String
Returns: int * string

SR.tcMethodOverridesIllegalHere ()

Full Usage: SR.tcMethodOverridesIllegalHere ()

Returns: int * string

Method overrides and interface implementations are not permitted here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:708)

Returns: int * string

SR.tcMissingCustomOperation a0

Full Usage: SR.tcMissingCustomOperation a0

Parameters:
Returns: int * string

A custom query operation for '%s' is required but not specified (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1238)

a0 : String
Returns: int * string

SR.tcMissingRequiredMembers a0

Full Usage: SR.tcMissingRequiredMembers a0

Parameters:
Returns: int * string

The following required properties have to be initalized:%s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1696)

a0 : String
Returns: int * string

SR.tcModuleAbbrevFirstInMutRec ()

Full Usage: SR.tcModuleAbbrevFirstInMutRec ()

Returns: int * string

In a recursive declaration group, module abbreviations must come after all 'open' declarations and before other declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1381)

Returns: int * string

SR.tcModuleAbbreviationForNamespace a0

Full Usage: SR.tcModuleAbbreviationForNamespace a0

Parameters:
Returns: int * string

The path '%s' is a namespace. A module abbreviation may not abbreviate a namespace. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:817)

a0 : String
Returns: int * string

SR.tcModuleRequiresQualifiedAccess a0

Full Usage: SR.tcModuleRequiresQualifiedAccess a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:744)

a0 : String
Returns: int * string

SR.tcMultipleFieldsInRecord a0

Full Usage: SR.tcMultipleFieldsInRecord a0

Parameters:
Returns: int * string

The field '%s' appears multiple times in this record expression or pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:524)

a0 : String
Returns: int * string

SR.tcMultipleRecdTypeChoice (a0, a1, a2)

Full Usage: SR.tcMultipleRecdTypeChoice (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1720)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcMultipleVisibilityAttributes ()

Full Usage: SR.tcMultipleVisibilityAttributes ()

Returns: int * string

Multiple visibility attributes have been specified for this identifier (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:498)

Returns: int * string

SR.tcMultipleVisibilityAttributesWithLet ()

Full Usage: SR.tcMultipleVisibilityAttributesWithLet ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:499)

Returns: int * string

SR.tcMutableValuesCannotBeInline ()

Full Usage: SR.tcMutableValuesCannotBeInline ()

Returns: int * string

Mutable values cannot be marked 'inline' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:683)

Returns: int * string

SR.tcMutableValuesMayNotHaveGenericParameters ()

Full Usage: SR.tcMutableValuesMayNotHaveGenericParameters ()

Returns: int * string

Mutable values cannot have generic parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:684)

Returns: int * string

SR.tcMutableValuesSyntax ()

Full Usage: SR.tcMutableValuesSyntax ()

Returns: int * string

Mutable function values should be written 'let mutable f = (fun args -> ...)' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:685)

Returns: int * string

SR.tcNameArgumentsMustAppearLast ()

Full Usage: SR.tcNameArgumentsMustAppearLast ()

Returns: int * string

Named arguments must appear after all other arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:547)

Returns: int * string

SR.tcNameNotBoundInPattern a0

Full Usage: SR.tcNameNotBoundInPattern a0

Parameters:
Returns: int * string

Name '%s' not bound in pattern context (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:573)

a0 : String
Returns: int * string

SR.tcNamedActivePattern a0

Full Usage: SR.tcNamedActivePattern a0

Parameters:
Returns: int * string

%s is an active pattern and cannot be treated as a discriminated union case with named fields. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1389)

a0 : String
Returns: int * string

SR.tcNamedArgumentDidNotMatch a0

Full Usage: SR.tcNamedArgumentDidNotMatch a0

Parameters:
Returns: int * string

The named argument '%s' did not match any argument or mutable property (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:669)

a0 : String
Returns: int * string

SR.tcNamedArgumentsCannotBeUsedInMemberTraits ()

Full Usage: SR.tcNamedArgumentsCannotBeUsedInMemberTraits ()

Returns: int * string

Named arguments cannot be given to member trait calls (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:598)

Returns: int * string

SR.tcNamedTypeRequired a0

Full Usage: SR.tcNamedTypeRequired a0

Parameters:
Returns: int * string

'%s' may only be used with named types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:610)

a0 : String
Returns: int * string

SR.tcNamespaceCannotContainExtensionMembers ()

Full Usage: SR.tcNamespaceCannotContainExtensionMembers ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:497)

Returns: int * string

SR.tcNamespaceCannotContainValues ()

Full Usage: SR.tcNamespaceCannotContainValues ()

Returns: int * string

Namespaces cannot contain values. Consider using a module to hold your value declarations. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:41)

Returns: int * string

SR.tcNewCannotBeUsedOnInterfaceType ()

Full Usage: SR.tcNewCannotBeUsedOnInterfaceType ()

Returns: int * string

'new' cannot be used on interface types. Consider using an object expression '{ new ... with ... }' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:612)

Returns: int * string

SR.tcNewMemberHidesAbstractMember a0

Full Usage: SR.tcNewMemberHidesAbstractMember a0

Parameters:
Returns: int * string

This new member hides the abstract member '%s'. Rename the member or use 'override' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:716)

a0 : String
Returns: int * string

SR.tcNewMemberHidesAbstractMemberWithSuffix a0

Full Usage: SR.tcNewMemberHidesAbstractMemberWithSuffix a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:717)

a0 : String
Returns: int * string

SR.tcNewMustBeUsedWithNamedType ()

Full Usage: SR.tcNewMustBeUsedWithNamedType ()

Returns: int * string

'new' must be used with a named type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:627)

Returns: int * string

SR.tcNewRequiresObjectConstructor ()

Full Usage: SR.tcNewRequiresObjectConstructor ()

Returns: int * string

'new' may only be used with object constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:637)

Returns: int * string

SR.tcNoAbstractOrVirtualMemberFound a0

Full Usage: SR.tcNoAbstractOrVirtualMemberFound a0

Parameters:
Returns: int * string

The member '%s' does not correspond to any abstract or virtual method available to override or implement. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:621)

a0 : String
Returns: int * string

SR.tcNoArgumentsForRecordValue ()

Full Usage: SR.tcNoArgumentsForRecordValue ()

Returns: int * string

No arguments may be given when constructing a record value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:629)

Returns: int * string

SR.tcNoComparisonNeeded1 (a0, a1, a2)

Full Usage: SR.tcNoComparisonNeeded1 (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1061)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcNoComparisonNeeded2 (a0, a1, a2)

Full Usage: SR.tcNoComparisonNeeded2 (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1062)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcNoEagerConstraintApplicationAttribute ()

Full Usage: SR.tcNoEagerConstraintApplicationAttribute ()

Returns: int * string

Using methods with 'NoEagerConstraintApplicationAttribute' requires /langversion:6.0 or later (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1665)

Returns: int * string

SR.tcNoEqualityNeeded1 (a0, a1, a2)

Full Usage: SR.tcNoEqualityNeeded1 (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1063)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcNoEqualityNeeded2 (a0, a1, a2)

Full Usage: SR.tcNoEqualityNeeded2 (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1064)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcNoIntegerForLoopInQuery ()

Full Usage: SR.tcNoIntegerForLoopInQuery ()

Returns: int * string

In queries, use the form 'for x in n .. m do ...' for ranging over integers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1310)

Returns: int * string

SR.tcNoInterfaceImplementationForConstructionExpression ()

Full Usage: SR.tcNoInterfaceImplementationForConstructionExpression ()

Returns: int * string

Interface implementations cannot be given on construction expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:630)

Returns: int * string

SR.tcNoMemberFoundForOverride ()

Full Usage: SR.tcNoMemberFoundForOverride ()

Returns: int * string

No abstract or interface member was found that corresponds to this override (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:709)

Returns: int * string

SR.tcNoPropertyFoundForOverride ()

Full Usage: SR.tcNoPropertyFoundForOverride ()

Returns: int * string

No abstract property was found that corresponds to this override (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:713)

Returns: int * string

SR.tcNoStaticMemberFoundForOverride ()

Full Usage: SR.tcNoStaticMemberFoundForOverride ()

Returns: int * string

No static abstract member was found that corresponds to this override (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1740)

Returns: int * string

SR.tcNoStaticPropertyFoundForOverride ()

Full Usage: SR.tcNoStaticPropertyFoundForOverride ()

Returns: int * string

No static abstract property was found that corresponds to this override (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1741)

Returns: int * string

SR.tcNoTryFinallyInQuery ()

Full Usage: SR.tcNoTryFinallyInQuery ()

Returns: int * string

'try/finally' expressions may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1312)

Returns: int * string

SR.tcNoWhileInQuery ()

Full Usage: SR.tcNoWhileInQuery ()

Returns: int * string

'while' expressions may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1311)

Returns: int * string

SR.tcNonLiteralCannotBeUsedInPattern ()

Full Usage: SR.tcNonLiteralCannotBeUsedInPattern ()

Returns: int * string

This value is not a literal and cannot be used in a pattern (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:545)

Returns: int * string

SR.tcNonSimpleLetBindingInQuery ()

Full Usage: SR.tcNonSimpleLetBindingInQuery ()

Returns: int * string

This 'let' definition may not be used in a query. Only simple value definitions may be used in queries. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1318)

Returns: int * string

SR.tcNonUniformMemberUse a0

Full Usage: SR.tcNonUniformMemberUse a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1083)

a0 : String
Returns: int * string

SR.tcNonZeroConstantCannotHaveGenericUnit ()

Full Usage: SR.tcNonZeroConstantCannotHaveGenericUnit ()

Returns: int * string

Non-zero constants cannot have generic units. For generic zero, write 0.0<_>. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:488)

Returns: int * string

SR.tcNotAFunctionButIndexerIndexingNotYetEnabled ()

Full Usage: SR.tcNotAFunctionButIndexerIndexingNotYetEnabled ()

Returns: int * string

This expression supports indexing, e.g. 'expr.[index]'. The syntax 'expr[index]' requires /langversion:preview. See https://aka.ms/fsharp-index-notation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1600)

Returns: int * string

SR.tcNotAFunctionButIndexerNamedIndexingNotYetEnabled (a0, a1)

Full Usage: SR.tcNotAFunctionButIndexerNamedIndexingNotYetEnabled (a0, a1)

Parameters:
Returns: int * string

This value supports indexing, e.g. '%s.[index]'. The syntax '%s[index]' requires /langversion:preview. See https://aka.ms/fsharp-index-notation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1599)

a0 : String
a1 : String
Returns: int * string

SR.tcNotAnException ()

Full Usage: SR.tcNotAnException ()

Returns: int * string

Not an exception (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:773)

Returns: int * string

SR.tcNotAnIndexerIndexingNotYetEnabled ()

Full Usage: SR.tcNotAnIndexerIndexingNotYetEnabled ()

Returns: int * string

This expression is not a function and does not support index notation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1602)

Returns: int * string

SR.tcNotAnIndexerNamedIndexingNotYetEnabled a0

Full Usage: SR.tcNotAnIndexerNamedIndexingNotYetEnabled a0

Parameters:
Returns: int * string

The value '%s' is not a function and does not support index notation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1601)

a0 : String
Returns: int * string

SR.tcNotSufficientlyGenericBecauseOfScope a0

Full Usage: SR.tcNotSufficientlyGenericBecauseOfScope a0

Parameters:
Returns: int * string

This code is not sufficiently generic. The type variable %s could not be generalized because it would escape its scope. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:526)

a0 : String
Returns: int * string

SR.tcNotValidEnumCaseName ()

Full Usage: SR.tcNotValidEnumCaseName ()

Returns: int * string

This is not a valid name for an enumeration case (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:599)

Returns: int * string

SR.tcNumericLiteralRequiresModule a0

Full Usage: SR.tcNumericLiteralRequiresModule a0

Parameters:
Returns: int * string

This numeric literal requires that a module '%s' defining functions FromZero, FromOne, FromInt32, FromInt64 and FromString be in scope (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:639)

a0 : String
Returns: int * string

SR.tcObjectConstructionCanOnlyBeUsedInClassTypes ()

Full Usage: SR.tcObjectConstructionCanOnlyBeUsedInClassTypes ()

Returns: int * string

Object construction expressions may only be used to implement constructors in class types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:631)

Returns: int * string

SR.tcObjectConstructionExpressionCanOnlyImplementConstructorsInObjectModelTypes ()

Full Usage: SR.tcObjectConstructionExpressionCanOnlyImplementConstructorsInObjectModelTypes ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:643)

Returns: int * string

SR.tcObjectConstructorRequiresArgument ()

Full Usage: SR.tcObjectConstructorRequiresArgument ()

Returns: int * string

An object constructor requires an argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:532)

Returns: int * string

SR.tcObjectConstructorsIllegalInInterface ()

Full Usage: SR.tcObjectConstructorsIllegalInInterface ()

Returns: int * string

Interfaces cannot contain definitions of object constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:719)

Returns: int * string

SR.tcObjectConstructorsOnTypeParametersCannotTakeArguments ()

Full Usage: SR.tcObjectConstructorsOnTypeParametersCannotTakeArguments ()

Returns: int * string

Calls to object constructors on type parameters cannot be given arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:608)

Returns: int * string

SR.tcObjectExpressionFormDeprecated ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:537)

Returns: string

SR.tcObjectExpressionsCanOnlyOverrideAbstractOrVirtual ()

Full Usage: SR.tcObjectExpressionsCanOnlyOverrideAbstractOrVirtual ()

Returns: int * string

Only overrides of abstract and virtual members may be specified in object expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:620)

Returns: int * string

SR.tcObjectOfIndeterminateTypeUsedRequireTypeConstraint ()

Full Usage: SR.tcObjectOfIndeterminateTypeUsedRequireTypeConstraint ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:606)

Returns: int * string

SR.tcObjectsMustBeInitializedWithObjectExpression ()

Full Usage: SR.tcObjectsMustBeInitializedWithObjectExpression ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:633)

Returns: int * string

SR.tcOnlyClassesCanHaveAbstract ()

Full Usage: SR.tcOnlyClassesCanHaveAbstract ()

Returns: int * string

Only classes may be given the 'AbstractClass' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:788)

Returns: int * string

SR.tcOnlyFunctionsCanBeInline ()

Full Usage: SR.tcOnlyFunctionsCanBeInline ()

Returns: int * string

Only functions may be marked 'inline' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:686)

Returns: int * string

SR.tcOnlyRecordFieldsAndSimpleLetCanBeMutable ()

Full Usage: SR.tcOnlyRecordFieldsAndSimpleLetCanBeMutable ()

Returns: int * string

Mutable 'let' bindings can't be recursive or defined in recursive modules or namespaces (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:727)

Returns: int * string

SR.tcOnlySimpleBindingsCanBeUsedInConstructionExpressions ()

Full Usage: SR.tcOnlySimpleBindingsCanBeUsedInConstructionExpressions ()

Returns: int * string

Only simple bindings of the form 'id = expr' can be used in construction expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:632)

Returns: int * string

SR.tcOnlySimplePatternsInLetRec ()

Full Usage: SR.tcOnlySimplePatternsInLetRec ()

Returns: int * string

Only simple variable patterns can be bound in 'let rec' constructs (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:726)

Returns: int * string

SR.tcOnlyStructsCanHaveStructLayout ()

Full Usage: SR.tcOnlyStructsCanHaveStructLayout ()

Returns: int * string

Only structs and classes without primary constructors may be given the 'StructLayout' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:786)

Returns: int * string

SR.tcOnlyTypesRepresentingUnitsOfMeasureCanHaveMeasure ()

Full Usage: SR.tcOnlyTypesRepresentingUnitsOfMeasureCanHaveMeasure ()

Returns: int * string

Only types representing units-of-measure may be given the 'Measure' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:789)

Returns: int * string

SR.tcOpenFirstInMutRec ()

Full Usage: SR.tcOpenFirstInMutRec ()

Returns: int * string

In a recursive declaration group, 'open' declarations must come first in each module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1380)

Returns: int * string

SR.tcOpenUsedWithPartiallyQualifiedPath a0

Full Usage: SR.tcOpenUsedWithPartiallyQualifiedPath a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:745)

a0 : String
Returns: int * string

SR.tcOperatorDoesntAcceptInto a0

Full Usage: SR.tcOperatorDoesntAcceptInto a0

Parameters:
Returns: int * string

The operator '%s' does not accept the use of 'into' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1302)

a0 : String
Returns: int * string

SR.tcOperatorIncorrectSyntax (a0, a1)

Full Usage: SR.tcOperatorIncorrectSyntax (a0, a1)

Parameters:
Returns: int * string

Incorrect syntax for '%s'. Usage: %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1268)

a0 : String
a1 : String
Returns: int * string

SR.tcOperatorRequiresIn (a0, a1)

Full Usage: SR.tcOperatorRequiresIn (a0, a1)

Parameters:
Returns: int * string

'%s' must be followed by 'in'. Usage: %s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1340)

a0 : String
a1 : String
Returns: int * string

SR.tcOptionalArgsMustComeAfterNonOptionalArgs ()

Full Usage: SR.tcOptionalArgsMustComeAfterNonOptionalArgs ()

Returns: int * string

Optional arguments must come at the end of the argument list, after any non-optional arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1107)

Returns: int * string

SR.tcOptionalArgsOnlyOnMembers ()

Full Usage: SR.tcOptionalArgsOnlyOnMembers ()

Returns: int * string

Optional arguments are only permitted on type members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:572)

Returns: int * string

SR.tcOptionalArgumentsCannotBeUsedInCustomAttribute ()

Full Usage: SR.tcOptionalArgumentsCannotBeUsedInCustomAttribute ()

Returns: int * string

Optional arguments cannot be used in custom attributes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:697)

Returns: int * string

SR.tcOtherThenAdjacentListArgumentNeedsAdjustment ()

Full Usage: SR.tcOtherThenAdjacentListArgumentNeedsAdjustment ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1617)

Returns: int * string

SR.tcOtherThenAdjacentListArgumentReserved ()

Full Usage: SR.tcOtherThenAdjacentListArgumentReserved ()

Returns: int * string

The syntax 'expr1[expr2]' is now reserved for indexing and is ambiguous when used as an argument. See https://aka.ms/fsharp-index-notation. If calling a function with multiple curried arguments, add a space between them, e.g. 'someFunction expr1 [expr2]'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1614)

Returns: int * string

SR.tcOverloadsCannotHaveCurriedArguments ()

Full Usage: SR.tcOverloadsCannotHaveCurriedArguments ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:670)

Returns: int * string

SR.tcOverrideArityMismatch a0

Full Usage: SR.tcOverrideArityMismatch a0

Parameters:
Returns: int * string

This override takes a different number of arguments to the corresponding abstract member. The following abstract members were found:%s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:710)

a0 : String
Returns: int * string

SR.tcOverrideUsesMultipleArgumentsInsteadOfTuple ()

Full Usage: SR.tcOverrideUsesMultipleArgumentsInsteadOfTuple ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1729)

Returns: int * string

SR.tcOverridesCannotHaveVisibilityDeclarations ()

Full Usage: SR.tcOverridesCannotHaveVisibilityDeclarations ()

Returns: int * string

Accessibility modifiers are not permitted on overrides or interface implementations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:790)

Returns: int * string

SR.tcOverridingMethodRequiresAllOrNoTypeParameters ()

Full Usage: SR.tcOverridingMethodRequiresAllOrNoTypeParameters ()

Returns: int * string

You must explicitly declare either all or no type parameters when overriding a generic abstract method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:522)

Returns: int * string

SR.tcParameterInferredByref a0

Full Usage: SR.tcParameterInferredByref a0

Parameters:
Returns: int * string

The parameter '%s' was inferred to have byref type. Parameters of byref type must be given an explicit type annotation, e.g. 'x1: byref'. When used, a byref parameter is implicitly dereferenced. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1082)

a0 : String
Returns: int * string

SR.tcParameterRequiresName ()

Full Usage: SR.tcParameterRequiresName ()

Returns: int * string

A parameter with attributes must also be given a name, e.g. '[] Name : Type' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:494)

Returns: int * string

SR.tcParenThenAdjacentListArgumentNeedsAdjustment ()

Full Usage: SR.tcParenThenAdjacentListArgumentNeedsAdjustment ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1615)

Returns: int * string

SR.tcParenThenAdjacentListArgumentReserved ()

Full Usage: SR.tcParenThenAdjacentListArgumentReserved ()

Returns: int * string

The syntax '(expr1)[expr2]' is now reserved for indexing and is ambiguous when used as an argument. See https://aka.ms/fsharp-index-notation. If calling a function with multiple curried arguments, add a space between them, e.g. 'someFunction (expr1) [expr2]'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1612)

Returns: int * string

SR.tcPredefinedTypeCannotBeUsedAsSuperType ()

Full Usage: SR.tcPredefinedTypeCannotBeUsedAsSuperType ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:626)

Returns: int * string

SR.tcPropertyCannotBeSet0 ()

Full Usage: SR.tcPropertyCannotBeSet0 ()

Returns: int * string

This property cannot be set (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:698)

Returns: int * string

SR.tcPropertyCannotBeSet1 a0

Full Usage: SR.tcPropertyCannotBeSet1 a0

Parameters:
Returns: int * string

Property '%s' cannot be set (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:662)

a0 : String
Returns: int * string

SR.tcPropertyIsNotReadable a0

Full Usage: SR.tcPropertyIsNotReadable a0

Parameters:
Returns: int * string

Property '%s' is not readable (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:659)

a0 : String
Returns: int * string

SR.tcPropertyIsNotStatic a0

Full Usage: SR.tcPropertyIsNotStatic a0

Parameters:
Returns: int * string

Property '%s' is not static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:658)

a0 : String
Returns: int * string

SR.tcPropertyIsStatic a0

Full Usage: SR.tcPropertyIsStatic a0

Parameters:
Returns: int * string

Property '%s' is static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:661)

a0 : String
Returns: int * string

SR.tcPropertyOrFieldNotFoundInAttribute ()

Full Usage: SR.tcPropertyOrFieldNotFoundInAttribute ()

Returns: int * string

This property or field was not found on this custom attribute type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:699)

Returns: int * string

SR.tcPropertyRequiresExplicitTypeParameters ()

Full Usage: SR.tcPropertyRequiresExplicitTypeParameters ()

Returns: int * string

A property cannot have explicit type parameters. Consider using a method instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:527)

Returns: int * string

SR.tcRecImplied ()

Full Usage: SR.tcRecImplied ()

Returns: int * string

The 'rec' on this module is implied by an outer 'rec' declaration and is being ignored (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1379)

Returns: int * string

SR.tcRecordFieldInconsistentTypes ()

Full Usage: SR.tcRecordFieldInconsistentTypes ()

Returns: int * string

This record contains fields from inconsistent types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:512)

Returns: int * string

SR.tcRecordsUnionsAbbreviationsStructsMayNotHaveAllowNullLiteralAttribute ()

Full Usage: SR.tcRecordsUnionsAbbreviationsStructsMayNotHaveAllowNullLiteralAttribute ()

Returns: int * string

Records, union, abbreviations and struct types cannot have the 'AllowNullLiteral' attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:783)

Returns: int * string

SR.tcRecursiveBindingsWithMembersMustBeDirectAugmentation ()

Full Usage: SR.tcRecursiveBindingsWithMembersMustBeDirectAugmentation ()

Returns: int * string

Recursive bindings that include member specifications can only occur as a direct augmentation of a type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:725)

Returns: int * string

SR.tcRepresentationOfTypeHiddenBySignature ()

Full Usage: SR.tcRepresentationOfTypeHiddenBySignature ()

Returns: int * string

The representation of this type is hidden by the signature. It must be given an attribute such as [], [] or [] to indicate the characteristics of the type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:787)

Returns: int * string

SR.tcRequireActivePatternWithOneResult ()

Full Usage: SR.tcRequireActivePatternWithOneResult ()

Returns: int * string

Only active patterns returning exactly one result may accept arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:576)

Returns: int * string

SR.tcRequireBuilderMethod a0

Full Usage: SR.tcRequireBuilderMethod a0

Parameters:
Returns: int * string

This control construct may only be used if the computation expression builder defines a '%s' method (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:563)

a0 : String
Returns: int * string

SR.tcRequireMergeSourcesOrBindN a0

Full Usage: SR.tcRequireMergeSourcesOrBindN a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1529)

a0 : String
Returns: int * string

SR.tcRequireVarConstRecogOrLiteral ()

Full Usage: SR.tcRequireVarConstRecogOrLiteral ()

Returns: int * string

This is not a variable, constant, active recognizer or literal (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:584)

Returns: int * string

SR.tcReservedSyntaxForAugmentation ()

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 '[] attribute to the type definition in the signature (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:808)

Returns: string

SR.tcResumableCodeArgMustHaveRightKind ()

Full Usage: SR.tcResumableCodeArgMustHaveRightKind ()

Returns: int * string

Invalid resumable code. A resumable code parameter must be of delegate or function type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1662)

Returns: int * string

SR.tcResumableCodeArgMustHaveRightName ()

Full Usage: SR.tcResumableCodeArgMustHaveRightName ()

Returns: int * string

Invalid resumable code. Resumable code parameter must have name beginning with '__expand' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1661)

Returns: int * string

SR.tcResumableCodeContainsLetRec ()

Full Usage: SR.tcResumableCodeContainsLetRec ()

Returns: int * string

Invalid resumable code. A 'let rec' occured in the resumable code specification (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1663)

Returns: int * string

SR.tcResumableCodeFunctionMustBeInline ()

Full Usage: SR.tcResumableCodeFunctionMustBeInline ()

Returns: int * string

Invalid resumable code. Any method of function accepting or returning resumable code must be marked 'inline' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1660)

Returns: int * string

SR.tcResumableCodeInvocation ()

Full Usage: SR.tcResumableCodeInvocation ()

Returns: int * string

Resumable code invocation. Suppress this warning if you are defining new low-level resumable code in terms of existing resumable code. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1668)

Returns: int * string

SR.tcResumableCodeNotSupported ()

Full Usage: SR.tcResumableCodeNotSupported ()

Returns: int * string

Using resumable code or resumable state machines requires /langversion:preview (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1664)

Returns: int * string

SR.tcReturnMayNotBeUsedInQueries ()

Full Usage: SR.tcReturnMayNotBeUsedInQueries ()

Returns: int * string

'return' and 'return!' may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1315)

Returns: int * string

SR.tcReturnTypesForUnionMustBeSameAsType ()

Full Usage: SR.tcReturnTypesForUnionMustBeSameAsType ()

Returns: int * string

Return types of union cases must be identical to the type being defined, up to abbreviations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:738)

Returns: int * string

SR.tcReturnValuesCannotHaveNames ()

Full Usage: SR.tcReturnValuesCannotHaveNames ()

Returns: int * string

Return values cannot have names (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:495)

Returns: int * string

SR.tcRuntimeSuppliedMethodCannotBeUsedInUserCode a0

Full Usage: SR.tcRuntimeSuppliedMethodCannotBeUsedInUserCode a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1346)

a0 : String
Returns: int * string

SR.tcSeqResultsUseYield ()

Full Usage: SR.tcSeqResultsUseYield ()

Returns: int * string

In sequence expressions, results are generated using 'yield' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:489)

Returns: int * string

SR.tcSetterForInitOnlyPropertyCannotBeCalled1 a0

Full Usage: SR.tcSetterForInitOnlyPropertyCannotBeCalled1 a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:664)

a0 : String
Returns: int * string

SR.tcSimpleMethodNameRequired ()

Full Usage: SR.tcSimpleMethodNameRequired ()

Returns: int * string

A simple method name is required here (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:625)

Returns: int * string

SR.tcStaticBindingInExtrinsicAugmentation ()

Full Usage: SR.tcStaticBindingInExtrinsicAugmentation ()

Returns: int * string

Static bindings cannot be added to extrinsic augmentations. Consider using a 'static member' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1727)

Returns: int * string

SR.tcStaticFieldUsedWhenInstanceFieldExpected ()

Full Usage: SR.tcStaticFieldUsedWhenInstanceFieldExpected ()

Returns: int * string

A static field was used where an instance field is expected (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:484)

Returns: int * string

SR.tcStaticInitializerRequiresArgument ()

Full Usage: SR.tcStaticInitializerRequiresArgument ()

Returns: int * string

A static initializer requires an argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:531)

Returns: int * string

SR.tcStaticInitializersIllegalInInterface ()

Full Usage: SR.tcStaticInitializersIllegalInInterface ()

Returns: int * string

Interfaces cannot contain definitions of static initializers (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:718)

Returns: int * string

SR.tcStaticLetBindingsRequireClassesWithImplicitConstructors ()

Full Usage: SR.tcStaticLetBindingsRequireClassesWithImplicitConstructors ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:753)

Returns: int * string

SR.tcStaticMemberShouldNotHaveThis ()

Full Usage: SR.tcStaticMemberShouldNotHaveThis ()

Returns: int * string

This static member should not have a 'this' parameter. Consider using the notation 'member Member(args) = ...'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:533)

Returns: int * string

SR.tcStaticOptimizationConditionalsOnlyForFSharpLibrary ()

Full Usage: SR.tcStaticOptimizationConditionalsOnlyForFSharpLibrary ()

Returns: int * string

Static optimization conditionals are only for use within the F# library (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:672)

Returns: int * string

SR.tcStaticValFieldsMustBeMutableAndPrivate ()

Full Usage: SR.tcStaticValFieldsMustBeMutableAndPrivate ()

Returns: int * string

Static 'val' fields in types must be mutable, private and marked with the '[]' attribute. They are initialized to the 'null' or 'zero' value for their type. Consider also using a 'static let mutable' binding in a class type. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:734)

Returns: int * string

SR.tcStructTypesCannotContainAbstractMembers ()

Full Usage: SR.tcStructTypesCannotContainAbstractMembers ()

Returns: int * string

Struct types cannot contain abstract members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:801)

Returns: int * string

SR.tcStructUnionMultiCaseDistinctFields ()

Full Usage: SR.tcStructUnionMultiCaseDistinctFields ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1384)

Returns: int * string

SR.tcStructUnionMultiCaseFieldsSameType ()

Full Usage: SR.tcStructUnionMultiCaseFieldsSameType ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1738)

Returns: int * string

SR.tcStructsCanOnlyBindThisAtMemberDeclaration ()

Full Usage: SR.tcStructsCanOnlyBindThisAtMemberDeclaration ()

Returns: int * string

Structs may only bind a 'this' parameter at member declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:514)

Returns: int * string

SR.tcStructsCannotHaveConstructorWithNoArguments ()

Full Usage: SR.tcStructsCannotHaveConstructorWithNoArguments ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:723)

Returns: int * string

SR.tcStructsInterfacesEnumsDelegatesMayNotInheritFromOtherTypes ()

Full Usage: SR.tcStructsInterfacesEnumsDelegatesMayNotInheritFromOtherTypes ()

Returns: int * string

Structs, interfaces, enums and delegates cannot inherit from other types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:781)

Returns: int * string

SR.tcStructsMayNotContainDoBindings ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:751)

Returns: string

SR.tcStructsMayNotContainLetBindings ()

Full Usage: SR.tcStructsMayNotContainLetBindings ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:752)

Returns: int * string

SR.tcStructsMustDeclareTypesOfImplicitCtorArgsExplicitly ()

Full Usage: SR.tcStructsMustDeclareTypesOfImplicitCtorArgsExplicitly ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1067)

Returns: int * string

SR.tcStructuralComparisonNotSatisfied1 (a0, a1)

Full Usage: SR.tcStructuralComparisonNotSatisfied1 (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1059)

a0 : String
a1 : String
Returns: int * string

SR.tcStructuralComparisonNotSatisfied2 (a0, a1)

Full Usage: SR.tcStructuralComparisonNotSatisfied2 (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1060)

a0 : String
a1 : String
Returns: int * string

SR.tcStructuralEqualityNotSatisfied1 (a0, a1)

Full Usage: SR.tcStructuralEqualityNotSatisfied1 (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1065)

a0 : String
a1 : String
Returns: int * string

SR.tcStructuralEqualityNotSatisfied2 (a0, a1)

Full Usage: SR.tcStructuralEqualityNotSatisfied2 (a0, a1)

Parameters:
Returns: int * string

The struct, record or union type '%s' has the 'StructuralEquality' attribute but the component type '%s' does not satisfy the 'equality' constraint (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1066)

a0 : String
a1 : String
Returns: int * string

SR.tcSubsumptionImplicitConversionUsed (a0, a1)

Full Usage: SR.tcSubsumptionImplicitConversionUsed (a0, a1)

Parameters:
Returns: int * string

This expression implicitly converts type '%s' to type '%s'. See https://aka.ms/fsharp-implicit-convs. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1643)

a0 : String
a1 : String
Returns: int * string

SR.tcSynTypeOrInvalidInDeclaration ()

Full Usage: SR.tcSynTypeOrInvalidInDeclaration ()

Returns: int * string

SynType.Or is not permitted in this declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1700)

Returns: int * string

SR.tcSyntaxCanOnlyBeUsedToCreateObjectTypes a0

Full Usage: SR.tcSyntaxCanOnlyBeUsedToCreateObjectTypes a0

Parameters:
Returns: int * string

'%s' may only be used to construct object types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:615)

a0 : String
Returns: int * string

SR.tcSyntaxErrorUnexpectedQMark ()

Full Usage: SR.tcSyntaxErrorUnexpectedQMark ()

Returns: int * string

Syntax error - unexpected '?' symbol (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:587)

Returns: int * string

SR.tcSyntaxFormUsedOnlyWithRecordLabelsPropertiesAndFields ()

Full Usage: SR.tcSyntaxFormUsedOnlyWithRecordLabelsPropertiesAndFields ()

Returns: int * string

The syntax 'expr.id' may only be used with record labels, properties and fields (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:666)

Returns: int * string

SR.tcTPFieldMustBeLiteral ()

Full Usage: SR.tcTPFieldMustBeLiteral ()

Returns: int * string

Invalid provided field. Provided fields of erased provided types must be literals. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1333)

Returns: int * string

SR.tcThisTypeMayNotHaveACLIMutableAttribute ()

Full Usage: SR.tcThisTypeMayNotHaveACLIMutableAttribute ()

Returns: int * string

This type definition may not have the 'CLIMutable' attribute. Only record types may have this attribute. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1304)

Returns: int * string

SR.tcThisValueMayNotBeInlined ()

Full Usage: SR.tcThisValueMayNotBeInlined ()

Returns: int * string

This member, function or value declaration may not be declared 'inline' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1322)

Returns: int * string

SR.tcThreadStaticAndContextStaticMustBeStatic ()

Full Usage: SR.tcThreadStaticAndContextStaticMustBeStatic ()

Returns: int * string

Thread-static and context-static variables must be static and given the [] attribute to indicate that the value is initialized to the default value on each new thread (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:731)

Returns: int * string

SR.tcTraitHasMultipleSupportTypes a0

Full Usage: SR.tcTraitHasMultipleSupportTypes a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1695)

a0 : String
Returns: int * string

SR.tcTraitInvocationShouldUseTick ()

Full Usage: SR.tcTraitInvocationShouldUseTick ()

Returns: int * string

Invocation of a static constraint should use \"'T.Ident\" and not \"^T.Ident\", even for statically resolved type parameters. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1692)

Returns: int * string

SR.tcTraitIsNotStatic a0

Full Usage: SR.tcTraitIsNotStatic a0

Parameters:
Returns: int * string

Trait '%s' is not static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1689)

a0 : String
Returns: int * string

SR.tcTraitIsStatic a0

Full Usage: SR.tcTraitIsStatic a0

Parameters:
Returns: int * string

Trait '%s' is static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1688)

a0 : String
Returns: int * string

SR.tcTraitMayNotUseComplexThings ()

Full Usage: SR.tcTraitMayNotUseComplexThings ()

Returns: int * string

A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1690)

Returns: int * string

SR.tcTryIllegalInSequenceExpression ()

Full Usage: SR.tcTryIllegalInSequenceExpression ()

Returns: int * string

'try'/'with' cannot be used within sequence expressions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:651)

Returns: int * string

SR.tcTryWithMayNotBeUsedInQueries ()

Full Usage: SR.tcTryWithMayNotBeUsedInQueries ()

Returns: int * string

'try/with' expressions may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1317)

Returns: int * string

SR.tcTupleMemberNotNormallyUsed ()

Full Usage: SR.tcTupleMemberNotNormallyUsed ()

Returns: int * string

This method or property is not normally used from F# code, use an explicit tuple pattern for deconstruction instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1495)

Returns: int * string

SR.tcTupleStructMismatch ()

Full Usage: SR.tcTupleStructMismatch ()

Returns: string

One tuple type is a struct tuple, the other is a reference tuple (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1375)

Returns: string

SR.tcTypeAbbreviationHasTypeParametersMissingOnType ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:780)

Returns: string

SR.tcTypeAbbreviationsCannotHaveAugmentations ()

Full Usage: SR.tcTypeAbbreviationsCannotHaveAugmentations ()

Returns: int * string

Type abbreviations cannot have augmentations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:816)

Returns: int * string

SR.tcTypeAbbreviationsCannotHaveInterfaceDeclaration ()

Full Usage: SR.tcTypeAbbreviationsCannotHaveInterfaceDeclaration ()

Returns: int * string

Type abbreviations cannot have interface declarations (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:756)

Returns: int * string

SR.tcTypeAbbreviationsCheckedAtCompileTime ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:748)

Returns: string

SR.tcTypeAbbreviationsMayNotHaveMembers ()

Full Usage: SR.tcTypeAbbreviationsMayNotHaveMembers ()

Returns: int * string

Type abbreviations cannot have members (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:747)

Returns: int * string

SR.tcTypeCannotBeEnumerated a0

Full Usage: SR.tcTypeCannotBeEnumerated a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:549)

a0 : String
Returns: int * string

SR.tcTypeCastErased (a0, a1)

Full Usage: SR.tcTypeCastErased (a0, a1)

Parameters:
Returns: int * string

This downcast will erase the provided type '%s' to the type '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1225)

a0 : String
a1 : String
Returns: int * string

SR.tcTypeDefinitionIsCyclic ()

Full Usage: SR.tcTypeDefinitionIsCyclic ()

Returns: int * string

This type definition involves an immediate cyclic reference through an abbreviation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:806)

Returns: int * string

SR.tcTypeDefinitionIsCyclicThroughInheritance ()

Full Usage: SR.tcTypeDefinitionIsCyclicThroughInheritance ()

Returns: int * string

This type definition involves an immediate cyclic reference through a struct field or inheritance relation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:807)

Returns: int * string

SR.tcTypeDefinitionsWithImplicitConstructionMustHaveLocalBindingsBeforeMembers ()

Full Usage: SR.tcTypeDefinitionsWithImplicitConstructionMustHaveLocalBindingsBeforeMembers ()

Returns: int * string

'let' and 'do' bindings must come before member and interface definitions in type definitions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:812)

Returns: int * string

SR.tcTypeDefinitionsWithImplicitConstructionMustHaveOneInherit ()

Full Usage: SR.tcTypeDefinitionsWithImplicitConstructionMustHaveOneInherit ()

Returns: int * string

Type definitions may only have one 'inherit' specification and it must be the first declaration (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:811)

Returns: int * string

SR.tcTypeDoesNotInheritAttribute ()

Full Usage: SR.tcTypeDoesNotInheritAttribute ()

Returns: int * string

This type does not inherit Attribute, it will not work correctly with other .NET languages. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1515)

Returns: int * string

SR.tcTypeExceptionOrModule ()

Full Usage: SR.tcTypeExceptionOrModule ()

Returns: string

type, exception or module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:764)

Returns: string

SR.tcTypeHasNoAccessibleConstructor ()

Full Usage: SR.tcTypeHasNoAccessibleConstructor ()

Returns: int * string

This type has no accessible object constructors (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:655)

Returns: int * string

SR.tcTypeHasNoNestedTypes ()

Full Usage: SR.tcTypeHasNoNestedTypes ()

Returns: int * string

This type has no nested types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:564)

Returns: int * string

SR.tcTypeIsInaccessible ()

Full Usage: SR.tcTypeIsInaccessible ()

Returns: int * string

This type is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:692)

Returns: int * string

SR.tcTypeIsNotARecordType ()

Full Usage: SR.tcTypeIsNotARecordType ()

Returns: int * string

This type is not a record type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:646)

Returns: int * string

SR.tcTypeIsNotARecordTypeNeedConstructor ()

Full Usage: SR.tcTypeIsNotARecordTypeNeedConstructor ()

Returns: int * string

This type is not a record type. Values of class and struct types must be created using calls to object constructors. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:645)

Returns: int * string

SR.tcTypeIsNotInterfaceType0 ()

Full Usage: SR.tcTypeIsNotInterfaceType0 ()

Returns: int * string

This type is not an interface type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:758)

Returns: int * string

SR.tcTypeIsNotInterfaceType1 a0

Full Usage: SR.tcTypeIsNotInterfaceType1 a0

Parameters:
Returns: int * string

The type '%s' is not an interface type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:740)

a0 : String
Returns: int * string

SR.tcTypeOrModule ()

Full Usage: SR.tcTypeOrModule ()

Returns: string

type or module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:765)

Returns: string

SR.tcTypeParameterArityMismatch (a0, a1)

Full Usage: SR.tcTypeParameterArityMismatch (a0, a1)

Parameters:
Returns: int * string

This value, type or method expects %d type parameter(s) but was given %d (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:542)

a0 : Int32
a1 : Int32
Returns: int * string

SR.tcTypeParameterHasBeenConstrained a0

Full Usage: SR.tcTypeParameterHasBeenConstrained a0

Parameters:
Returns: int * string

This type parameter has been used in a way that constrains it to always be '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:519)

a0 : String
Returns: int * string

SR.tcTypeParameterInvalidAsTypeConstructor ()

Full Usage: SR.tcTypeParameterInvalidAsTypeConstructor ()

Returns: int * string

Type parameter cannot be used as type constructor (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:566)

Returns: int * string

SR.tcTypeParametersInferredAreNotStable ()

Full Usage: SR.tcTypeParametersInferredAreNotStable ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:520)

Returns: int * string

SR.tcTypeRequiresDefinition ()

Full Usage: SR.tcTypeRequiresDefinition ()

Returns: int * string

This type requires a definition (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:779)

Returns: int * string

SR.tcTypeTestErased (a0, a1)

Full Usage: SR.tcTypeTestErased (a0, a1)

Parameters:
Returns: int * string

This type test with a provided type '%s' is not allowed because this provided type will be erased to '%s' at runtime. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1226)

a0 : String
a1 : String
Returns: int * string

SR.tcTypeTestLosesMeasures a0

Full Usage: SR.tcTypeTestLosesMeasures a0

Parameters:
Returns: int * string

This type test or downcast will ignore the unit-of-measure '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1121)

a0 : String
Returns: int * string

SR.tcTypeTestLossy (a0, a1)

Full Usage: SR.tcTypeTestLossy (a0, a1)

Parameters:
Returns: int * string

This type test or downcast will erase the provided type '%s' to the type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1224)

a0 : String
a1 : String
Returns: int * string

SR.tcTypeUsedInInvalidWay (a0, a1, a2)

Full Usage: SR.tcTypeUsedInInvalidWay (a0, a1, a2)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:818)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.tcTypesAreAlwaysSealedAssemblyCode ()

Full Usage: SR.tcTypesAreAlwaysSealedAssemblyCode ()

Returns: int * string

Assembly code types are always sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:793)

Returns: int * string

SR.tcTypesAreAlwaysSealedDU ()

Full Usage: SR.tcTypesAreAlwaysSealedDU ()

Returns: int * string

Discriminated union types are always sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:791)

Returns: int * string

SR.tcTypesAreAlwaysSealedDelegate ()

Full Usage: SR.tcTypesAreAlwaysSealedDelegate ()

Returns: int * string

Delegate types are always sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:795)

Returns: int * string

SR.tcTypesAreAlwaysSealedEnum ()

Full Usage: SR.tcTypesAreAlwaysSealedEnum ()

Returns: int * string

Enum types are always sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:796)

Returns: int * string

SR.tcTypesAreAlwaysSealedRecord ()

Full Usage: SR.tcTypesAreAlwaysSealedRecord ()

Returns: int * string

Record types are always sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:792)

Returns: int * string

SR.tcTypesAreAlwaysSealedStruct ()

Full Usage: SR.tcTypesAreAlwaysSealedStruct ()

Returns: int * string

Struct types are always sealed (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:794)

Returns: int * string

SR.tcTypesCannotContainNestedTypes ()

Full Usage: SR.tcTypesCannotContainNestedTypes ()

Returns: int * string

Types cannot contain nested type definitions (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:763)

Returns: int * string

SR.tcTypesCannotInheritFromMultipleConcreteTypes ()

Full Usage: SR.tcTypesCannotInheritFromMultipleConcreteTypes ()

Returns: int * string

Types cannot inherit from multiple concrete types (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:782)

Returns: int * string

SR.tcUnableToParseFormatString a0

Full Usage: SR.tcUnableToParseFormatString a0

Parameters:
Returns: int * string

Unable to parse format string '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:595)

a0 : String
Returns: int * string

SR.tcUnableToParseInterpolatedString a0

Full Usage: SR.tcUnableToParseInterpolatedString a0

Parameters:
Returns: int * string

Invalid interpolated string. %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1630)

a0 : String
Returns: int * string

SR.tcUndefinedField (a0, a1)

Full Usage: SR.tcUndefinedField (a0, a1)

Parameters:
Returns: int * string

The field '%s' has been given a value, but is not present in the type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:617)

a0 : String
a1 : String
Returns: int * string

SR.tcUnexpectedBigRationalConstant ()

Full Usage: SR.tcUnexpectedBigRationalConstant ()

Returns: string

Unexpected big rational constant (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:490)

Returns: string

SR.tcUnexpectedConditionInImportedAssembly ()

Full Usage: SR.tcUnexpectedConditionInImportedAssembly ()

Returns: int * string

Unexpected condition in imported assembly: failed to decode AttributeUsage attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:693)

Returns: int * string

SR.tcUnexpectedConstByteArray ()

Full Usage: SR.tcUnexpectedConstByteArray ()

Returns: string

Unexpected Const_bytearray (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:493)

Returns: string

SR.tcUnexpectedConstUint16Array ()

Full Usage: SR.tcUnexpectedConstUint16Array ()

Returns: string

Unexpected Const_uint16array (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:492)

Returns: string

SR.tcUnexpectedExprAtRecInfPoint ()

Full Usage: SR.tcUnexpectedExprAtRecInfPoint ()

Returns: int * string

Unexpected expression at recursive inference point (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:515)

Returns: int * string

SR.tcUnexpectedFunTypeInUnionCaseField ()

Full Usage: SR.tcUnexpectedFunTypeInUnionCaseField ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1733)

Returns: int * string

SR.tcUnexpectedMeasureAnon ()

Full Usage: SR.tcUnexpectedMeasureAnon ()

Returns: int * string

Unexpected SynMeasure.Anon (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:487)

Returns: int * string

SR.tcUnexpectedPropertyInSyntaxTree ()

Full Usage: SR.tcUnexpectedPropertyInSyntaxTree ()

Returns: int * string

Unexpected source-level property specification in syntax tree (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:530)

Returns: int * string

SR.tcUnexpectedPropertySpec ()

Full Usage: SR.tcUnexpectedPropertySpec ()

Returns: int * string

Unexpected source-level property specification (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:536)

Returns: int * string

SR.tcUnexpectedSlashInType ()

Full Usage: SR.tcUnexpectedSlashInType ()

Returns: int * string

Unexpected / in type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:570)

Returns: int * string

SR.tcUnexpectedSymbolInTypeExpression a0

Full Usage: SR.tcUnexpectedSymbolInTypeExpression a0

Parameters:
Returns: int * string

Unexpected %s in type expression (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:565)

a0 : String
Returns: int * string

SR.tcUnexpectedTypeArguments ()

Full Usage: SR.tcUnexpectedTypeArguments ()

Returns: int * string

Unexpected type arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:571)

Returns: int * string

SR.tcUninitializedValFieldsMustBeMutable ()

Full Usage: SR.tcUninitializedValFieldsMustBeMutable ()

Returns: int * string

Uninitialized 'val' fields must be mutable and marked with the '[]' attribute. Consider using a 'let' binding instead of a 'val' field. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:733)

Returns: int * string

SR.tcUnionCaseConstructorDoesNotHaveFieldWithGivenName (a0, a1)

Full Usage: SR.tcUnionCaseConstructorDoesNotHaveFieldWithGivenName (a0, a1)

Parameters:
Returns: int * string

The union case '%s' does not have a field named '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1347)

a0 : String
a1 : String
Returns: int * string

SR.tcUnionCaseDoesNotTakeArguments ()

Full Usage: SR.tcUnionCaseDoesNotTakeArguments ()

Returns: int * string

This union case does not take arguments (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:579)

Returns: int * string

SR.tcUnionCaseExpectsTupledArguments (a0, a1, a2)

Full Usage: SR.tcUnionCaseExpectsTupledArguments (a0, a1, a2)

Parameters:
Returns: int * string

This union case expects %d arguments in tupled form, but was given %d. The missing field arguments may be any of:%s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:581)

a0 : Int32
a1 : Int32
a2 : String
Returns: int * string

SR.tcUnionCaseFieldCannotBeUsedMoreThanOnce a0

Full Usage: SR.tcUnionCaseFieldCannotBeUsedMoreThanOnce a0

Parameters:
Returns: int * string

Union case/exception field '%s' cannot be used more than once. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1351)

a0 : String
Returns: int * string

SR.tcUnionCaseNameConflictsWithGeneratedType (a0, a1)

Full Usage: SR.tcUnionCaseNameConflictsWithGeneratedType (a0, a1)

Parameters:
Returns: int * string

The union case named '%s' conflicts with the generated type '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1110)

a0 : String
a1 : String
Returns: int * string

SR.tcUnionCaseRequiresOneArgument ()

Full Usage: SR.tcUnionCaseRequiresOneArgument ()

Returns: int * string

This union case takes one argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:580)

Returns: int * string

SR.tcUnitsOfMeasureInvalidInTypeConstructor ()

Full Usage: SR.tcUnitsOfMeasureInvalidInTypeConstructor ()

Returns: int * string

Unit-of-measure cannot be used in type constructor application (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:562)

Returns: int * string

SR.tcUnknownUnion ()

Full Usage: SR.tcUnknownUnion ()

Returns: int * string

Unknown union case (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:525)

Returns: int * string

SR.tcUnnamedArgumentsDoNotFormPrefix ()

Full Usage: SR.tcUnnamedArgumentsDoNotFormPrefix ()

Returns: string

The unnamed arguments do not form a prefix of the arguments of the method called (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:671)

Returns: string

SR.tcUnrecognizedAttributeTarget ()

Full Usage: SR.tcUnrecognizedAttributeTarget ()

Returns: int * string

Unrecognized attribute target. Valid attribute targets are 'assembly', 'module', 'type', 'method', 'property', 'return', 'param', 'field', 'event', 'constructor'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:694)

Returns: int * string

SR.tcUnrecognizedQueryBinaryOperator ()

Full Usage: SR.tcUnrecognizedQueryBinaryOperator ()

Returns: int * string

Arguments to query operators may require parentheses, e.g. 'where (x > y)' or 'groupBy (x.Length / 10)' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1324)

Returns: int * string

SR.tcUnrecognizedQueryOperator ()

Full Usage: SR.tcUnrecognizedQueryOperator ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1316)

Returns: int * string

SR.tcUnsupportedAttribute ()

Full Usage: SR.tcUnsupportedAttribute ()

Returns: int * string

This attribute cannot be used in this version of F# (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:704)

Returns: int * string

SR.tcUnsupportedMutRecDecl ()

Full Usage: SR.tcUnsupportedMutRecDecl ()

Returns: int * string

This declaration is not supported in recursive declaration groups (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1382)

Returns: int * string

SR.tcUseForInSequenceExpression ()

Full Usage: SR.tcUseForInSequenceExpression ()

Returns: int * string

The use of 'let! x = coll' in sequence expressions is not permitted. Use 'for x in coll' instead. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:650)

Returns: int * string

SR.tcUseMayNotBeUsedInQueries ()

Full Usage: SR.tcUseMayNotBeUsedInQueries ()

Returns: int * string

'use' expressions may not be used in queries (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1313)

Returns: int * string

SR.tcUseYieldBangForMultipleResults ()

Full Usage: SR.tcUseYieldBangForMultipleResults ()

Returns: int * string

In sequence expressions, multiple results are generated using 'yield!' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:652)

Returns: int * string

SR.tcUsingInterfaceWithStaticAbstractMethodAsType a0

Full Usage: SR.tcUsingInterfaceWithStaticAbstractMethodAsType a0

Parameters:
Returns: int * string

'%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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1694)

a0 : String
Returns: int * string

SR.tcUsingInterfacesWithStaticAbstractMethods ()

Full Usage: SR.tcUsingInterfacesWithStaticAbstractMethods ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1693)

Returns: int * string

SR.tcValueInSignatureRequiresLiteralAttribute ()

Full Usage: SR.tcValueInSignatureRequiresLiteralAttribute ()

Returns: int * string

A declaration may only be given a value in a signature if the declaration has the [] attribute (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:730)

Returns: int * string

SR.tcVolatileFieldsMustBeMutable ()

Full Usage: SR.tcVolatileFieldsMustBeMutable ()

Returns: int * string

Volatile fields must be marked 'mutable' and cannot be thread-static (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:732)

Returns: int * string

SR.tcVolatileOnlyOnClassLetBindings ()

Full Usage: SR.tcVolatileOnlyOnClassLetBindings ()

Returns: int * string

The 'VolatileField' attribute may only be used on 'let' bindings in classes (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:677)

Returns: int * string

SR.tlrLambdaLiftingOptimizationsNotApplied ()

Full Usage: SR.tlrLambdaLiftingOptimizationsNotApplied ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:984)

Returns: int * string

SR.tlrUnexpectedTExpr ()

Full Usage: SR.tlrUnexpectedTExpr ()

Returns: int * string

Unexpected Expr.TyChoose (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:983)

Returns: int * string

SR.tooManyMethodsInDotNetTypeWritingAssembly (a0, a1, a2)

Full Usage: SR.tooManyMethodsInDotNetTypeWritingAssembly (a0, a1, a2)

Parameters:
Returns: int * string

The type '%s' has too many methods. Found: '%d', maximum: '%d' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1746)

a0 : String
a1 : Int32
a2 : Int32
Returns: int * string

SR.toolLocationHelperUnsupportedFrameworkVersion a0

Full Usage: SR.toolLocationHelperUnsupportedFrameworkVersion a0

Parameters:
Returns: int * string

The specified .NET Framework version '%s' is not supported. Please specify a value from the enumeration Microsoft.Build.Utilities.TargetDotNetFrameworkVersion. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1134)

a0 : String
Returns: int * string

SR.tupleRequiredInAbstractMethod ()

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:39)

Returns: string

SR.typeInfoActivePatternResult ()

Full Usage: SR.typeInfoActivePatternResult ()

Returns: string

active pattern result (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:952)

Returns: string

SR.typeInfoActiveRecognizer ()

Full Usage: SR.typeInfoActiveRecognizer ()

Returns: string

active recognizer (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:953)

Returns: string

SR.typeInfoAnonRecdField ()

Full Usage: SR.typeInfoAnonRecdField ()

Returns: string

anonymous record field (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:960)

Returns: string

SR.typeInfoArgument ()

Full Usage: SR.typeInfoArgument ()

Returns: string

argument (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:959)

Returns: string

SR.typeInfoCallsWord ()

Full Usage: SR.typeInfoCallsWord ()

Returns: string

Calls (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1296)

Returns: string

SR.typeInfoCustomOperation ()

Full Usage: SR.typeInfoCustomOperation ()

Returns: string

custom operation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:958)

Returns: string

SR.typeInfoEvent ()

Full Usage: SR.typeInfoEvent ()

Returns: string

event (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:955)

Returns: string

SR.typeInfoExtension ()

Full Usage: SR.typeInfoExtension ()

Returns: string

extension (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:957)

Returns: string

SR.typeInfoField ()

Full Usage: SR.typeInfoField ()

Returns: string

field (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:954)

Returns: string

SR.typeInfoFromFirst a0

Full Usage: SR.typeInfoFromFirst a0

Parameters:
Returns: string

from %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:965)

a0 : String
Returns: string

SR.typeInfoFromNext a0

Full Usage: SR.typeInfoFromNext a0

Parameters:
Returns: string

also from %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:966)

a0 : String
Returns: string

SR.typeInfoFullName ()

Full Usage: SR.typeInfoFullName ()

Returns: string

Full name (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:946)

Returns: string

SR.typeInfoGeneratedProperty ()

Full Usage: SR.typeInfoGeneratedProperty ()

Returns: string

generated property (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:967)

Returns: string

SR.typeInfoGeneratedType ()

Full Usage: SR.typeInfoGeneratedType ()

Returns: string

generated type (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:968)

Returns: string

SR.typeInfoModule ()

Full Usage: SR.typeInfoModule ()

Returns: string

module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:963)

Returns: string

SR.typeInfoNamespace ()

Full Usage: SR.typeInfoNamespace ()

Returns: string

namespace (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:962)

Returns: string

SR.typeInfoNamespaceOrModule ()

Full Usage: SR.typeInfoNamespaceOrModule ()

Returns: string

namespace/module (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:964)

Returns: string

SR.typeInfoOtherOverloads a0

Full Usage: SR.typeInfoOtherOverloads a0

Parameters:
Returns: string

and %d other overloads (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:950)

a0 : Int32
Returns: string

SR.typeInfoPatternVariable ()

Full Usage: SR.typeInfoPatternVariable ()

Returns: string

patvar (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:961)

Returns: string

SR.typeInfoProperty ()

Full Usage: SR.typeInfoProperty ()

Returns: string

property (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:956)

Returns: string

SR.typeInfoUnionCase ()

Full Usage: SR.typeInfoUnionCase ()

Returns: string

union case (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:951)

Returns: string

SR.typeIsNotAccessible a0

Full Usage: SR.typeIsNotAccessible a0

Parameters:
Returns: int * string

The type '%s' is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:973)

a0 : String
Returns: int * string

SR.typrelCannotResolveAmbiguityInDelegate ()

Full Usage: SR.typrelCannotResolveAmbiguityInDelegate ()

Returns: int * string

Could not resolve the ambiguity in the use of a generic construct with a 'delegate' constraint at or near this position (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:173)

Returns: int * string

SR.typrelCannotResolveAmbiguityInEnum ()

Full Usage: SR.typrelCannotResolveAmbiguityInEnum ()

Returns: int * string

Could not resolve the ambiguity in the use of a generic construct with an 'enum' constraint at or near this position (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:172)

Returns: int * string

SR.typrelCannotResolveAmbiguityInPrintf ()

Full Usage: SR.typrelCannotResolveAmbiguityInPrintf ()

Returns: int * string

Could not resolve the ambiguity inherent in the use of a 'printf'-style format string (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:171)

Returns: int * string

SR.typrelCannotResolveAmbiguityInUnmanaged ()

Full Usage: SR.typrelCannotResolveAmbiguityInUnmanaged ()

Returns: int * string

Could not resolve the ambiguity in the use of a generic construct with an 'unmanaged' constraint at or near this position (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1086)

Returns: int * string

SR.typrelCannotResolveImplicitGenericInstantiation (a0, a1)

Full Usage: SR.typrelCannotResolveImplicitGenericInstantiation (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:170)

a0 : String
a1 : String
Returns: int * string

SR.typrelDuplicateInterface ()

Full Usage: SR.typrelDuplicateInterface ()

Returns: int * string

Duplicate or redundant interface (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:199)

Returns: int * string

SR.typrelExplicitImplementationOfEquals a0

Full Usage: SR.typrelExplicitImplementationOfEquals a0

Parameters:
Returns: int * string

The struct, record or union type '%s' has an explicit implementation of 'Object.Equals'. Consider implementing a matching override for 'Object.GetHashCode()' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:183)

a0 : String
Returns: int * string

SR.typrelExplicitImplementationOfGetHashCode a0

Full Usage: SR.typrelExplicitImplementationOfGetHashCode a0

Parameters:
Returns: int * string

The struct, record or union type '%s' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching override for 'Object.Equals(obj)' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:182)

a0 : String
Returns: int * string

SR.typrelExplicitImplementationOfGetHashCodeOrEquals a0

Full Usage: SR.typrelExplicitImplementationOfGetHashCodeOrEquals a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:181)

a0 : String
Returns: int * string

SR.typrelInterfaceMemberNoMostSpecificImplementation a0

Full Usage: SR.typrelInterfaceMemberNoMostSpecificImplementation a0

Parameters:
Returns: int * string

Interface member '%s' does not have a most specific implementation. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1535)

a0 : String
Returns: int * string

SR.typrelInterfaceWithConcreteAndVariable (a0, a1, a2, a3)

Full Usage: SR.typrelInterfaceWithConcreteAndVariable (a0, a1, a2, a3)

Parameters:
Returns: int * string

'%s' cannot implement the interface '%s' with the two instantiations '%s' and '%s' because they may unify. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1603)

a0 : String
a1 : String
a2 : String
a3 : String
Returns: int * string

SR.typrelInterfaceWithConcreteAndVariableObjectExpression (a0, a1, a2)

Full Usage: SR.typrelInterfaceWithConcreteAndVariableObjectExpression (a0, a1, a2)

Parameters:
Returns: int * string

You cannot implement the interface '%s' with the two instantiations '%s' and '%s' because they may unify. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1604)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.typrelInvalidValue ()

Full Usage: SR.typrelInvalidValue ()

Returns: int * string

Invalid value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:174)

Returns: int * string

SR.typrelMemberCannotImplement (a0, a1, a2)

Full Usage: SR.typrelMemberCannotImplement (a0, a1, a2)

Parameters:
Returns: int * string

The member '%s' cannot be used to implement '%s'. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:211)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.typrelMemberDoesNotHaveCorrectKindsOfGenericParameters (a0, a1)

Full Usage: SR.typrelMemberDoesNotHaveCorrectKindsOfGenericParameters (a0, a1)

Parameters:
Returns: int * string

The member '%s' does not have the correct kinds of generic parameters. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:210)

a0 : String
a1 : String
Returns: int * string

SR.typrelMemberDoesNotHaveCorrectNumberOfArguments (a0, a1)

Full Usage: SR.typrelMemberDoesNotHaveCorrectNumberOfArguments (a0, a1)

Parameters:
Returns: int * string

The member '%s' does not have the correct number of arguments. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:208)

a0 : String
a1 : String
Returns: int * string

SR.typrelMemberDoesNotHaveCorrectNumberOfTypeParameters (a0, a1)

Full Usage: SR.typrelMemberDoesNotHaveCorrectNumberOfTypeParameters (a0, a1)

Parameters:
Returns: int * string

The member '%s' does not have the correct number of method type parameters. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:209)

a0 : String
a1 : String
Returns: int * string

SR.typrelMemberHasMultiplePossibleDispatchSlots (a0, a1)

Full Usage: SR.typrelMemberHasMultiplePossibleDispatchSlots (a0, a1)

Parameters:
Returns: int * string

The member '%s' matches multiple overloads of the same method.\nPlease restrict it to one of the following:%s. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1392)

a0 : String
a1 : String
Returns: int * string

SR.typrelMethodIsOverconstrained ()

Full Usage: SR.typrelMethodIsOverconstrained ()

Returns: int * string

This method is over-constrained in its type parameters (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:193)

Returns: int * string

SR.typrelMethodIsSealed a0

Full Usage: SR.typrelMethodIsSealed a0

Parameters:
Returns: int * string

The method '%s' is sealed and cannot be overridden (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:197)

a0 : String
Returns: int * string

SR.typrelModuleNamespaceAttributesDifferInSigAndImpl ()

Full Usage: SR.typrelModuleNamespaceAttributesDifferInSigAndImpl ()

Returns: int * string

The namespace or module attributes differ between signature and implementation (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:192)

Returns: int * string

SR.typrelMoreThenOneOverride a0

Full Usage: SR.typrelMoreThenOneOverride a0

Parameters:
Returns: int * string

More than one override implements '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:196)

a0 : String
Returns: int * string

SR.typrelNamedArgumentHasBeenAssignedMoreThenOnce a0

Full Usage: SR.typrelNamedArgumentHasBeenAssignedMoreThenOnce a0

Parameters:
Returns: int * string

The named argument '%s' has been assigned more than one value (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:201)

a0 : String
Returns: int * string

SR.typrelNeedExplicitImplementation a0

Full Usage: SR.typrelNeedExplicitImplementation a0

Parameters:
Returns: int * string

The interface '%s' is included in multiple explicitly implemented interface types. Add an explicit implementation of this interface. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:200)

a0 : String
Returns: int * string

SR.typrelNeverRefinedAwayFromTop ()

Full Usage: SR.typrelNeverRefinedAwayFromTop ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1711)

Returns: int * string

SR.typrelNoImplementationGiven a0

Full Usage: SR.typrelNoImplementationGiven a0

Parameters:
Returns: int * string

No implementation was given for '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:202)

a0 : String
Returns: int * string

SR.typrelNoImplementationGivenSeveral a0

Full Usage: SR.typrelNoImplementationGivenSeveral a0

Parameters:
Returns: int * string

No implementation was given for those members: %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:203)

a0 : String
Returns: int * string

SR.typrelNoImplementationGivenSeveralTruncated a0

Full Usage: SR.typrelNoImplementationGivenSeveralTruncated a0

Parameters:
Returns: int * string

No implementation was given for those members (some results omitted): %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:204)

a0 : String
Returns: int * string

SR.typrelNoImplementationGivenSeveralTruncatedWithSuggestion a0

Full Usage: SR.typrelNoImplementationGivenSeveralTruncatedWithSuggestion a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:207)

a0 : String
Returns: int * string

SR.typrelNoImplementationGivenSeveralWithSuggestion a0

Full Usage: SR.typrelNoImplementationGivenSeveralWithSuggestion a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:206)

a0 : String
Returns: int * string

SR.typrelNoImplementationGivenWithSuggestion a0

Full Usage: SR.typrelNoImplementationGivenWithSuggestion a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:205)

a0 : String
Returns: int * string

SR.typrelOverloadNotFound (a0, a1)

Full Usage: SR.typrelOverloadNotFound (a0, a1)

Parameters:
Returns: int * string

No implementations of '%s' had the correct number of arguments and type parameters. The required signature is '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:194)

a0 : String
a1 : String
Returns: int * string

SR.typrelOverrideImplementsMoreThenOneSlot (a0, a1, a2)

Full Usage: SR.typrelOverrideImplementsMoreThenOneSlot (a0, a1, a2)

Parameters:
Returns: int * string

The override '%s' implements more than one abstract slot, e.g. '%s' and '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:198)

a0 : String
a1 : String
a2 : String
Returns: int * string

SR.typrelOverrideWasAmbiguous a0

Full Usage: SR.typrelOverrideWasAmbiguous a0

Parameters:
Returns: int * string

The override for '%s' was ambiguous (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:195)

a0 : String
Returns: int * string

SR.typrelSigImplNotCompatibleCompileTimeRequirementsDiffer ()

Full Usage: SR.typrelSigImplNotCompatibleCompileTimeRequirementsDiffer ()

Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:176)

Returns: int * string

SR.typrelSigImplNotCompatibleConstraintsDiffer (a0, a1)

Full Usage: SR.typrelSigImplNotCompatibleConstraintsDiffer (a0, a1)

Parameters:
Returns: int * string

The signature and implementation are not compatible because the declaration of the type parameter '%s' requires a constraint of the form %s (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:177)

a0 : String
a1 : String
Returns: int * string

SR.typrelSigImplNotCompatibleConstraintsDifferRemove (a0, a1)

Full Usage: SR.typrelSigImplNotCompatibleConstraintsDifferRemove (a0, a1)

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:178)

a0 : String
a1 : String
Returns: int * string

SR.typrelSigImplNotCompatibleParamCountsDiffer ()

Full Usage: SR.typrelSigImplNotCompatibleParamCountsDiffer ()

Returns: int * string

The signature and implementation are not compatible because the respective type parameter counts differ (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:175)

Returns: int * string

SR.typrelTypeImplementsIComparableDefaultObjectEqualsProvided a0

Full Usage: SR.typrelTypeImplementsIComparableDefaultObjectEqualsProvided a0

Parameters:
Returns: int * string

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\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:180)

a0 : String
Returns: int * string

SR.typrelTypeImplementsIComparableShouldOverrideObjectEquals a0

Full Usage: SR.typrelTypeImplementsIComparableShouldOverrideObjectEquals a0

Parameters:
Returns: int * string

The type '%s' implements 'System.IComparable'. Consider also adding an explicit override for 'Object.Equals' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:179)

a0 : String
Returns: int * string

SR.undefinedNameConstructorModuleOrNamespace a0

Full Usage: SR.undefinedNameConstructorModuleOrNamespace a0

Parameters:
Returns: string

The constructor, module or namespace '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:12)

a0 : String
Returns: string

SR.undefinedNameFieldConstructorOrMember a0

Full Usage: SR.undefinedNameFieldConstructorOrMember a0

Parameters:
Returns: string

The field, constructor or member '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:7)

a0 : String
Returns: string

SR.undefinedNameFieldConstructorOrMemberWhenTypeIsKnown (a0, a1)

Full Usage: SR.undefinedNameFieldConstructorOrMemberWhenTypeIsKnown (a0, a1)

Parameters:
Returns: string

The type '%s' does not define the field, constructor or member '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:8)

a0 : String
a1 : String
Returns: string

SR.undefinedNameNamespace a0

Full Usage: SR.undefinedNameNamespace a0

Parameters:
Returns: string

The namespace '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:5)

a0 : String
Returns: string

SR.undefinedNameNamespaceOrModule a0

Full Usage: SR.undefinedNameNamespaceOrModule a0

Parameters:
Returns: string

The namespace or module '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:6)

a0 : String
Returns: string

SR.undefinedNamePatternDiscriminator a0

Full Usage: SR.undefinedNamePatternDiscriminator a0

Parameters:
Returns: string

The pattern discriminator '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:19)

a0 : String
Returns: string

SR.undefinedNameRecordLabel a0

Full Usage: SR.undefinedNameRecordLabel a0

Parameters:
Returns: string

The record label '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:16)

a0 : String
Returns: string

SR.undefinedNameRecordLabelOrNamespace a0

Full Usage: SR.undefinedNameRecordLabelOrNamespace a0

Parameters:
Returns: string

The record label or namespace '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:15)

a0 : String
Returns: string

SR.undefinedNameSuggestionsIntro ()

Full Usage: SR.undefinedNameSuggestionsIntro ()

Returns: string

Maybe you want one of the following: (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:17)

Returns: string

SR.undefinedNameType a0

Full Usage: SR.undefinedNameType a0

Parameters:
Returns: string

The type '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:13)

a0 : String
Returns: string

SR.undefinedNameTypeIn (a0, a1)

Full Usage: SR.undefinedNameTypeIn (a0, a1)

Parameters:
Returns: string

The type '%s' is not defined in '%s'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:14)

a0 : String
a1 : String
Returns: string

SR.undefinedNameTypeParameter a0

Full Usage: SR.undefinedNameTypeParameter a0

Parameters:
Returns: string

The type parameter %s is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:18)

a0 : String
Returns: string

SR.undefinedNameValueConstructorNamespaceOrType a0

Full Usage: SR.undefinedNameValueConstructorNamespaceOrType a0

Parameters:
Returns: string

The value, constructor, namespace or type '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:9)

a0 : String
Returns: string

SR.undefinedNameValueNamespaceTypeOrModule a0

Full Usage: SR.undefinedNameValueNamespaceTypeOrModule a0

Parameters:
Returns: string

The value, namespace, type or module '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:11)

a0 : String
Returns: string

SR.undefinedNameValueOfConstructor a0

Full Usage: SR.undefinedNameValueOfConstructor a0

Parameters:
Returns: string

The value or constructor '%s' is not defined. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:10)

a0 : String
Returns: string

SR.unionCaseIsNotAccessible a0

Full Usage: SR.unionCaseIsNotAccessible a0

Parameters:
Returns: int * string

The union case '%s' is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:976)

a0 : String
Returns: int * string

SR.unionCasesAreNotAccessible a0

Full Usage: SR.unionCasesAreNotAccessible a0

Parameters:
Returns: int * string

The union cases or fields of the type '%s' are not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:974)

a0 : String
Returns: int * string

SR.unnecessaryParentheses ()

Full Usage: SR.unnecessaryParentheses ()

Returns: int * string

Parentheses can be removed. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1736)

Returns: int * string

SR.unsupportedAttribute ()

Full Usage: SR.unsupportedAttribute ()

Returns: int * string

This attribute is currently unsupported by the F# compiler. Applying it will not achieve its intended effect. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:42)

Returns: int * string

SR.useSdkRefs ()

Full Usage: SR.useSdkRefs ()

Returns: string

Use reference assemblies for .NET framework references when available (Enabled by default). (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1537)

Returns: string

SR.valueIsNotAccessible a0

Full Usage: SR.valueIsNotAccessible a0

Parameters:
Returns: int * string

The value '%s' is not accessible from this code location (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:975)

a0 : String
Returns: int * string

SR.writeToReadOnlyByref ()

Full Usage: SR.writeToReadOnlyByref ()

Returns: int * string

The byref pointer is readonly, so this write is not permitted. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1499)

Returns: int * string

SR.xmlDocBadlyFormed a0

Full Usage: SR.xmlDocBadlyFormed a0

Parameters:
Returns: int * string

This XML comment is invalid: '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1645)

a0 : String
Returns: int * string

SR.xmlDocDuplicateParameter a0

Full Usage: SR.xmlDocDuplicateParameter a0

Parameters:
Returns: int * string

This XML comment is invalid: multiple documentation entries for parameter '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1649)

a0 : String
Returns: int * string

SR.xmlDocInvalidParameterName a0

Full Usage: SR.xmlDocInvalidParameterName a0

Parameters:
Returns: int * string

This XML comment is invalid: unknown parameter '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1648)

a0 : String
Returns: int * string

SR.xmlDocMissingCrossReference ()

Full Usage: SR.xmlDocMissingCrossReference ()

Returns: int * string

This XML comment is invalid: missing 'cref' attribute for cross-reference (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1647)

Returns: int * string

SR.xmlDocMissingParameter a0

Full Usage: SR.xmlDocMissingParameter a0

Parameters:
Returns: int * string

This XML comment is incomplete: no documentation for parameter '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1651)

a0 : String
Returns: int * string

SR.xmlDocMissingParameterName ()

Full Usage: SR.xmlDocMissingParameterName ()

Returns: int * string

This XML comment is invalid: missing 'name' attribute for parameter or parameter reference (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1646)

Returns: int * string

SR.xmlDocUnresolvedCrossReference a0

Full Usage: SR.xmlDocUnresolvedCrossReference a0

Parameters:
Returns: int * string

This XML comment is invalid: unresolved cross-reference '%s' (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:1650)

a0 : String
Returns: int * string

SR.yieldUsedInsteadOfYieldBang ()

Full Usage: SR.yieldUsedInsteadOfYieldBang ()

Returns: string

Consider using 'yield!' instead of 'yield'. (Originally from ..\..\.deps\050271d631956a4e0d0484a583d38236b727a46d\src\Compiler\FSComp.txt:38)

Returns: string

Type something to start searching.