Merge pull request #457 from ElliottBrand/Blazot_Updates #952
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L32
Possible null reference argument for parameter 'configurationString' in 'Task IConfigureTagzApp.InitializeConfiguration(string providerName, string configurationString)'.
|
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L108
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L82
Dereference of a possibly null reference.
|
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L89
Dereference of a possibly null reference.
|
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L90
Dereference of a possibly null reference.
|
src/TagzApp.Common/DbConfigureTagzApp.cs#L28
Possible null reference return.
|
src/TagzApp.Common/DbConfigureTagzApp.cs#L40
Possible null reference return.
|
src/TagzApp.Common/Models/ModalConfiguration.cs#L15
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/TagzApp.Common/Models/ModalConfiguration.cs#L17
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading