This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Merge pull request #12 from NCAR/Additional-Routes-for-Front-End #25
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Services/ReactionService.cs#L170
Cannot convert null literal to non-nullable reference type.
|
build:
Services/ReactionService.cs#L24
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
Services/ReactionService.cs#L42
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
Services/ReactionService.cs#L62
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
Services/OpenAtmosService.cs#L22
Dereference of a possibly null reference.
|
build:
Services/OpenAtmosService.cs#L97
Dereference of a possibly null reference.
|
build:
Services/OpenAtmosService.cs#L187
Dereference of a possibly null reference.
|
build:
Services/OpenAtmosService.cs#L249
Dereference of a possibly null reference.
|
build:
Services/OpenAtmosService.cs#L244
The variable 'react' is assigned but its value is never used
|
build:
Models/Reaction.cs#L10
Non-nullable property 'reaction_string' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|