Cleaned up some interactions #858
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/TagzApp.Components/InputDictionary.razor#L48
Dereference of a possibly null reference.
|
Build:
src/TagzApp.Components/InputDictionary.razor#L48
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
Build:
src/TagzApp.Components/InputDictionary.razor#L54
Dereference of a possibly null reference.
|
Build:
src/TagzApp.Components/InputDictionary.razor#L54
Possible null reference assignment.
|
Build:
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build:
src/TagzApp.Common/DbConfigureTagzApp.cs#L28
Possible null reference return.
|
Build:
src/TagzApp.Common/DbConfigureTagzApp.cs#L40
Possible null reference return.
|
Build:
src/TagzApp.Common/Models/ModalConfiguration.cs#L15
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.Common/Models/ModalConfiguration.cs#L17
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TagzApp.Common/Models/ModalConfiguration.cs#L21
Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading