Add support for MetadataType Attribute (#142) #226
Annotations
20 warnings
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L328
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L291
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L294
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L268
Non-nullable property 'Ignored' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L271
Non-nullable property 'Ignored2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L274
Non-nullable property 'ScalarAnyway' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L278
Non-nullable property 'Struct1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L280
Non-nullable property 'Struct2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L283
Non-nullable property 'StructReturningNull' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Debug]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L286
Non-nullable property 'StructNull' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L328
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L291
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L294
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L169
Non-nullable property 'Private' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L171
Non-nullable property 'Public' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L268
Non-nullable property 'Ignored' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L271
Non-nullable property 'Ignored2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L274
Non-nullable property 'ScalarAnyway' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L278
Non-nullable property 'Struct1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution [Release]:
src/Destructurama.Attributed.Tests/MetadataTypeTests.cs#L280
Non-nullable property 'Struct2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading