SharpLab
SharpLab copied to clipboard
.NET language playground
@ashmind , Hi! I used to work on the Roslyn team and I'm a huge VB enthusiast, also a fan of SharpLab. I've noticed some experience issues with VB completion...
`Inspect.Allocations()` doesn't work. It throws `NullReferenceException` even with empty #lambda. Repro: https://sharplab.io/#v2:EYLgxg9gTgpgtADwGwBYA0AXEUCuA7AHwAEAmABgFgAoUgRmutJQAIBvAXwEoBuaoA==
Got an error when running `sl run` ``` Evaluated project metadata file could not be found for service container-manager ``` `sl setup` success but `sl run` failed  Did I...
Hi, @ashmind. Firstly, thank you for creating SharpLab — it's a very useful tool! I noticed that the last commit was in November 2024, and some issues (like #1358) are...
It would be cool to be able to checkpoint and then later view a diff on each side of current vs last checkpoint.
just need to setup the git submodules *manually* https://github.com/user-attachments/assets/73d3a7f8-a250-438c-ba37-cfd3bc63bb16 small issue in the client UI, getting 403 error from local storage-account 
Hi. Sharplab has been really useful to me and I'd like to extend its functionality. Although, I'm having some issues getting started with local development. I read the instructions and...
Entering the following code into SharpLab, in Run mode on x64 Release, will cause the container to crash: ``` using System; using System.IO; using System.IO.Compression; var output = new MemoryStream();...
Branches since 2024 such as [`Roles/Extension`](https://sharplab.io/#v2:EYLgZgpghgLgrgJwgZwLQIPYBsUBoYgCWWAPgAIBMAjALABQZVAnABQUAMFALAJQDcQA) always `[connection lost, reconnecting…]`. Branches before 2024 such as [`Inline Arrays`](https://sharplab.io/#v2:EYLgZgpghgLgrgJwgZwLQEkB2AbAlpiAQQQSgE9kAaGEXbAHwAEAmARgFgAoR1gTgApmABmYBmAJQBuIA===) works fine. I have cleaned the cache as #1360 but it doesn't work....