Word audio 2 (#24) #20
Annotations
11 warnings
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#L38
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#L43
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#L11
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/Models/SampleSentence.cs#L16
Non-nullable property 'EeSentence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/SampleSentence.cs#L21
Non-nullable property 'EnSentence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/SampleSentence.cs#L26
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#L31
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
My1kWordsEe/Models/Ee1kWords.cs#L86
Converting null literal or possible null value to non-nullable type.
|
My1kWordsEe/Models/Ee1kWords.cs#L87
Possible null reference argument for parameter 'utf8Json' in 'EeWord[]? JsonSerializer.Deserialize<EeWord[]>(Stream utf8Json, JsonSerializerOptions? options = null)'.
|
|
This job succeeded
Loading