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

Closed
wants to merge 1 commit into from
Closed

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
@mikeparker104 mikeparker104 added the partner/cat 😻 this is an issue that impacts one of our partners or a customer our advisory team is engaged with label Dec 18, 2024
@PureWeen PureWeen closed this Jan 11, 2025
@MartyIX
Copy link
Contributor

MartyIX commented Jan 20, 2025

There is a chance that one issue with the CA1416 analyzer will get fixed in this PR: dotnet/roslyn-analyzers#7539

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 partner/cat 😻 this is an issue that impacts one of our partners or a customer our advisory team is engaged with
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants