Skip to content

Added animated gifs to API objects, improved link formatter, and more… #950

Added animated gifs to API objects, improved link formatter, and more…

Added animated gifs to API objects, improved link formatter, and more… #950

Triggered via pull request October 18, 2024 17:35
Status Success
Total duration 4m 8s
Artifacts

dotnet.yml

on: pull_request
Create docker image for Web
0s
Create docker image for Web
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/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 adding the 'required' modifier or 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/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.
build: 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.
build: src/TagzApp.Common/Models/ModalConfiguration.cs#L21
Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/TagzApp.Common/Models/ModalConfiguration.cs#L23
Non-nullable property 'BackgroundImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.