Skip to content

Releases: lwchkg/DotNetEditor

Beta release 0.2.0

30 Jul 09:44
bd22359
Compare
Choose a tag to compare
Beta release 0.2.0 Pre-release
Pre-release
  • Added function to stop a running program.
  • DotNetEditor does no longer freeze when a program is running non-stop.

Beta release 0.1.4

25 Sep 14:02
a1c76a5
Compare
Choose a tag to compare
Beta release 0.1.4 Pre-release
Pre-release

Skipped a version by mistake. :-(
Anyway, here are the updates:

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

Beta release 0.1.2

30 May 04:41
Compare
Choose a tag to compare
Beta release 0.1.2 Pre-release
Pre-release

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.

Beta release 0.1.1

13 May 07:55
Compare
Choose a tag to compare
Beta release 0.1.1 Pre-release
Pre-release

Note: the file requires .NET Framework 4.6.1 AND a .NET 4.x Framework Developer Pack to run properly.

Changes

  • Able to use any .NET 4.x Developer Pack for compilation.
  • Fix crashed when unable to find a referenced assembly.

Beta release 0.1.0

10 May 13:11
Compare
Choose a tag to compare
Beta release 0.1.0 Pre-release
Pre-release

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.