Skip to content

Bump Avalonia.Desktop from 11.0.10 to 11.0.11 #647

Bump Avalonia.Desktop from 11.0.10 to 11.0.11

Bump Avalonia.Desktop from 11.0.10 to 11.0.11 #647

Triggered via pull request June 24, 2024 07:08
Status Success
Total duration 3m 5s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, FedericoCarboni/setup-ffmpeg@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci: 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.
ci: 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.
ci: src/MultiConverter.Services.Settings/General/GeneralOptionsConverter.cs#L18
Converting null literal or possible null value to non-nullable type.
ci: tests/MultiConverter.Services.SettingsFixtures/GeneralOptionsConverterFixture.cs#L47
Converting null literal or possible null value to non-nullable type.
ci: tests/MultiConverter.Services.MediaFixtures/FFMpegMediaAnalyzerTests.cs#L30
Dereference of a possibly null reference.
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 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 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 declaring the property as nullable.