Skip to content

Merge pull request #17 from NCAR/docker_workflow #41

Merge pull request #17 from NCAR/docker_workflow

Merge pull request #17 from NCAR/docker_workflow #41

Triggered via push September 22, 2024 21:39
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Services/ReactionService.cs#L170
Cannot convert null literal to non-nullable reference type.
build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
build: Tests/UserPreferencesControllerTests.cs#L35
Dereference of a possibly null reference.
build: Tests/UserPreferencesControllerTests.cs#L51
Dereference of a possibly null reference.
build: Tests/UserPreferencesControllerTests.cs#L59
Dereference of a possibly null reference.
build: Models/Reaction.cs#L10
Non-nullable property 'reaction_string' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Tests/UserControllerTests.cs#L32
Dereference of a possibly null reference.
build: Tests/UserControllerTests.cs#L44
Dereference of a possibly null reference.
build: Tests/UserControllerTests.cs#L52
Dereference of a possibly null reference.
build: Tests/TagMechanismSpeciesListVersionControllerTests.cs#L43
Dereference of a possibly null reference.