Delete .github/workflows/cli.yml #13
Annotations
11 warnings
StarDictNet/StarDictNet/DictZip.cs#L12
Non-nullable field 'DATA' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/DictZip.cs#L18
Non-nullable field 'SUBFIELDS' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/DictZip.cs#L31
Non-nullable field 'FNAME' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/DictZip.cs#L32
Non-nullable field 'FCOMMENT' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/Entry.cs#L5
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
StarDictNet/StarDictNet/Entry.cs#L6
Non-nullable property 'Alternatives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
StarDictNet/StarDictNet/Entry.cs#L7
Non-nullable property 'Definition' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
StarDictNet/StarDictNet/IfoReader.cs#L50
Converting null literal or possible null value to non-nullable type.
|
StarDictNet/StarDictNet/OutputEntry.cs#L17
Non-nullable field 'headwordUTF8' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/OutputEntry.cs#L17
Non-nullable field 'definitionUTF8' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
This job succeeded
Loading