Replies: 3 comments 3 replies
-
This should be possible.
A lot of the relevant pieces can be found here: https://github.com/dotnet/interactive/blob/4c03a63e813beb15866ef0a01b1712cc912eceb0/src/Microsoft.DotNet.Interactive.CSharp/InteractiveWorkspace.cs#L0-L1 |
Beta Was this translation helpful? Give feedback.
-
Hi @egil, Completely agree with your idea. Creating a Blazor extension was actually my first intent before creating my Razor extension. The idea was to use a Jupyter notebook to teach Blazor. I chose to focus on Razor realizing that a Razor extension had a raison d’être of its own. I’d love to help you with this project. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Definitely, a great way to go => Integrating Blazor visualization in .NET interactive |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Im the creator of bUnit, and would like to create a notebook that teaches how to use bUnit, and more generally, how to use xUnit/NUnit/MSTest.
What I cannot figure out is whether or not it is possible. This is what I imagine doing:
dotnet test
does.There would be markdown in between the code blocks that explains what goes on in each block.
I this possible?
Thanks, Egil
Beta Was this translation helpful? Give feedback.
All reactions