Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove explicit type in Solution template App.xaml.cs
- In case Uno Platform solution is created in a #nullable context, the app is not buildable because as keyword makes the Frame nullable. Using var this issue is avoided and automatically becomes Frame? in nullable.
- Loading branch information