Cli #1
Annotations
2 errors and 10 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/StarDictNet.cs#L22
Non-nullable field 'Syn' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/StarDictNet.cs#L22
Non-nullable field 'SynIndexWordGroup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StarDictNet/StarDictNet/StarDictNet.cs#L22
Non-nullable field 'DictZip' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job failed
Loading