Skip to content

Update RegionNavigationRegistrationExtensions.cs#3146

Merged
dansiegel merged 1 commit intoPrismLibrary:masterfrom
jpislas:patch-1
May 24, 2024
Merged

Update RegionNavigationRegistrationExtensions.cs#3146
dansiegel merged 1 commit intoPrismLibrary:masterfrom
jpislas:patch-1

Conversation

@jpislas
Copy link
Contributor

@jpislas jpislas commented May 22, 2024

My previous submission made RegisterForNavigationWithViewModel public, after more thought it makes sense that it would be private and instead an override of RegisterForRegionNavigation without the strong typing is more descriptive and conveys the intent better.

## Description of Change

Reverted RegisterForNavigationWithViewModel to be private and created overrides for RegisterForRegionNavigation that call existing method with non generic parameters.

Tests were not created as this doesn't change anything functionally that is not already covered.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

My previous submission made RegisterForNavigationWithViewModel public, after more thought it makes sense that it would be private and instead an override of RegisterForRegionNavigation without the strong typing is more descriptive and conveys the intent better.
@dansiegel dansiegel merged commit fd8b659 into PrismLibrary:master May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants