Bump Avalonia.Xaml.Behaviors from 11.1.0.4 to 11.2.0.1 #774
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Restore dependencies
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.ViewModels/Presets/Output/OutputTemplateViewModel.cs#L21
Non-nullable property 'FixedPath' 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/Output/OutputTemplateViewModel.cs#L21
Non-nullable property 'AddInPathCollision' 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/Output/OutputTemplateViewModel.cs#L21
Non-nullable property 'Template' 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/Output/OutputTemplateViewModel.cs#L21
Non-nullable property 'OutputExtension' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading