Since releasing AlterNET Studio 10.0, we have fixed a few minor bugs. These bug fixes were published as NuGet packages, and are now available for download and integration into your projects. Below is the list of changes:
AlterNET Studio 10.0.1
+ The “ctor” Code Snippet is now using the name of the containing class when inserting the code snippet in the editor.
+ Script Debugger now correctly evaluates strings that contain special characters like tabs and international symbols.
+ The code completion for XmlParserWithSchema has been improved when a user types the closing tag.
+ CLangd LSP parser can now accept additional command-line options like diagnostic settings.
- The bug with Scripter compilation unable to create a temporary folder when using CodeDOM script host has been fixed.
- The bug with Scripter compilation of WinForms projects when using CodeDOM script host has been fixed.
- The bug with LSP parser outlining not always following text changes has been fixed.
- The bug with the SyntaxBuilder tool not working has been fixed.
- The exception with the SyntaxParser demo project when selecting an item from the code completion listbox has been fixed.