ef-db-diagrams
ef-db-diagrams copied to clipboard
Feature/51 update to net 5
Todo
- [x] I cant build the frontend. Angular CLI/packages are bugged. Stuck in
extract:rxjs: sill extract rxjs@^5.1.0
- [x] DirectoryNotFound even when using as a NugetPackage
- [x] Check the functionalites
- [ ] Fix
@angular/material
css styles not working (icons and some layout things). Maybe thats something that will come in material changelog?
Its mostly finished, needs only style fix. Im a reactjs guy not angular, so that could take a while to figure it out. If anyone has any idea please reply.
.NET 5, Angular 13, Node 16
The diagram is there, but the entityt settings window is blocking the view :D The css is not being loaded properly. Probably they changed something in @angular/material
Are you going to finish this issue? I have the DictionaryNotFound exception on .NET 6 and ASP Core 6.
Are you going to finish this issue? I have the DictionaryNotFound exception on .NET 6 and ASP Core 6.
DictionaryNotFound is out of scope for this PR, i was mean to be only a workaround. In the meantime i've found https://github.com/ErikEJ/EFCorePowerTools If you want to use this project with .net 6 you could for example fix the css problem with the PR (currently i have no idea how to solve it but its about z-indexes and the order of rendering) and then i'll deliver a new deployment system which wont cause DictionaryNotFound Exceptions
I figured out whats going on with the diagram visualizer, so the current state is: somehow there are missing icons and some styles from material ui and @angular/cdk packages that we need to deal with to have it fully working.