Skip to content

Bump Avalonia.Diagnostics from 11.1.4 to 11.2.2 #778

Bump Avalonia.Diagnostics from 11.1.4 to 11.2.2

Bump Avalonia.Diagnostics from 11.1.4 to 11.2.2 #778

Triggered via pull request December 2, 2024 07:07
Status Success
Total duration 2m 9s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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: 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.
build: 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.