-
Notifications
You must be signed in to change notification settings - Fork 516
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
[net6/7] Templates for "Add File" feature in VSfM #15836
Labels
enhancement
The issue or pull request is an enhancement
Milestone
Comments
This was referenced Aug 31, 2022
See this issue for where the VS(Mac) templates are: #10747 (comment) |
We're going to start with a few templates:
|
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Oct 7, 2022
Add the following item templates for all platforms: * Controller (View Controller with UI written in code) * View * View Controller (View Controller with UI written in XIB) * Storyboard Item templates won't show up in VSMac until this is released: xamarin/vsmac#9133. Fixes xamarin#15836.
rolfbjarne
added a commit
that referenced
this issue
Oct 10, 2022
Add the following item templates for all platforms: * Controller (View Controller with UI written in code) * View * View Controller (View Controller with UI written in XIB) * Storyboard Item templates won't show up in VSMac until this is released: xamarin/vsmac#9133. Fixes #15836. Also update the template tests accordingly. This PR might be easier to review commit-by-commit due to the large number of generated localization files.
ghost
locked as resolved and limited conversation to collaborators
Nov 9, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As discussed in many places:
https://developercommunity.visualstudio.com/t/Other---Custom---macOS-Application-doe/10118455
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1592649
#15807
#15691
The move to .NET 6 broken "Add File" for non-MAUI projects.
Discussions with the IDE team have stated there is support for adding these to the workload, and MAUI does that today, though some of the format may be inconsistently documented.
We should do this in the .NET 7 timeframe if not sooner.
Expected Behavior
See these examples from legacy XI/XM projects:
(This is is same for XI and XM)
(This is is also same for XI and XM)
The text was updated successfully, but these errors were encountered: