Skip to content

fix ci

fix ci #6

Triggered via push November 22, 2024 21:03
Status Success
Total duration 1m 39s
Billable time 2m
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L42
Non-nullable property 'Hashtags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L45
Non-nullable property 'UserMentions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L48
Non-nullable property 'Urls' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L8
Non-nullable property 'Tweet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L87
Non-nullable property 'UrlUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L90
Non-nullable property 'ExpandedUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L93
Non-nullable property 'DisplayUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L24
Non-nullable property 'InReplyToStatusId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-releases: src/TwitterSky/Models/TweetArchiveModel.cs#L30
Non-nullable property 'CreatedAt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.