-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Rangeselector refactor #3818
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
Rangeselector refactor #3818
Conversation
…an get the step values correctly CommunityToolkit#3476
…being created when we need them
Replace with FormatForToolTip
into file based on type of input
Clean-up some Style-cop issues.
These properties and their descriptions were confusing (and abbreviated) which made it difficult to understand how they differed from the Minimum/Maximum value properties. This clearly now separates which properties are being selected by the user. Their comments have been updated as well. It also aligns with the new Range struct field names in .NET: Start/End.
Think there's an issue with DataRow and the Cleanup Method though Also getting a 'Parameter count Mismatch' from MSTest before anything is even run :(
Thanks michael-hawker for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
I have no idea what caused the tests to fail, it seems like they just stopped... @azchohfi any ideas on how we can debug what's going on here? Locally they seem to just stop at one point and spit out:
|
Debugged one of the tests and hit a StackOverflow for RangeEnd in one of the tests that wasn't reporting. Wonder if that's messing things up elsewhere? |
Superseded by #3822 for now. |
Continuing #3812
Fixes
Rebased and merged in some more tests. Cleaned-up some style-cop issues and fixed some base test infrastructure issues. Tests should represent valid scenarios, but this code-base is emitting problems.
Also renamed properties for clarity.
Looks like RangeEnd is always set to 1 on initial construction.
FYI @RosarioPulella
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Other information