Bump System.Text.Json from 8.0.4 to 8.0.5 in /tests/MultiConverter.Models.PresetsFixtures #724
Annotations
11 warnings
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, FedericoCarboni/setup-ffmpeg@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ci:
src/MultiConverter.Models.Presets/Builder/PresetBuilder.cs#L17
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ci:
src/MultiConverter.Models.Presets/Builder/PresetBuilder.cs#L17
Non-nullable field '_format' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ci:
src/MultiConverter.Localization/TranslationSource.cs#L18
Possible null reference return.
|
ci:
src/MultiConverter.Localization/TranslationSource.cs#L14
Non-nullable field '_currentCulture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ci:
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'FontName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ci:
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'PrimaryColour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ci:
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'SecondaryColour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ci:
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'OutlineColour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ci:
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'BackColour' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ci:
src/MultiConverter.ViewModels/Presets/Options/AudioCodecOptionViewModel.cs#L18
Non-nullable property 'SelectedCodec' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|