Added animated gifs to API objects, improved link formatter, and more… #948
dotnet.yml
on: pull_request
build
3m 50s
Create docker image for Web
0s
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated 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/
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L32
Possible null reference argument for parameter 'configurationString' in 'Task IConfigureTagzApp.InitializeConfiguration(string providerName, string configurationString)'.
|
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/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.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L82
Dereference of a possibly null reference.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L89
Dereference of a possibly null reference.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L90
Dereference of a possibly null reference.
|
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.
|