Jon Sequeira

Results 700 comments of Jon Sequeira

It's not dead. The team is very small and we've been focusing on .NET Interactive. We'll put up a road map issue soon to outline what the next version of...

@Rajat90 Which version of `dotnet-try` are you using and can you include the output you get from running `dotnet --info` on the command line? Thanks.

@Barsonax There's a decent amount of work that needs to be done beyond removing the IFRAME restriction before embedding is all that useful, which is why we haven't done it...

We're working on updates to Try .NET to bring it up to C# 9 and use the release version of Blazor WebAssembly. I'll post updates when we have a better...

It's a known limitation of this version that `async`/`await` will hang. We're hoping to fix this when we move to the GA release of Blazor WASM.

See also: #242, #527.

Very nice! This sounds like it relates to the publish feature we outlined last year (#214) but haven't gotten to. If you're interested in making a PR, it would be...

Please try installing the latest version: ```console > dotnet tool uninstall -g dotnet-try > dotnet tool install -g Microsoft.dotnet-try ```