Skip to content

[Snyk] Security upgrade Paramore.Brighter.Extensions.DependencyInjection from 9.1.2 to 9.3.4 #8

[Snyk] Security upgrade Paramore.Brighter.Extensions.DependencyInjection from 9.1.2 to 9.3.4

[Snyk] Security upgrade Paramore.Brighter.Extensions.DependencyInjection from 9.1.2 to 9.3.4 #8

Triggered via pull request October 15, 2024 05:29
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/ToDoCore/Ports/Commands/UpdateToDoCommand.cs#L8
Cannot convert null literal to non-nullable reference type.
build: src/ToDoCore/Domain/ToDoItem.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoCore/ViewModels/UpdateToDoRequest.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoCore/ViewModels/AddToDoRequest.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoCore/Adaptors/Db/ToDoContext.cs#L8
Non-nullable property 'ToDoItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoCore/Adaptors/Db/ToDoContext.cs#L12
Non-nullable property 'ToDoItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoCore/Ports/QueryHandlers/ToDoByIdQueryHandlerAsync.cs#L28
Possible null reference return.
build: src/ToDoCore/Ports/Queries/ToDoByIdQuery.cs#L17
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoCore/Ports/Queries/ToDoByIdQuery.cs#L23
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ToDoApi/Program.cs#L122
Possible null reference assignment.