Feature/custom type converter #24
Merged
Annotations
10 warnings
|
src/MDAT/ReturnsOrThrows.cs#L75
'ExecutionEngineException' is obsolete: 'ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.'
|
|
src/MDAT/YamlFileDataAttribute.cs#L48
The variable 'retour' is declared but never used
|
|
src/MDAT/YamlFileDataAttribute.cs#L78
Possible null reference return.
|
|
src/MDAT/YamlFileDataAttribute.cs#L21
Non-nullable field '_propertyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/MDAT/YamlFileDataAttribute.cs#L17
Field 'YamlFileDataAttribute._propertyName' is never assigned to, and will always have its default value null
|
|
src/MDAT/Resolver/YamlIncludeNodeDeserializer.cs#L43
Converting null literal or possible null value to non-nullable type.
|
|
src/MDAT/ReturnsOrThrows.cs#L75
'ExecutionEngineException' is obsolete: 'ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.'
|
|
src/MDAT/YamlFileDataAttribute.cs#L48
The variable 'retour' is declared but never used
|
|
src/MDAT/YamlFileDataAttribute.cs#L78
Possible null reference return.
|
|
src/MDAT/YamlFileDataAttribute.cs#L21
Non-nullable field '_propertyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading