feat: add storage services #19
Annotations
10 warnings
Run .NET Build and Test:
src/Core/EnglishNote.Domain/SeedWork/Entity.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/SeedWork/ValueObject.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/AggregatesModel/Words/WordPhonetic.cs#L6
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/SeedWork/AggregateRoot.cs#L7
Possible null reference return.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/SeedWork/AggregateRoot.cs#L6
Non-nullable field '_domainEvents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/AggregatesModel/Tags/Tag.cs#L20
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/AggregatesModel/Tags/Tag.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/AggregatesModel/Tags/Tag.cs#L20
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/AggregatesModel/Tags/Tag.cs#L31
Possible null reference assignment.
|
Run .NET Build and Test:
src/Core/EnglishNote.Domain/AggregatesModel/Words/Example.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading