dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.95k stars 1.7k forks source link

Enable Nullable `Controls.Core` Tracking Issue #12600

Open jfversluis opened 1 year ago

jfversluis commented 1 year ago

This issue tracks the progress of enabling nullable in the Controls.Core project.

The Controls.Core project has enabled nullable in this PR: https://github.com/dotnet/maui/pull/12555/, but all the files where nullable was not already enabled were excluded with #nullable disable.

This was done so that we can break up this work in multiple smaller PRs. All files that have #nullable disabled need to be checked and made ready for use with the nullable feature, once done, the #nullable disabled flag needs to be removed.

Below you can find a list of all the *.cs files that have #nullable disabled and thus need to be checked before the whole Controls.Core has nullable enabled. If you are going to work on some of these, make sure to check them off in the list and link the PR where you did the work.

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.