.NET Fiddle Ideas
-
.
1
1 vote -
How do I prevent Ctrl+S attempting to save the entire page?
I'm not unlearning the ctrl+s habbit just to use this site.
3 votes -
Bug report - comment handling
Not sure if this is the right place for bug report. The following line causes a fatal error:
// Console.Readkey();
--> Fatal Error: Console.ReadKey() is not supported in .NET Fiddle.
Even
// console.readkey
produces exactly the same error (Console.ReadKey() is not supported).
It is a strange error. I tried different gibberish after // which was rightly ignored, except the syntactically correct ReadKey line.
1 vote -
Why does the ".NET 5.0" compiler run the code on Linux, while the "Roslyn 3.8" and ".NET 4.7.2" run on Windows?
This creates confusing discrepancies, e.g. https://stackoverflow.com/questions/66063734/system-io-path-getfilenamewithoutextension-does-not-trim-a-file-path (caused by the fact that \ is not a file separator on Linux, but is on Windows).
3 votes -
Fix collaboration
Collaboration doesn't work at all.
I clicked 'collaborate' and sent the link to other machine. I opened it in broswer and clicked 'yes, join' But I don't see collaborator in the host and in the remote machine. I don't see the changes was made.Nothing13 votes -
Allow Fiddles to accept values & return value via special end point.
With the growing online environment where people can piece things together via tools like zapier. It would be nice if we could
1. have a special end point url for a fiddle that would return only the values generated by the code.
2. (advanced request) allow these special endpoints to accept values via QueryString that could be used in the code.Use case would be to run some function on some small piece of data and return it in the new format.This could vary based on each users business logic needs.
3 votes -
Game that should help ful for children
Now every one plying pubg so they should forgot that so I'm help Full with you
6 votes -
support for net core 3.1
lts support disappeared with net 5
3 votes -
Changing compiler version shouldn't clear the fiddle contents and url
I have an existing fiddle (https://dotnetfiddle.net/aLU0Z8) and try to change compiler cause a feature is missing (proprerty initializers) and when I do it it just clears the script and goes to the root url as if I was making some new fiddle. I had to copy-paste content from the old fiddle to make this one that compiles ok - https://dotnetfiddle.net/W9zCSm
0 votes -
1 vote
-
Game that should help ful for children
Now every one plying pubg so they should forgot that so I'm help Full with you
3 votes -
support string interpolation
Console.WriteLine($"{i} ");
throws error: Compilation error : Unexpected character '$'
11 votes -
Logging in erases current window
If you are typing in fiddle, and then realized you hadn't logged in yet, and then log in..POOF there goes all the work you've been entering for the past however long. Can you fix this somehow?
1 vote -
Debug.Assert
Support for System.Diagnostics.Debug.Assert could be added. Given that it's an internal verification system that fails when the assertion is incorrect, it could be helpful to at least throw a message in the output window when an assertion wasn't working
4 votes -
Must definitely be dark mode and better syntax coloring
White background hurt my eyes. Only keywords coloring is not enough for code coloring.
1 vote -
Bug: `Tidy Up` removes `Save` button
Tidy Up is great function but I've noticed that if I'm working on a Saved code and I hit that button, the code formats and then my save button disappears..
1 vote -
Install on desktop as PWA
Would be great to have this as a PWA
1 vote -
Remove redundant indentation at the second line of the C# template
There exists five redundant horizontal tabs 0x09 at the second line of all C# templates (Framework, Core, and Roslyn). They have existed for at least a year now.
I am hoping they can be removed.
Thanks.4 votes -
View IL
View IL feature doesn't work.
8 votes -
allow to debug the code
when we write a code also we need to debug , it is useful to resolve issue very fast.
1 vote
- Don't see your idea?