Model rework pt 1 (#8) #7
Annotations
11 warnings
My1kWordsEe/Services/OpenAiService.cs#L167
Non-nullable property 'Ee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Services/OpenAiService.cs#L170
Non-nullable property 'En' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Services/OpenAiService.cs#L176
Non-nullable property 'EeWord' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Services/OpenAiService.cs#L179
Non-nullable property 'EnWord' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Services/OpenAiService.cs#L182
Non-nullable property 'EnExplanation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Services/OpenAiService.cs#L185
Non-nullable property 'EnWords' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/SampleWord.cs#L24
Non-nullable property 'EnWord' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/SampleWord.cs#L35
Non-nullable property 'EnExplanation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/SampleWord.cs#L37
Non-nullable property 'EeAudioUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/SampleSentence.cs#L7
Non-nullable property 'EeWord' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
This job succeeded
Loading