The output from the build is the following:
-
Target GenerateXamlG:
Task "XamlG"
- error : Error initializing task XamlG: Not registered task XamlG.
Error initializing task XamlG: System.Exception: Not registered task XamlG.
at Microsoft.Build.BuildEngine.TaskDatabase.ThrowTaskNotRegistered (System.String classname) [0x00000] in :0
at Microsoft.Build.BuildEngine.TaskDatabase.GetTypeFromClassName (System.String classname) [0x00000] in :0
at Microsoft.Build.BuildEngine.BuildTask.get_Type () [0x00000] in :0
at Microsoft.Build.BuildEngine.BuildTask.InitializeTask () [0x00000] in :0
at Microsoft.Build.BuildEngine.BuildTask.Execute () [0x00000] in :0
All I have done is reference the new nuget and updated and changed the custom build tool for all of the .xaml files.
Anyone else come across this?