nfdi4plants / arc-validate-package-registry

A repository of validation packages for ARCs
https://avpr.nfdi4plants.org
MIT License
1 stars 2 forks source link

Use `ValidationPackageIndex` type from ARCValidationPackages #7

Closed kMutagene closed 4 months ago

kMutagene commented 5 months ago

I recently refactored the type modeling in the update script into ARCValidationPackages. once released on nuget, the script should use and serialize those types instead of defining them in the script

kMutagene commented 5 months ago

This turns out to be quite problematic as some dependencies seem to clash. possible solution: isolate Domain types in a separate package to use across the whole ARC ecosystem (maybe even add to the core ARCtrl data model)

kMutagene commented 5 months ago

For reference, different type sources are used:

obviously, this is a PITA because those need to be kept in sync, and will potentially get worse once a client is generated for the web api.

kMutagene commented 4 months ago

Done, as this repo now publishes the type models as nuget packages