Skip to content

Clean code and add cancellation tokens #6

Clean code and add cancellation tokens

Clean code and add cancellation tokens #6

Triggered via push July 6, 2023 23:47
Status Failure
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: BlueskySharp/Response/Profile.cs#L23
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L24
Non-nullable property 'Banner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L13
Non-nullable property 'Did' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L14
Non-nullable property 'Handle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L15
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L16
Non-nullable property 'Avatar' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L17
Non-nullable property 'Labels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L18
Non-nullable property 'Viewer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L7
Non-nullable property 'Following' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L8
Non-nullable property 'FollowedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.