-
Notifications
You must be signed in to change notification settings - Fork 518
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
iOS/Mac project templates use latest C# language idioms #12085
Comments
12 tasks
From the list from the Epic:
|
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jul 13, 2021
* Use the UIApplication.Main overload that takes a Type. * Use top-level statements for the Main method to simplify code. * Remove a few unnecessary usings. Partial fix for xamarin#12085.
Re nulltable types, we need |
rolfbjarne
added a commit
that referenced
this issue
Jul 14, 2021
* Move the templates to a common subdirectory. * Add .NET unit test to verify that all the templates build and that they have no warnings. * Modify the template code to: * Use the UIApplication.Main overload that takes a Type. * Use top-level statements for the Main method to simplify code. * Remove a few unnecessary usings. Partial fix for #12085.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jul 23, 2021
rolfbjarne
added a commit
that referenced
this issue
Jul 23, 2021
vs-mobiletools-engineering-service2
pushed a commit
to vs-mobiletools-engineering-service2/xamarin-macios
that referenced
this issue
Jul 23, 2021
rolfbjarne
added a commit
that referenced
this issue
Jul 27, 2021
Fixes #12085. Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
ghost
locked as resolved and limited conversation to collaborators
Apr 27, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In .NET 6, the included C# project templates will use the latest language idioms.
See the parent Epic for details.
Depends on:
The text was updated successfully, but these errors were encountered: