Added additional information to the Intellisense Parameter Information.
Added a Help menu to the Generator Menu inside of Visual Studio.
Updated all of the Generator Template Frameworks to the latest version.
Bug Fixes
Fixed a bug where a StackOverflowException would occur with any template that was recursively called.
All newly created Generator Files (E.G., Templates, Generator Project Files…) and Generated documents are saved as UTF unless specified in the CodeTemplate Directives Encoding attribute.
Fixed a bug where a StackOverflowException could occur when retrieving Intellisense for complex types.
Fixed a bug where a NullReferenceException could occur if a sub template had more than 25 errors.
Fixed a bug where CodeTemplate.GetProperties(bool) could return invalid results.
Fixed a bug where the TableSchema’s DataObjects property wasn’t being set correctly.
Fixed a bug where the CommandResultSchema.DataObjects property wasn’t being populated.
Fixed a bug where ActiveSnippets could be saved in an invalid state.
Fixed a bug where ActiveSnippets were not being upgraded properly.
Fixed a bug where the Data Source Manager could throw an exception when a provider couldn’t be resolved.
Fixed a bug where a FileNotFound exception could occur if a previously open template document no longer existed when launching Visual Studio.
Fixed a bug where the CodeTemplate.RenderToFile(OutputFile, bool) overload was not calling OnPostRender.
Fixed a bug where SDK Licenses would not be picked up in certain circumstances.
Fixed a bug where Configuration may not be initialized properly when using SDK Integration.
Fixed a bug where the TemplateContext might not be available when loading properties from a CSP.
Fixed a bug where Validation Errors could be removed prematurely from the Error Window.
Fixed a bug that caused SchemaExplorer Collections to be incorrectly serialized.
Fixed a bug where an Exception could be thrown after closing an editor document.
Fixed a bug where template samples might not be extracted in some scenarios.
Many performance and memory improvements pertaining to the Template Editor.
Fixed a performance bug in the SqlSchemaProvider where parsing Extended Property values could take an excessive amount of time due to regex backtracking.
Fixed a bug that could cause the editor to not use valid cached compile results.