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

Warning fixes: fall wave #17180

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Warning fixes: fall wave #17180

merged 1 commit into from
Oct 2, 2024

Conversation

MrJul
Copy link
Member

@MrJul MrJul commented Oct 2, 2024

It's been a while since my last wave!

This PR fixes some warnings in the solution:

  • Nullability warnings (in projects where we still have conditional #nullable enable)
  • Duplicated using directives
  • A never used field
  • Incorrectly hidden members
  • CS8981 regarding lowercase types: ignored for interop code, fixed otherwise

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.2.999-cibuild0052339-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 merged commit fc25c00 into AvaloniaUI:master Oct 2, 2024
11 checks passed
@MrJul MrJul deleted the fix/warnings branch December 21, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants