Skip to content

Guard DateTime/DateTimeOffset converters against out-of-range Unix milliseconds #137

Guard DateTime/DateTimeOffset converters against out-of-range Unix milliseconds

Guard DateTime/DateTimeOffset converters against out-of-range Unix milliseconds #137

Re-run triggered March 5, 2026 11:20
Status Success
Total duration 48s
Artifacts

dotnet-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: test/Linq2OData.Tests/NestedCollectionExpandTests.cs#L127
Dereference of a possibly null reference.
build: test/Linq2OData.Tests/NestedCollectionExpandTests.cs#L121
Dereference of a possibly null reference.
build: test/Linq2OData.Tests/NestedCollectionExpandTests.cs#L120
Dereference of a possibly null reference.
build: test/Linq2OData.TestClients/Program.cs#L60
Dereference of a possibly null reference.
build: test/Linq2OData.TestClients/Program.cs#L59
Dereference of a possibly null reference.
build: test/Linq2OData.TestClients/Program.cs#L57
Dereference of a possibly null reference.
build: test/Linq2OData.TestClients/TripPinClientV4/Types/AirportLocation.cs#L16
Non-nullable property 'Loc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/Linq2OData.TestClients/DemoClientV4/Types/PersonDetail.cs#L26
Non-nullable property 'Photo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/Linq2OData.TestClients/TripPinClientV4/Types/Trip.cs#L30
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Linq2OData.Generator/Templates/Types/TypeTemplate.tt.cs#L7
Parameter 'odataVersion' is unread.