chore: add and improve comments #15
Annotations
10 warnings
test:
SpongeEngine.SubtitleSharp/Parsers/SubtitleParser.cs#L84
Cannot convert null literal to non-nullable reference type.
|
test:
SpongeEngine.SubtitleSharp/SubtitlesFormat.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
SpongeEngine.SubtitleSharp/SubtitlesFormat.cs#L19
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
SpongeEngine.SubtitleSharp/Parsers/VttParser.cs#L235
Converting null literal or possible null value to non-nullable type.
|
test:
SpongeEngine.SubtitleSharp/Parsers/SrtParser.cs#L127
Converting null literal or possible null value to non-nullable type.
|
test:
SpongeEngine.SubtitleSharp/Parsers/VttParser.cs#L262
Converting null literal or possible null value to non-nullable type.
|
test:
SpongeEngine.SubtitleSharp/Parsers/SubtitleParser.cs#L46
Possible null reference return.
|
test:
SpongeEngine.SubtitleSharp/Parsers/SubtitleParser.cs#L64
Possible null reference argument for parameter 'subFormat' in 'List<SubtitleItem> SubtitleParser.ParseStream(Stream stream, SubtitleParserOptions options, SubtitlesFormat subFormat = null)'.
|
test:
SpongeEngine.SubtitleSharp/Parsers/SubtitleParser.cs#L84
Cannot convert null literal to non-nullable reference type.
|
test:
SpongeEngine.SubtitleSharp/SubtitlesFormat.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|