dotnetpad
dotnetpad copied to clipboard
The Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic.
Hello. If I type following expression: `new[] { 1 }.First(s` and then press =, button, I see following: `new[] { 1 }.First(sbyte=` while in Visual Studio I see 'new[] {...
Loop makes the entire app hang. Console.Write/WriteLine inside loop also does not print to the Output tab.
Hi. I'd like to use dotnetpad for my private leraning tool. Currently I'm digging Rx.Net. Visual studio is too heavy but your tool looks nice. Is there any special syntax...
Syntax highlighting for this works: ``` C# /* One line comment. */ ``` But this for this not: ``` C# /* Multi-line comment. */ ```
Direct reference or `using` doesn't show FileVersionInfo.   App version:  How do I use FileVersionInfo here?