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 up relevant CA1416 warnings #26593

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Fix up relevant CA1416 warnings #26593

wants to merge 1 commit into from

Conversation

PureWeen
Copy link
Member

Description of Change

Unfortunately CA1416 still isn't reliable on iOS/Catalyst due to

dotnet/roslyn-analyzers#7239

You can work around the issue but it makes the code somewhat confusing to deal with, so we opted to not go the workaround path.

That being said, there were a lot of useful other bits that @stephen-hawley contributed into this PR #20477.

This PR pulls out all the bits that do fix some areas where we weren't checking for the right OperatingSystem Version and it converts to some newer APIS for iOS 18;

@PureWeen PureWeen mentioned this pull request Dec 12, 2024
@jfversluis jfversluis added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants