fix creating empty utm labels + tests infrastructure #60
Annotations
10 warnings
|
build:
src/Laraue.Apps.LearnLanguage.AppServices/Services/LearnModes/Group/FirstLetter/LearnByFirstLetterRepository.cs#L11
Parameter 'DatabaseContext context' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
build:
src/Laraue.Apps.LearnLanguage.DataAccess/Entities/Translation.cs#L9
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.DataAccess/Entities/WordTopic.cs#L10
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.AppServices/Repositories/Contracts/LearningItem.cs#L16
Non-nullable property 'Topics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.AppServices/Repositories/Contracts/LearningItem.cs#L14
Non-nullable property 'TranslationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.AppServices/Repositories/Contracts/LearningItem.cs#L9
Non-nullable property 'Translation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.AppServices/Repositories/Contracts/LearningItem.cs#L8
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.AppServices/Services/LearnModes/Group/FirstLetter/LearnByFirstLetterRepository.cs#L11
Parameter 'DatabaseContext context' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
|
build:
src/Laraue.Apps.LearnLanguage.DataAccess/Entities/Translation.cs#L9
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Laraue.Apps.LearnLanguage.DataAccess/Entities/WordTopic.cs#L10
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|