Releases: lwchkg/DotNetEditor
Beta release 0.2.0
- Added function to stop a running program.
- DotNetEditor does no longer freeze when a program is running non-stop.
Beta release 0.1.4
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
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
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
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.