Skip to content

Added Authentication and Authorization #92

Added Authentication and Authorization

Added Authentication and Authorization #92

Triggered via pull request August 11, 2023 15:26
Status Cancelled
Total duration 5m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
Playwright Tests
The run was canceled by @csharpfritz.
Playwright Tests
The operation was canceled.
build: src/TagzApp.Common/Content.cs#L21
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#L94
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#L21
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#L94
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.