Skip to content

feat: Add account authorizer #6

feat: Add account authorizer

feat: Add account authorizer #6

Triggered via push January 17, 2024 16:00
Status Success
Total duration 1m 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Linker.Core/Models/Youtube.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L16
Non-nullable property 'Youtuber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L21
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Website.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Website.cs#L16
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Linker.Core/ApiModels/WebApiResponse.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.