fix merge conflict in readme #7
Annotations
1 error and 11 warnings
build (6.0.x)
Process completed with exit code 1.
|
build (6.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build (6.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L63
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
src/OData2Linq/ODataLinqExtensions.cs#L38
Cannot convert null literal to non-nullable reference type.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L58
Non-nullable property 'OrderNo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
src/OData2Linq/ODataLinqExtensions.cs#L38
Cannot convert null literal to non-nullable reference type.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L51
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
src/OData2Linq/ODataLinqExtensions.cs#L100
Cannot convert null literal to non-nullable reference type.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L52
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
src/OData2Linq/ODataLinqExtensions.cs#L100
Cannot convert null literal to non-nullable reference type.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L37
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|