Hi,
I currently try Radzen Blazor Studio. I like the way it handles with GUI related tasks.
But my goal is to import already existing layered into 4 layers project which are Domain, Application, Persistence and Infrastructure. All 4 are ready to inject their services and config.
So I created new Blazor App in Radzen Blazor Studio, opened it in VS, applied necessary changes to program.cs in Server project. Also DbContext.
After this I wanted to use Radzen to create some pages with crud operations, but it looks like this software is not reading that DbContext is already configured there and injected.
How does it work?
Isn't it ready to use other DbContexts than generated by itself?
I have no problem with doing everything from Radzen editor, but there is no way to add additional class libraries.
Does it mean that your editor does not support Clean Architecture?