Skip to content

Feature/custom type converter #119

Feature/custom type converter

Feature/custom type converter #119

Triggered via pull request September 25, 2025 18:09
Status Success
Total duration 1m 12s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.'
build: src/MDAT/YamlFileDataAttribute.cs#L48
The variable 'retour' is declared but never used
build: src/MDAT/YamlFileDataAttribute.cs#L78
Possible null reference return.
build: 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.
build: src/MDAT/YamlFileDataAttribute.cs#L17
Field 'YamlFileDataAttribute._propertyName' is never assigned to, and will always have its default value null
build: src/MDAT/Resolver/YamlIncludeNodeDeserializer.cs#L43
Converting null literal or possible null value to non-nullable type.
build: 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.'
build: src/MDAT/YamlFileDataAttribute.cs#L48
The variable 'retour' is declared but never used
build: src/MDAT/YamlFileDataAttribute.cs#L78
Possible null reference return.
build: 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.