Build Container #2
build-container.yml
on: workflow_run
build-container
38s
Annotations
11 warnings
build-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-container:
MyApp.ServiceModel/Todos.cs#L44
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L44
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L38
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L38
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L30
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L21
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L30
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceModel/Todos.cs#L21
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
MyApp.ServiceInterface/TodosServices.cs#L20
Possible null reference argument for parameter 'req' in 'MemoryDataSource<Todo> PocoDataSource<Todo>.ToDataSource(IQueryData dto, IRequest req)'.
|
build-container:
MyApp.ServiceInterface/TodosServices.cs#L9
Non-nullable property 'AutoQuery' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|