Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
993 stars 196 forks source link

Decouple Core library from Microsoft.AspNetCore.Components.Web #149

Closed VladislavAntonyuk closed 2 years ago

VladislavAntonyuk commented 2 years ago

The core library should be independent of the framework (shouldn't have dependencies if possible). Extract dependant code to the separate project.

Benefits:

zHaytam commented 2 years ago

Hello, You are absolutely right. I was planning to do it for a long time! Your project is very interesting 🏆