Simplify OData entity key string generation #124
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.
|