dotnet/try

how can I use this in blazor website

srxqds opened this issue · 6 comments

srxqds commented
how can I use this in blazor website

You can install the NuGet, Microsoft.DotNet.Try.Project package in your Blazor project to use .NET Try in your website pages.

You can install the NuGet, Microsoft.DotNet.Try.Project package in your Blazor project to use .NET Try in your website pages.

Hi. I tried this package, but its obsolete. (Is use .NET 6) Is there an other way?

I have this need now, any good solution?

Not immediately but we're working on changes that should make this easier to host.

The source code has moved here: https://github.com/dotnet/interactive/tree/main/src/Microsoft.DotNet.Interactive.CSharpProject

@jonsequitur is there any documentation available on how to use dotnet interactive in blazor apps?

Not at this point. We're in the process of updating Try .NET to use the latest .NET Interactive and we'll provide some improved documentation and samples for our APIs over the coming months as part of that effort.