Skip to content

Build Container

Build Container #2

Triggered via workflow run December 3, 2024 04:34
@LayoricLayoric
completed 70c798f
Status Success
Total duration 52s
Artifacts

build-container.yml

on: workflow_run
build-container
38s
build-container
Fit to window
Zoom out
Zoom in

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.