chore(deps): update dependency fluentassertions to 6.12.2 #1873
Annotations
8 warnings
Publish:
api/Engraved.Core/Source/Domain/Users/UserTag.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
api/Engraved.Core/Source/Domain/Users/UserTag.cs#L7
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
api/Engraved.Core/Source/Application/Commands/Users/UpdateTags/UpdateUserTagsCommand.cs#L5
Non-nullable property 'TagNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
api/Engraved.Core/Source/Application/Commands/Journals/UpdateTags/UpdateJournalUserTagsCommand.cs#L5
Non-nullable property 'JournalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
api/Engraved.Core/Source/Domain/Users/UserTag.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
api/Engraved.Core/Source/Domain/Users/UserTag.cs#L7
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
api/Engraved.Core/Source/Application/Commands/Users/UpdateTags/UpdateUserTagsCommand.cs#L5
Non-nullable property 'TagNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
api/Engraved.Core/Source/Application/Commands/Journals/UpdateTags/UpdateJournalUserTagsCommand.cs#L5
Non-nullable property 'JournalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading