Skip to content

test failing due to shared memory issue #3

test failing due to shared memory issue

test failing due to shared memory issue #3

Triggered via pull request December 30, 2024 09:51
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.