Skip to content

chore: update copyright headers and repository URL to ajatt-tools org #41

chore: update copyright headers and repository URL to ajatt-tools org

chore: update copyright headers and repository URL to ajatt-tools org #41

Triggered via push April 27, 2026 11:04
Status Success
Total duration 48s
Artifacts

ci.yml

on: push
build-and-test
44s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-test: subs2srs.Tests/TimeShiftRuleTests.cs#L57
Cannot convert null literal to non-nullable reference type.
build-and-test: subs2srs.Tests/SubsParserTests.cs#L50
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.