Refactor code to implement IncrementalGenerator #67
Annotations
10 warnings
|
tests/FluentBuilderGeneratorTests/DTO/User.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/FluentBuilderGeneratorTests/DTO/UserTWithAddressT.cs#L7
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src-examples/BuilderConsumer/Settings.cs#L7
Non-nullable property 'Contents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src-examples/BuilderConsumer/Content.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src-examples/BuilderConsumerNET8_ViaNuGet/User.cs#L19
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src-examples/BuilderConsumerNET8_ViaNuGet/Option.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src-examples/BuilderConsumerNET6/User.cs#L19
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src-examples/BuilderConsumerNET6/Option.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading