You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Templates.Core.Gen.GenController.ValidateUserSelection(UserSelection userSelection, Boolean isNewProject)
at Microsoft.Templates.Core.Gen.NewProjectGenController.d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Templates.UI.Services.GenerationService.d__5.MoveNext()
To Reproduce
Go to 'File ->New->Project'
Click on 'Avalonia C# Project'
Scroll down to 'Create'
See error
Additional context
No response
About your setup
Visual Studio Version: 17.12.0
Template Studio Wizard Version: 1.4
Windows Build: 10.0.22631 Build 22631
The text was updated successfully, but these errors were encountered:
Describe the bug
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Templates.Core.Gen.GenController.ValidateUserSelection(UserSelection userSelection, Boolean isNewProject)
at Microsoft.Templates.Core.Gen.NewProjectGenController.d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Templates.UI.Services.GenerationService.d__5.MoveNext()
To Reproduce
Additional context
No response
About your setup
The text was updated successfully, but these errors were encountered: