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
If this doesn't yield enough tree shaking/size-reduction here are the options we might consider for Microsoft Graph:
selective import (impacts devx)
self-serve only (impacts discovery)
product centered packages (see below)
product centered packages:
setup a mono-repo (lerna)
main project is the models: full gen + script to remove anything besides reusable models
other projects are sliced by surface area (we could use PowerShell's slicing): gen from those description + script that removes models and replaces imports (each client name needs to be different to allow multiple clients being used in the same context)
Explore the feasibility of generating a proxy-based service library for Kiota-generated clients.
The text was updated successfully, but these errors were encountered: