Add <DebugType>portable</DebugType> #12
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/AttributeHelper.DefaultValue.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/AvaloniaObject.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/AvaloniaObject.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/Application.generated.cs#L109
'Application.UrlsOpened' is obsolete: 'Use Application.Current.TryGetFeature<IActivatableLifetime>() instead.'
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/Application.generated.cs#L110
'Application.UrlsOpened' is obsolete: 'Use Application.Current.TryGetFeature<IActivatableLifetime>() instead.'
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/Media/RadialGradientBrush.generated.cs#L64
'RadialGradientBrush.Radius' is obsolete: 'Use RadiusX/RadiusY, note that those properties use _relative_ values, so Radius=0.55 would become RadiusX=55% RadiusY=55%. Radius property is always relative even if the rest of the brush uses absolute values.'
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/Media/RadialGradientBrush.generated.cs#L64
'RadialGradientBrush.RadiusProperty' is obsolete: 'Use RadiusX/RadiusY, note that those properties use _relative_ values, so Radius=0.55 would become RadiusX=55% RadiusY=55%. Radius property is always relative even if the rest of the brush uses absolute values.'
|
Pack nugets:
src/BlazorBindings.Avalonia/Elements/Media/RadialGradientBrush.generated.cs#L64
'RadialGradientBrush.RadiusProperty' is obsolete: 'Use RadiusX/RadiusY, note that those properties use _relative_ values, so Radius=0.55 would become RadiusX=55% RadiusY=55%. Radius property is always relative even if the rest of the brush uses absolute values.'
|
Pack nugets:
src/BlazorBindings.Avalonia/Navigation/AvaloniaNavigation.cs#L42
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Pack nugets:
src/BlazorBindings.Avalonia/Navigation/AvaloniaNavigation.cs#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "packages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading