Open davidfowl opened 3 weeks ago
Would you want to move the integration aligned playgrounds as well?
We could yea.
I'm looking at this and currently have a file structure like....
integrations -AWS --Aspire.Hosting.AWS ---src ---tests --playground ---AWS (I just kept the names of the playground directories here instead of flattening so there is room to add additional playgrounds per integration by default)
So far this structure seems to scale well to all of the integrations, and puts each integration's code into nice self-contained packages.
What about in the solution though? Should it mirror this exactly or is it better to go with a structure there like...
Integrations -AWS --src ---Aspire.Hosting.AWS --tests ---Aspire.Hosting.AWS.Tests --playgound ---AWS
Or this?
Integrations -AWS --Aspire.Hosting.AWS --Aspire.Hosting.AWS.Tests --playgound ---AWS
I have everything moved around locally at this point and need to start reworking the solution file and paths in csproj files.
@davidfowl I started working on this in a branch. Take a look and let me know if this is heading in the right direction. There's still a lot of work to do on it, but I think it's far enough along to get a better sense of all everything we want to shift/better align.
Since this touches so many files would the preference be to do a PR per integration or just shove it all through in one shot?
Now that we have better nomenclature for integrations we should change the repo layout to match the product. We should have src/Integrations folder but within it we have a few options:
It would also be a chance to figure out if we should move the tests as well. Keeping each integration "self contained".
Thoughts welcome.
cc @radical @eerhardt @mitchdenny