You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored the existing storage provider implementation and moved them all into dedicated nuget packages.
Externalized the database model into a dedicated nuget package.
Added additional PartTypes to the seed.
We will likely improve this much further later on, ideally we would instead write a file storage provider for EF Core and rely on storage providers already created for each platform. The current way of doing it requires maintaining queries across all packages and this is not good, but good for now.
Add and improve capabilities for additional storage providers.
Each provider will need their own configuration and should be available as nuget packages.
The text was updated successfully, but these errors were encountered: