feat: add .net6 support #12
Annotations
10 warnings
AssParser.Lib/AssSubtitleModel.cs#L198
Non-nullable field 'Layer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L199
Non-nullable field 'Start' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L200
Non-nullable field 'End' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L201
Non-nullable field 'Style' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L202
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L203
Non-nullable field 'MarginL' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L204
Non-nullable field 'MarginR' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L205
Non-nullable field 'MarginV' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L206
Non-nullable field 'Effect' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AssParser.Lib/AssSubtitleModel.cs#L207
Non-nullable field 'Text' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading