WarningCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public enum WarningCode
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type WarningCode =
Public Enum WarningCode
- Inheritance
-
WarningCode
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Fields
| ConditionalEvaluationOfOperationCall | 5002 | |
| CouldNotLoadBinaryFile | 7008 | |
| CsharpGenerationGeneratedWarning | 8001 | |
| DeprecatedANDoperator | 3302 | |
| DeprecatedArgumentForFunctorGenerator | 3003 | |
| DeprecatedNewArray | 3308 | |
| DeprecatedNOToperator | 3301 | |
| DeprecatedOpCharacteristics | 3101 | |
| DeprecatedOpCharacteristicsIntro | 3102 | |
| DeprecatedORoperator | 3303 | |
| DeprecatedQubitBindingKeyword | 3307 | |
| DeprecatedRUSloopInFunction | 4001 | |
| DeprecatedTupleBrackets | 3306 | |
| DeprecatedUnitType | 3002 | |
| DeprecationWithoutRedirect | 5004 | |
| DeprecationWithRedirect | 5003 | |
| DiscardingItemInAssignment | 5001 | |
| DuplicateAssemblyProperty | 8103 | |
| DuplicateAttribute | 6201 | |
| DuplicateBinaryFile | 7005 | |
| DuplicateProjectReference | 7004 | |
| DuplicateSourceFile | 7003 | |
| EntryPointInLibrary | 6206 | |
| ExcessComma | 3001 | |
| ExcessSemicolon | 2001 | |
| FailedToLoadRewriteStepViaReflection | 7204 | |
| GeneratorDirectiveWillBeIgnored | 6301 | |
| IgnoredEntryPoint | 6203 | |
| InvalidAssemblyProperties | 8101 | |
| MissingBodyDeclaration | 6005 | |
| MissingEntryPoint | 6202 | |
| MissingTargetInstructionName | 8102 | |
| NamespaceAleadyOpen | 6003 | |
| NamespaceAliasIsAlreadyDefined | 6004 | |
| NonResultTypeReturnedInEntryPoint | 6205 | |
| PreconditionVerificationFailed | 7202 | |
| QirEmissionGeneratedWarning | 8002 | |
| ReferenceCannotBeIncludedInDll | 7010 | |
| ReferencesSetToNull | 7009 | |
| ReferenceToUnknownProject | 7006 | |
| ReservedEntryPointArgumentName | 6204 | |
| ResultComparisonNotInOperationIf | 5024 | |
| ReturnInResultConditionedBlock | 5025 | |
| RewriteStepDiagnosticsGenerationFailed | 7201 | |
| RewriteStepLoadedViaReflection | 7203 | |
| SetInResultConditionedBlock | 5026 | |
| UnknownBinaryFile | 7007 | |
| UnreachableCode | 6302 | |
| UnresolvedItemsInGeneratedQs | 7101 | |
| UnsupportedCallableCapability | 5027 | |
| UnsupportedResultComparison | 5023 | |
| UnusedTypeParam | 6006 | |
| UseOfFutureReservedKeyword | 3304 |