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

Adding API diffs to the build #4354

Merged
merged 9 commits into from
Jan 28, 2022
Merged

Adding API diffs to the build #4354

merged 9 commits into from
Jan 28, 2022

Conversation

mattleibow
Copy link
Member

Description of Change

To avoid any cases where there are breaking changes, we generate a diff file that we can review.

Implements #4316

Additions made

  • Adds a diff step to all maui builds

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)
  • Targets a single property for a single control (or intertwined few properties)
  • Adds the property to the appropriate interface
  • Avoids any changes not essential to the handler property
  • Adds the mapping to the PropertyMapper in the handler
  • Adds the mapping method to the WinUI, Android, iOS, and Standard aspects of the handler
  • Implements the actual property updates (usually in extension methods in the Platform section of Core)
  • Tags ported renderer methods with [PortHandler]
  • Adds an example of the property to the sample project (MainPage)
  • Adds the property to the stub class
  • Implements basic property tests in DeviceTests

Does this PR touch anything that might affect accessibility?

  • Does this PR introduce a new control? (If yes, add an example using SemanticProperties to the SemanticsPage)
  • APIs that modify focusability?
  • APIs that modify any text property on a control?
  • Does this PR modify view nesting or view arrangement in anyway?
  • Is there the smallest possibility that your PR will change accessibility?
  • I'm not sure, please help me

If any of the above checkboxes apply to your PR, then the PR will need to provide testing to demonstrate that accessibility still works.

@mattleibow mattleibow added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Jan 27, 2022
@mattleibow mattleibow added this to the 6.0.200-preview.13 milestone Jan 27, 2022
@mattleibow mattleibow linked an issue Jan 27, 2022 that may be closed by this pull request
@mattleibow mattleibow self-assigned this Jan 27, 2022
@mattleibow mattleibow requested a review from Redth January 27, 2022 16:53
@mattleibow mattleibow merged commit 2f944b3 into main Jan 28, 2022
@mattleibow mattleibow deleted the dev/api-diff branch January 28, 2022 16:01
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add nuget API diffs to CI pipeline
2 participants