Skip to content

feat: implement functionality to get a single word and list words #16

feat: implement functionality to get a single word and list words

feat: implement functionality to get a single word and list words #16

Triggered via push November 29, 2024 09:34
Status Success
Total duration 39s
Artifacts 1
Matrix: EnglishNote_API
Fit to window
Zoom out
Zoom in

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#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/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