test failing due to shared memory issue #3
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
sample/sample.idempotent.redis/Services/Crud/TodoService.cs#L13
Possible null reference assignment.
|
build:
sample/sample.idempotent.redis/Services/Crud/TodoService.cs#L13
Possible null reference assignment.
|
build:
sample/sample.idempotent.redis/Services/Crud/TodoService.cs#L19
Possible null reference argument for parameter 'Description' in 'TodoCrudableDto.TodoCrudableDto(int Id, string Title, string Description)'.
|
build:
sample/sample.idempotent.redis/Services/Crud/TodoService.cs#L20
Possible null reference return.
|
build:
sample/sample2.Todos/Repository/WriteOnly/WriteOnlyTodoDataHandler.cs#L7
Parameter 'ApplicationDbContext dbContext' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
sample/sample2.Todos/Repository/EditOnly/EditOnlyTodoDataHandler.cs#L7
Parameter 'DbContext dbContext' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
sample/sample.minimalapi/Repository/WriteOnly/WriteOnlyTodoDataHandler.cs#L7
Parameter 'ApplicationDbContext dbContext' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
sample/sample.minimalapi/Repository/EditOnly/EditOnlyTodoDataHandler.cs#L7
Parameter 'DbContext dbContext' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
build:
sample/sample.minimalapi/Services/Crud/TodoService.cs#L13
Possible null reference assignment.
|
build:
sample/sample.minimalapi/Services/Crud/TodoService.cs#L13
Possible null reference assignment.
|