Skip to content

Bump NUnit.Analyzers from 3.8.0 to 3.9.0 #513

Bump NUnit.Analyzers from 3.8.0 to 3.9.0

Bump NUnit.Analyzers from 3.8.0 to 3.9.0 #513

Triggered via pull request October 30, 2023 06:51
Status Success
Total duration 2m 0s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: src/MultiConverter.Localization/TranslationSource.cs#L18
Possible null reference return.
build: 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.
build: src/MultiConverter.Services.Settings/General/GeneralOptionsConverter.cs#L18
Converting null literal or possible null value to non-nullable type.
build: tests/MultiConverter.Services.SettingsFixtures/GeneralOptionsConverterFixture.cs#L47
Converting null literal or possible null value to non-nullable type.
build: tests/MultiConverter.Services.MediaFixtures/FFMpegMediaAnalyzerTests.cs#L30
Dereference of a possibly null reference.
build: 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.
build: 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.