Merge pull request #10 from SculptTechProject/feature/posts #22
Annotations
4 warnings
|
build-and-test:
src/Domain/Posts/Post.cs#L18
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-and-test:
src/Domain/Posts/Post.cs#L18
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-and-test:
src/Domain/Posts/Post.cs#L18
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-and-test:
src/Domain/Posts/Post.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|