Dot Net Editor Changelog

What's new in Dot Net Editor 0.2.0.0 Beta

Jul 31, 2021
  • Added function to stop a running program.
  • DotNetEditor does no longer freeze when a program is running non-stop.

New in Dot Net Editor 0.1.4.0 Beta (Sep 26, 2018)

  • Updated dependencies, including Roslyn.
  • It means the newest C# version is supported.
  • The icon problem hopefully gets fixed.

New in Dot Net Editor 0.1.2.0 Beta (May 30, 2017)

  • Fixed:
  • C# code runner unable to run static void Main() { Console.WriteLine(123); } and similar code.
  • Changed: open file icon.
  • Note:
  • the file requires .NET Framework 4.6.1 AND a .NET 4.x Framework Developer Pack to run properly.
  • P.S. The binary is compiled with AppVeyor. It should be safe to ignore the SmartScreen Filter warning, but please do virus scans as usual because there is no guarantee that AppVeyor is not infected.

New in Dot Net Editor 0.1.0.0 Beta (May 12, 2017)

  • Note:
  • The file requires .NET Framework 4.6.1 AND .NET Framework 4.6.1 Developer Pack to run properly. If the app crashes, you need to install the developer pack and try again.
  • Known issue:
  • If you specify a reference assembly DLL which does not exist, the app crashes. This is resolved in a future version.