chore: sync preview with gtk4 look #28
Annotations
11 warnings
|
build-and-test:
subs2srs.Tests/TimeShiftRuleTests.cs#L57
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_chkS1ExclLonger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_chkS1ExclShorter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_chkS1ExclFewer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_chkS1DupLines' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_chkS1NoCounter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_chkS1Styled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_txtS1Exclude' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-test:
subs2srs/DialogAdvancedSubtitleOptions.cs#L82
Non-nullable field '_txtS1Include' 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.
|