Fix to folder structure #53
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Publish .NET Project:
Solitaire.Browser/Program.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish .NET Project:
Solitaire.Browser/BrowserSettingsStore.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish .NET Project:
Solitaire.Browser/BrowserSettingsStore.cs#L37
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish .NET Project:
Solitaire.Browser/BrowserSettingsStore.cs#L31
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: "mt", "st".
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