dotnetpad icon indicating copy to clipboard operation
dotnetpad copied to clipboard

The Waf DotNetPad is a simple and fast code editor that makes fun to program with C# or Visual Basic.

Results 5 dotnetpad issues
Sort by recently updated
recently updated
newest added

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[] {...

bug

Loop makes the entire app hang. Console.Write/WriteLine inside loop also does not print to the Output tab.

bug

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...

enhancement

Syntax highlighting for this works: ``` C# /* One line comment. */ ``` But this for this not: ``` C# /* Multi-line comment. */ ```

bug

Direct reference or `using` doesn't show FileVersionInfo. ![image](https://github.com/jbe2277/dotnetpad/assets/15819575/dd63b2bb-a005-4b2a-9be1-8b39377f7ecc) ![image](https://github.com/jbe2277/dotnetpad/assets/15819575/de677131-cb28-4b5c-81a9-8c42b36bbe9a) App version: ![image](https://github.com/jbe2277/dotnetpad/assets/15819575/11a4d148-a368-4f8a-87c9-a5207f9658aa) How do I use FileVersionInfo here?