RazorInteractive icon indicating copy to clipboard operation
RazorInteractive copied to clipboard

Sharing loaded packages?

Open robertmaxton42 opened this issue 2 years ago • 0 comments

I'm trying to use RazorInteractive with Blazor, and I'm having trouble. Starting a cell with @using Blazor.Diagrams.Components I'm getting The type or namespace name 'Blazor' could not be found (are you missing a using directive or an assembly reference?)

My C# cells work fine, though, so I speculate that this is because Razor has some internal C# engine under the hood that hasn't loaded the right assemblies. I have no idea if this is actually true, however, and definitely don't know how I might get that internal engine to load Blazor. Any suggestions?

robertmaxton42 avatar Dec 29 '23 16:12 robertmaxton42