Skip to content

Merge pull request #288 from QAppsSoft/dependabot/nuget/main/Avalonia… #682

Merge pull request #288 from QAppsSoft/dependabot/nuget/main/Avalonia…

Merge pull request #288 from QAppsSoft/dependabot/nuget/main/Avalonia… #682

Triggered via push June 24, 2024 12:49
Status Success
Total duration 2m 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
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: 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.