Skip to content

Unit test deserializing c# record #3

Unit test deserializing c# record

Unit test deserializing c# record #3

Triggered via push November 20, 2023 16:49
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: NetDotTests/UnitTest1.cs#L213
Non-nullable property 'Pessoa' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetDotTests/UnitTest1.cs#L208
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetDotTests/UnitTest1.cs#L239
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetDotTests/UnitTest1.cs#L213
Non-nullable property 'Pessoa' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetDotTests/UnitTest1.cs#L208
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NetDotTests/UnitTest1.cs#L239
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.