Bump ReactiveUI.Fody from 19.4.1 to 19.5.1 #503
Annotations
10 warnings
src/MultiConverter.Models.Presets/Builder/PresetBuilder.cs#L17
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/MultiConverter.Models.Presets/Builder/PresetBuilder.cs#L17
Non-nullable field '_format' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/MultiConverter.Localization/TranslationSource.cs#L18
Possible null reference return.
|
src/MultiConverter.Localization/TranslationSource.cs#L14
Non-nullable field '_currentCulture' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/MultiConverter.Services.Settings/General/GeneralOptionsConverter.cs#L18
Converting null literal or possible null value to non-nullable type.
|
src/MultiConverter.Services.Settings/General/GeneralOptionsConverter.cs#L25
Possible null reference return.
|
tests/MultiConverter.Services.SettingsFixtures/GeneralOptionsConverterFixture.cs#L47
Converting null literal or possible null value to non-nullable type.
|
tests/MultiConverter.Services.MediaFixtures/FFMpegMediaAnalyzerTests.cs#L30
Dereference of a possibly null reference.
|
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'FontName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MultiConverter.ViewModels/Presets/Subtitles/SubtitleStyleViewModel.cs#L18
Non-nullable property 'PrimaryColour' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading