Skip to content

Merge pull request #48 from joadan/copilot/fix-nuget-license-warning #143

Merge pull request #48 from joadan/copilot/fix-nuget-license-warning

Merge pull request #48 from joadan/copilot/fix-nuget-license-warning #143

Triggered via push March 5, 2026 13:49
Status Success
Total duration 43s
Artifacts

dotnet-build.yml

on: push
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/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/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/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.