fix: move About button next to Preview in bottom bar #14
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#L70
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#L70
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#L70
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#L70
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#L70
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#L70
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#L70
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/DialogSubtitleStyle.cs#L44
'DialogSubtitleStyle.Style' hides inherited member 'Widget.Style'. Use the new keyword if hiding was intended.
|
|
build-and-test:
subs2srs/SubsProcessor.cs#L34
Cannot convert null literal to non-nullable reference type.
|