Skip to content

MT-00 Unit Testing and CI configured #5

MT-00 Unit Testing and CI configured

MT-00 Unit Testing and CI configured #5

Triggered via pull request April 14, 2024 11:13
Status Success
Total duration 2m 26s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Attachment.cs#L5
Non-nullable property 'CloudURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/ChannelVideoHistoryMapping.cs#L9
Non-nullable property 'Video' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/ChannelVideoHistoryMapping.cs#L11
Non-nullable property 'Channel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/ChannelSubscriptionsMapping.cs#L7
Non-nullable property 'Subscriber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/ChannelSubscriptionsMapping.cs#L9
Non-nullable property 'Subscription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Videos/Video.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Videos/Video.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/Channel.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/Channel.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ci-ubuntu-latest: src/Data/MeTube.Data.Models/Channels/Channel.cs#L10
Non-nullable property 'About' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.