Skip to content

feat: add .net6 support #62

feat: add .net6 support

feat: add .net6 support #62

Triggered via push October 8, 2023 05:52
Status Success
Total duration 42s
Artifacts

test.yml

on: push
Build & Test
32s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L198
Non-nullable field 'Layer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L198
Non-nullable field 'Layer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L199
Non-nullable field 'Start' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L200
Non-nullable field 'End' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L201
Non-nullable field 'Style' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L202
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L203
Non-nullable field 'MarginL' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L204
Non-nullable field 'MarginR' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L205
Non-nullable field 'MarginV' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build & Test: AssParser.Lib/AssSubtitleModel.cs#L206
Non-nullable field 'Effect' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.