-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Feat: adds support for Microsoft Manifest in dotnet and other fixes. #9436
base: main
Are you sure you want to change the base?
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee3312b - Browse repository at this point
Copy the full SHA ee3312bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9bd38 - Browse repository at this point
Copy the full SHA 8f9bd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987c3bc - Browse repository at this point
Copy the full SHA 987c3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b93e6ac - Browse repository at this point
Copy the full SHA b93e6acView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1320fe - Browse repository at this point
Copy the full SHA b1320feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 177e126 - Browse repository at this point
Copy the full SHA 177e126View commit details -
chore: updates api manifest dependency
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99ac5cc - Browse repository at this point
Copy the full SHA 99ac5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4fedd - Browse repository at this point
Copy the full SHA 0a4feddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ebca2 - Browse repository at this point
Copy the full SHA f2ebca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33690a - Browse repository at this point
Copy the full SHA e33690aView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d462a8 - Browse repository at this point
Copy the full SHA 6d462a8View commit details -
ci: adds unit test infrastructure for microsoft manifest plugins
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a379579 - Browse repository at this point
Copy the full SHA a379579View commit details -
ci: adds sample microsoft plugins
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c77eb72 - Browse repository at this point
Copy the full SHA c77eb72View commit details -
chore: adds kiota configuration for sample microsoft plugins
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20435c6 - Browse repository at this point
Copy the full SHA 20435c6View commit details -
fix: path to microsoft manifest plugin
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dd2906 - Browse repository at this point
Copy the full SHA 8dd2906View commit details -
fix: adds missing copy of microsoft manifests
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11d2391 - Browse repository at this point
Copy the full SHA 11d2391View commit details -
docs: adds link to microsoft manifest sample
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c7cc8c - Browse repository at this point
Copy the full SHA 2c7cc8cView commit details -
fix: lookup path for the api and microsoft plugins
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d47a812 - Browse repository at this point
Copy the full SHA d47a812View commit details -
fix: loading of local microsoft manifest file
fix: loading of location OAS descriptions for Microsoft manifests Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c98cbcc - Browse repository at this point
Copy the full SHA c98cbccView commit details -
fix: stream instead of string to load microsoft plugins
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 529dc0d - Browse repository at this point
Copy the full SHA 529dc0dView commit details -
fix: function name for microsoft plugins test data
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d98ba29 - Browse repository at this point
Copy the full SHA d98ba29View commit details
Commits on Oct 25, 2024
-
fix: authentication for microsoft plugins
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d435b51 - Browse repository at this point
Copy the full SHA d435b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65543ed - Browse repository at this point
Copy the full SHA 65543edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa549c - Browse repository at this point
Copy the full SHA 7fa549cView commit details -
feat: adds astronomy plugin to kiota workspace configuration
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 814a45c - Browse repository at this point
Copy the full SHA 814a45cView commit details -
feat: adds astronomy plugin definition
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6e9529 - Browse repository at this point
Copy the full SHA a6e9529View commit details -
fix: nasa astronomy simple test
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 927723d - Browse repository at this point
Copy the full SHA 927723dView commit details -
feat: adds support for multiple microsoft plugins dependencies
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 882ed3b - Browse repository at this point
Copy the full SHA 882ed3bView commit details -
docs: adds experimental entry for Microsoft Manifests
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e0c0c3 - Browse repository at this point
Copy the full SHA 3e0c0c3View commit details -
fix: aligns experimental code with new numbering for api and microsof…
…t manifests Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3471e31 - Browse repository at this point
Copy the full SHA 3471e31View commit details -
chore: skip loading the json document ourselves
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b7d722 - Browse repository at this point
Copy the full SHA 2b7d722View commit details -
fix: o(n) lookup to o(1) for operation ids to exclude
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2c2ee4 - Browse repository at this point
Copy the full SHA b2c2ee4View commit details -
fix: disposing response too early
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0707600 - Browse repository at this point
Copy the full SHA 0707600View commit details -
fix: multiple performance issues in API manifest loading
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b2c3c2 - Browse repository at this point
Copy the full SHA 3b2c3c2View commit details -
fix: normalization operation id to avoid . in function names
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fdd657 - Browse repository at this point
Copy the full SHA 5fdd657View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8871dcf - Browse repository at this point
Copy the full SHA 8871dcfView commit details -
Signed-off-by: Vincent Biret <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93eb850 - Browse repository at this point
Copy the full SHA 93eb850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe5fa6 - Browse repository at this point
Copy the full SHA 0fe5fa6View commit details