Skip to content

Introducing Postgres database storage (#133) #188

Introducing Postgres database storage (#133)

Introducing Postgres database storage (#133) #188

Triggered via push August 28, 2023 03:20
Status Success
Total duration 4m 34s
Artifacts

dotnet.yml

on: push
Create docker image for Web
1m 34s
Create docker image for Web
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build: src/TagzApp.Common/Content.cs#L18
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Common/InMemoryContentMessaging.cs#L76
Nullability of reference types in type of parameter 'state' of 'lambda expression' doesn't match the target delegate 'Func<object?, Task>' (possibly because of nullability attributes).
build: src/TagzApp.Providers.TwitchChat/ChatClient.cs#L15
The using directive for 'System.Text' appeared previously in this namespace
build: src/TagzApp.Providers.TwitchChat/TwitchChatProvider.cs#L45
Cannot convert null literal to non-nullable reference type.
build: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L148
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L149
Non-nullable property 'login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L150
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L151
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L152
Non-nullable property 'broadcaster_type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L153
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Common/Content.cs#L18
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Common/InMemoryContentMessaging.cs#L76
Nullability of reference types in type of parameter 'state' of 'lambda expression' doesn't match the target delegate 'Func<object?, Task>' (possibly because of nullability attributes).
Playwright Tests: src/TagzApp.Providers.TwitchChat/ChatClient.cs#L15
The using directive for 'System.Text' appeared previously in this namespace
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchChatProvider.cs#L45
Cannot convert null literal to non-nullable reference type.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L148
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L149
Non-nullable property 'login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L150
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L151
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L152
Non-nullable property 'broadcaster_type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L153
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Create docker image for Web
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/