You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
This PR will enable `Nullable` to help catch potential null reference
issues at compile time, improve code clarity, and align the samples with
modern .NET best practices.
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
Closes#2066.
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
## Screenshots (if appropriate):
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Issues not Directly Related to This PR
I'll use this section to note any unrelated issues I encounter while
working on this PR.
- Scratch Pad page: Clicking the Load button throws an exception when no
local settings are present.
- AnimatedIcon page: Clicking the button in the first sample and then
closing the app results in an exception.
- PullToRefresh page: Performing a pull-to-refresh on the second sample,
then navigating to another page, triggers an exception.
- RichEditBox page: Menu_Opening method contains duplicate code.
---------
Co-authored-by: Marcel W. <marcel.alex.wagner@outlook.com>
0 commit comments