try
try copied to clipboard
Try .NET provides developers and content authors with tools to create interactive experiences.
The [dotnet-try](https://www.nuget.org/packages/dotnet-try/) package has been unlisted on nuget.org, but it doesn't suggest to the user that they should use [Microsoft.dotnet-try](https://www.nuget.org/packages/Microsoft.dotnet-try/) as the alternative, which gives the impression that the project...
#### Describe the bug When I click Run button on try.dot.net it briefly shows "Running" then it disappears but I see no results. When I click Run again then then...
Posting this here after a chat with @LadyNaggaga to list a potential use case and see if we can collaborate or become an alpha user the limited trial of Try...
#### Describe the bug On the [Try .NET website](https://try.dot.net), the new features introduced with C# 8 cannot be used. #### Did this error occur while using `dotnet try` or online?...
#### Describe the bug When running any code blocks using dotnet-try, UI displays "Internal Server Error" and Network Console return HTTP 500 with the following payload: `{"message":"An unhandled exception occurred.","exception":"System.InvalidOperationException:...
#### Describe the bug Exception while running unit test. https://github.com/dotnet/try/tree/master/docs/test_example **Request Payload:** {"runArgs":"--source-file UnitTest1.cs --region test1 --session \"Run my tests!\"","workspace":{"workspaceType":"test_example.csproj","language":"csharp","files":[],"buffers":[{"id":"D:\\samples\\try\\docs\\test_example\\UnitTest1.cs@test1","content":"[Fact]\npublic void Test1()\n{\n Assert.Equal(ClassBeingTested.GetValue(), 42);\n}","position":0},{"id":"D:\\samples\\try\\docs\\test_example\\ClassBeingTested.cs@GetValue","content":"public static int GetValue()\n{\n return 1;\n}","position":0}]},"activeBufferId":"D:\\samples\\try\\docs\\test_example\\UnitTest1.cs@test1","requestId":"trydotnet.client_8"} **Response**...

From https://github.com/dotnet/try/issues/859#issuecomment-666637355 >This works: > >``` >'''cs --region source --source-file ./main.package.cs >''' >``` > > This does not: >``` >'''cs --region source --source-file ./main_package.cs >''' >``` > > Only difference...
Right now code built with C# 8.0 / .NET Core 3.1 always gives the following error for code I've tried (tried all versions and a manual compile from source): >...
### Description When compiling / loading a program if it contains some await / async Task.Result / Task.Wait it will end up in a deadlock. More complex scenarios need to...