microsoft / kiota-abstractions-dotnet

Abstractions library for the Kiota generated SDKs in dotnet
https://aka.ms/kiota/docs
MIT License
24 stars 21 forks source link

Group kiota dotnet repositories #238

Open baywet opened 1 month ago

baywet commented 1 month ago

We initially made the choice to split the dotnet dependencies into multiple repositories to enable better isolation of concerns. This has proven to represent mostly coordination overhead, without delivering much additional value (kiota-java and kiota-typescript being good examples of mono repos that work) as:

Suggestion to move to a monorepo for dotnet dependencies and align the versions:

This will also unable the bundle package https://github.com/microsoft/kiota/issues/4636 work

KennethHoff commented 3 weeks ago

For clarity; this is referring to merging the GitHub Repositories, not the NuGet packages?

baywet commented 3 weeks ago

Correct

pjmagee commented 3 weeks ago

Mono repo is soooo much easier to deal with