-
Notifications
You must be signed in to change notification settings - Fork 264
Improved project and item templates #924
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
Conversation
|
If you are making the view model template implement INotifyPropertyChanged, then I would suggest making another template which adds a basic runtime class because I currently use the view model template for that, for lack of better option. |
vsix/ProjectTemplates/VC/Windows Universal/BlankApp/MainPage.xaml
Outdated
Show resolved
Hide resolved
vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/Class.idl
Outdated
Show resolved
Hide resolved
vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/Class.h
Show resolved
Hide resolved
|
Unfortunately, we have nobody on staff to maintain or test the project templates so they are largely frozen except for critical fixes. Everything under nuget/vsix/natvis is unfortunately very brittle and requires manual testing. Feel free to fork them and provide superior project templates but these will have to stay as they are. |
See #814