AlterNET Studio v7.0

Released: Jan 5, 2021

v7.0 での更新項目

機能

  • Adds Python Parsing
    • Python script writers can either use LangServer.org - based Python Parser, which requires a python runtime to be installed on the target machine; or they can use the included AlterNET Python/IronPython parser which was updated to provide semantic analysis of the text, which powers features like code completion, quick info, signature help and alike.
  • Adds IronPython Scripting (beta)
    • IronPython is yet another scripting/debugging library that was added to AlterNET Studio family. IronPython as a language is compatible with Python 2.7 and is designed to work with Microsoft .NET Framework libraries. Being an interpreted language, IronPython Script debugging logic can be seamlessly integrated into your application.
    • AlterNET Studio now provides three scripting/script debugging engines:
      • C#/Visual Basic scripting based on Microsoft Code Analysis compiler (Roslyn), the same compiler that powers Microsoft Visual Studio.
      • TypeScript/JavaScript scripting based on Microsoft ClearScript and Google V8 engine and Google Chrome Debugger development tools.
      • IronPython scripting based on IronPython.net.
  • Adds support for Microsoft .NET 5.0 for most core libraries
    • AlterNET Studio now supports Microsoft .NET 5.0 via nuget packages for most of the AlterNET core libraries, except WinForms Form Designer, TypeScript Scripter and Parser.