Skip to content

Fix build error caused by duplicate property change registration in SwipeItem - #35884

Merged
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
SubhikshaSf4851:Fix_builderror_on_swipeItem
Jun 12, 2026
Merged

Fix build error caused by duplicate property change registration in SwipeItem#35884
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
SubhikshaSf4851:Fix_builderror_on_swipeItem

Conversation

@SubhikshaSf4851

Copy link
Copy Markdown
Contributor

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment whether this change resolves your issue. Thank you!

Description of Change :

  • This change removes a duplicate property change registration that was causing build errors in the SwipeItem implementation.
  • The property change handler was being added more than once, resulting in compilation/build issues. Removing the duplicate registration resolves the build failure without affecting existing functionality.

Snapshots :

Before Fix After Fix
BeforeFix AfterFix

@dotnet-policy-service dotnet-policy-service Bot added the community ✨ Community Contribution label Jun 12, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hey there @@SubhikshaSf4851! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service Bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jun 12, 2026
@SubhikshaSf4851
SubhikshaSf4851 marked this pull request as ready for review June 12, 2026 06:36
@kubaflo
kubaflo merged commit 3c0421f into dotnet:inflight/current Jun 12, 2026
12 of 17 checks passed
@github-actions github-actions Bot added this to the .NET 10 SR9 milestone Jun 12, 2026
kubaflo pushed a commit that referenced this pull request Jun 12, 2026
The PR branch previously merged inflight/current while it transiently
contained a duplicate SwipeItem.OnIsVisibleChanged definition, producing
'error CS0111' on every platform/TFM. inflight/current has since been
fixed (#35884); re-merging it removes the duplicate and unblocks the build.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PureWeen pushed a commit that referenced this pull request Jun 22, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
kubaflo pushed a commit that referenced this pull request Jun 25, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
kubaflo pushed a commit that referenced this pull request Jul 3, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
@kubaflo kubaflo mentioned this pull request Jul 6, 2026
kubaflo pushed a commit that referenced this pull request Jul 6, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
PureWeen pushed a commit that referenced this pull request Jul 7, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
PureWeen pushed a commit that referenced this pull request Jul 7, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
kubaflo pushed a commit that referenced this pull request Jul 10, 2026
…wipeItem (#35884)

<!-- Please keep the note below for people who find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment whether this change resolves your
issue. Thank you!


### Description of Change :

- This change removes a duplicate property change registration that was
causing build errors in the `SwipeItem` implementation.
- The property change handler was being added more than once, resulting
in compilation/build issues. Removing the duplicate registration
resolves the build failure without affecting existing functionality.

### Snapshots :

 | Before Fix | After Fix |
 |--------------------------|---------------------------|
| <img width="945" height="421" alt="BeforeFix"
src="https://github.com/user-attachments/assets/4c621c0e-3b0a-4b85-981d-e1ee2eb2e9ff"
/> | <img width="963" height="397" alt="AfterFix"
src="https://github.com/user-attachments/assets/bf8eb817-5d96-4622-b40b-775810a37510"
/> |

<!--
Are you targeting main? All PRs should target the main branch unless
otherwise noted.
-->
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-swipeview SwipeView community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants