fix: missing runtime identifiers #8
Annotations
1 error and 20 warnings
build-releases
Process completed with exit code 1.
|
build-releases:
src/TwitterSky/Models/TweetArchiveModel.cs#L54
Non-nullable property 'Media' 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#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#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.
|
build-releases:
src/TwitterSky/Models/TweetArchiveModel.cs#L33
Non-nullable property 'FullText' 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#L36
Non-nullable property 'ExtendedEntities' 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#L60
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#L63
Non-nullable property 'Url' 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#L66
Non-nullable property 'MediaUrl' 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#L69
Non-nullable property 'IdStr' 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#L72
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#L75
Non-nullable property 'MediaUrlHttps' 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#L78
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|