feat: implement functionality to get a single word and list words #16
Annotations
10 warnings
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/SeedWork/Entity.cs#L24
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/SeedWork/ValueObject.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
EnglishNote_API (9.0.x):
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.
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/SeedWork/AggregateRoot.cs#L7
Possible null reference return.
|
EnglishNote_API (9.0.x):
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.
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/AggregatesModel/Words/WordPhonetic.cs#L15
Possible null reference return.
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/AggregatesModel/Words/WordPhonetic.cs#L16
Possible null reference return.
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/AggregatesModel/QuizSessions/QuizSession.cs#L21
Non-nullable property 'VocabularySet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/AggregatesModel/QuizSessions/QuizSession.cs#L21
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EnglishNote_API (9.0.x):
src/Core/EnglishNote.Domain/SeedWork/ValueObject.cs#L6
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dotnet-results-9.0.x
|
1.3 KB |
|