docs: sync changelog with 0.2.4 #31
Annotations
11 warnings
|
build-and-test:
subs2srs.Tests/TimeShiftRuleTests.cs#L57
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_dropPriority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_dropEncSubs2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_dropEncSubs1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_txtName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_txtOutputDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_txtSubs2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_txtSubs1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogDuelingSubtitles.cs#L87
Non-nullable field '_snapshot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/InfoLine.cs#L77
Nullability of reference types in type of parameter 'other' of 'int InfoLine.CompareTo(InfoLine other)' doesn't match implicitly implemented member 'int IComparable<InfoLine>.CompareTo(InfoLine? other)' (possibly because of nullability attributes).
|
|
build-and-test:
subs2srs/SubsProcessor.cs#L34
Cannot convert null literal to non-nullable reference type.
|