Skip to content

Add GetProfile endpoint #3

Add GetProfile endpoint

Add GetProfile endpoint #3

Triggered via push July 6, 2023 20:33
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BlueskySharp/Response/Profile.cs#L13
Non-nullable property 'Handle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L14
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L15
Non-nullable property 'Description' 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 'Banner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L22
Non-nullable property 'Labels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BlueskySharp/Response/Profile.cs#L23
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.
build: BlueskySharp/BlueskyClient.cs#L60
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.