fix: resolve CS8607 for ValueObject with nullable value type underlying#931
Merged
SteveDunn merged 2 commits intoMay 6, 2026
Merged
Annotations
10 errors and 1 warning
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L32
Non-nullable property 'Temperature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L31
Non-nullable property 'BoxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L30
Non-nullable property 'Age' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L29
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 and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L78
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L32
Non-nullable property 'Temperature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L31
Non-nullable property 'BoxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L30
Non-nullable property 'Age' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L29
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 and Test:
samples/Vogen.Examples/SerializationAndConversion/Grpc/GrpcScenario.cs#L78
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Initialize CodeQL
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|
background
wait
wait-all
cancel
parallel
Loading