Woudjee

Results 4 issues of Woudjee

Hi, I have another problem with BulkDelete when including the graph. I have attached a screenshot that outlines the structure of my entities. **CASE 1: BULKDELETE WITH INCLUDE GRAPH** I...

question

Why does this work? `List brepjes = new List();` `for (int i = 0; i < 100; i++)` `{` ` brepjes.Add(new BrepEntity()` ` {` ` Polygons = new List()` `...

question

Hi, I followed the documentation. When using the cascading parameter, my `ModalService` instance is not set. I therefore now use: `@inject IModalService Modal`. When using this, I can see that...

Bug
Triage

Hi, I work with WPF Blazor for my desktop applications. Unfortunately, today I stumbled across a very nasty bug. I have two projects. In project 1, everything is working as...

area-wpf-blazor