Woudjee
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...
Why does this work? `List brepjes = new List();` `for (int i = 0; i < 100; i++)` `{` ` brepjes.Add(new BrepEntity()` ` {` ` Polygons = new List()` `...
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...
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...