Bump the microsoft group with 3 updates #349
Merged
Annotations
10 warnings
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L10
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L22
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L21
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:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L20
Non-nullable property 'Brief' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L19
Non-nullable property 'CoverImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L17
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L16
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/Posts/HashnodeSinglePostApiResponse.cs#L15
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/AuthorModel.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
tff-blog-shared/Models/AuthorModel.cs#L5
Non-nullable property 'Photo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading