Replies: 4 comments 3 replies
-
Hello, of course I'm planning to support .NET 8 I just need to find some time to do it. |
Beta Was this translation helpful? Give feedback.
-
I managed to make nodes appear, but links and interactions still not working. |
Beta Was this translation helpful? Give feedback.
-
A new version should be out soon that supports .net 8 thanks to a PR |
Beta Was this translation helpful? Give feedback.
-
I tried it in .net 8 too. I got a blank screen. When I inspect in the browser, the drawings look transparent. |
Beta Was this translation helpful? Give feedback.
-
Hello
I'm trying to get Blazor-Diagrams work with .NET8 using new Blazor web App template.
I have to admit that I'm a bit newbie with blazor. I've played a little with .NET7 and Wasm and got Diagrams work earlier with .NET7.
Now I'm trying to get the "getting started" sample work with .NET8 but so far no luck.
Page just shows text
Node1
Node2
Any tips how get things work with .NET8?
Cheers
Juha
here's code of MyDiagram.razor, that's in Components/pages folder in main project (not client):
@page "/MyDiagram"
@using Blazor.Diagrams.Components
@using Blazor.Diagrams.Core
@using Blazor.Diagrams
@using Blazor.Diagrams.Core.Anchors
@using Blazor.Diagrams.Core.Geometry
@using Blazor.Diagrams.Core.Models
@using Blazor.Diagrams.Core.PathGenerators
@using Blazor.Diagrams.Core.Routers
@using Blazor.Diagrams.Options
@using Microsoft.AspNetCore.Components
@code{
}
Beta Was this translation helpful? Give feedback.
All reactions