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

Override CA1822 for Android interface implementation in MauiScrollView #17691

Merged
merged 1 commit into from Sep 28, 2023

Conversation

jfversluis
Copy link
Member

@jfversluis jfversluis commented Sep 27, 2023

Description of Change

Ignore the CA1822 result for this explicit Android interface implementation. The daily dotnet format run will pick this line up and make it static which will break the build. See #17640.

Interesting enough this warning is not triggered in VS or when dotnet format is ran locally. Reported that here to hopefully get some clarity on that: dotnet/format#1960

Issues Fixed

NA

@jfversluis jfversluis added platform/android 🤖 t/housekeeping ♻︎ area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions labels Sep 27, 2023
@jfversluis jfversluis requested a review from a team as a code owner September 27, 2023 12:16
@jfversluis jfversluis changed the title Override CA1822 for Android interface implementation Override CA1822 for Android interface implementation in MauiScrollView Sep 27, 2023
@jfversluis jfversluis enabled auto-merge (squash) September 27, 2023 12:45
@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jfversluis jfversluis merged commit ec0271a into main Sep 28, 2023
47 checks passed
@jfversluis jfversluis deleted the fix-dotnet-format branch September 28, 2023 06:08
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions platform/android 🤖 t/housekeeping ♻︎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants