Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several warnings #2334

Merged
merged 8 commits into from Dec 11, 2023
Merged

Fix several warnings #2334

merged 8 commits into from Dec 11, 2023

Conversation

pauldendulk
Copy link
Member

No description provided.

@pauldendulk
Copy link
Member Author

Done:

  • Avalonia to 11.0.6. This fixed warnings on Android
  • All samples and tests to .NET 8, this fixed several warnings
  • Add <Nullable>enable</Nullable> to the Avalonia specific Directory.Build.props to fix null annotation warnings (which should not have been there).
  • Remove duplicate references for Microsoft.AspNetCore.Components.Web*
  • Return the instance instead of an abstraction from a method in two places
  • Use await cancelationTokenSource.CancelAsync() instead of cancelationTokenSource.Cancel() in method returning Task.
  • Suppress a Warning CA1416 (Call site reachable by all platforms) in the WPF samples
  • Made a method static following suggestion.
  • Add script delete bin and obj

@pauldendulk pauldendulk merged commit 7a47260 into master Dec 11, 2023
5 checks passed
@pauldendulk pauldendulk deleted the feature/fix-some-warnings branch December 11, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant