fix build in pipeline #8
Annotations
11 warnings
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#L30
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):
sample/BenchmarkServer/Models/Product.cs#L31
Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L38
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L39
Non-nullable property 'SupplierAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L15
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L17
Non-nullable property 'Others' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L22
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (6.0.x):
sample/BenchmarkServer/Models/Product.cs#L23
Non-nullable property 'ProductSuppliers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|