An open API service providing commit metadata for open source projects.

GitHub / microsoft/OpenAPI.NET / commits

The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.

SHA Message Author Date Stats
80c726e6 chore(main): release 3.10.1 (#3032)
Co-authored-by: release-please-token-provider[bot] <2****]@u****m>
release-please-token-provider[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
15 days ago
8018d40a fix: circular ref guard (#3033) Gavin Barron <g****n@m****m>
Committed by: GitHub <n****y@g****m>
16 days ago
d9b885b4 Simplify Microsoft.OpenApi package references (#3035)
Co-authored-by: Youssef Fahmy <y****0@g****m>
Youssef Fahmy <y****0@g****m>
Committed by: GitHub <n****y@g****m>
16 days ago
310ced7a automatic promotion of shipped APIs for main (#3031)
Co-authored-by: github-actions[bot] <g****]@u****m>
release-please-token-provider[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
16 days ago
e0d5e9d1 fix: harden yaml parsing (#3027) Gavin Barron <g****n@m****m>
Committed by: GitHub <n****y@g****m>
16 days ago
ba2b71ff Bump the microsoftextensions group with 6 updates (#3029)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
16 days ago
a03523af Bump Microsoft.SourceLink.GitHub from 10.0.301 to 10.0.400 (#3030)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
16 days ago
39a80f31 chore(deps): bump dotnet-sdk from 10.0.302 to 10.0.400 (#3028)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
16 days ago
3f012bc4 chore(deps): bump actions/upload-code-coverage from 1.4.1 to 1.4.2 (#3024)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
21 days ago
b7a73085 ci/nuget deploy cfs take 2 (#3015)
Signed-off-by: Vincent Biret <v****t@m****m>, Vincent Biret <v****t@m****m>, Vincent Biret <v****t@m****m>, Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
22 days ago
97e7327d Pin GitHub Actions to full-length commit SHAs (#3016) Dan Fiedler <1****t@u****m>
Committed by: GitHub <n****y@g****m>
22 days ago
25f1974d chore(main): release 3.10.0 (#2976)
Co-authored-by: release-please-token-provider[bot] <2****]@u****m>, Gavin Barron (from Dev Box) <g****n@m****m>, Copilot App <2****t@u****m>
release-please-token-provider[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
23 days ago
42bbd791 chore(deps): bump github/codeql-action from 4.37.5 to 4.37.6 (#3009)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
23 days ago
577df4e8 ci(pipeline): pin .NET 10 SDK to global.json version (#3010)
Co-authored-by: Copilot App <2****t@u****m>
Gavin Barron <g****n@m****m>
Committed by: GitHub <n****y@g****m>
23 days ago
9082e038 merge Merge pull request #3006 from microsoft/chore/dependencies Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
23 days ago
0a7c0018 linting: further path combine replacement Vincent Biret <v****t@m****m> 23 days ago
7dd25c75 linting: additional path combine replacement
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> 23 days ago
acb80cac linting: use path join instead of combine
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> 23 days ago
e4938be7 tests: use unique file names to avoid race conditions
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> 23 days ago
9b683133 tests: upgrades to xunit v3
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> 23 days ago
a32c1dad chore: adds xunit to known words
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> 24 days ago
aaf62a9e chore: upgrades dependencies not picked up by dependabot Vincent Biret <v****t@m****m> 24 days ago
dbf1f9e2 merge chore: promote shipped APIs (#3004)
Co-authored-by: github-actions[bot] <g****]@u****m>
Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
24 days ago
8697a181 chore: promote shipped APIs github-actions[bot] <g****]@u****m> 24 days ago
21793261 fix: bound YAML anchor/alias expansion to prevent OOM (billion laughs) (#3000)
Co-authored-by: Copilot <2****t@u****m>, Copilot <2****t@u****m>, Treicy Sanchez Gutierrez (from Dev Box) <t****s@m****m>, Copilot <2****t@u****m>
Treicy Sanchez <t****7@g****m>
Committed by: GitHub <n****y@g****m>
24 days ago
2a1c3466 merge Merge pull request #3002 from microsoft/dependabot/github_actions/github/code... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
24 days ago
0ef8aa02 chore(deps): bump github/codeql-action from 4.37.4 to 4.37.5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
24 days ago
080c271b merge Merge pull request #2980 from microsoft/promote-shipped-apis-main Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
25 days ago
91c5d419 merge Merge pull request #3001 from microsoft/dependabot/github_actions/actions/set... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
27 days ago
fe7d5739 chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
27 days ago
ebaf27ac feat: do not ignore multiple types when serializing to 3.0 (#2960)
Co-authored-by: copilot-swe-agent[bot] <1****t@u****m>
Youssef Fahmy <y****0@g****m>
Committed by: GitHub <n****y@g****m>
28 days ago
4ecb4e4b merge Merge pull request #2999 from microsoft/dependabot/github_actions/github/code... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
28 days ago
28e43a80 chore(deps): bump github/codeql-action from 4.37.3 to 4.37.4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
28 days ago
655c2c84 fix: better nullability round-tripping Youssef Fahmy <y****0@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
7f1d9043 merge Merge pull request #2998 from microsoft/dependabot/github_actions/actions/set... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
f9a0fb1e chore(deps): bump actions/setup-java from 5 to 5.6.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
c6e940a8 merge Merge pull request #2997 from microsoft/dependabot/github_actions/github/code... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
13960d90 chore(deps): bump github/codeql-action from 4.37.2 to 4.37.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
196a3066 merge Merge pull request #2996 from microsoft/dependabot/github_actions/github/code... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
a3104da7 chore(deps): bump github/codeql-action from 4.37.1 to 4.37.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
0acd7a72 merge Merge pull request #2995 from microsoft/dependabot/github_actions/actions/upl... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
f64aff7c chore(deps): bump actions/upload-code-coverage from 1.4.0 to 1.4.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
870fce00 merge Merge pull request #2992 from microsoft/dependabot/github_actions/actions/upl... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
1b0cb3d1 merge Merge pull request #2993 from microsoft/dependabot/github_actions/github/code... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
de388c92 chore(deps): bump github/codeql-action from 4.37.0 to 4.37.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
76ee72e7 chore(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
36324393 merge Merge pull request #2988 from microsoft/dependabot/github_actions/actions/upl... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
aaef78a4 merge Merge pull request #2987 from microsoft/dependabot/github_actions/github/code... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
39f510f4 chore(deps): bump actions/upload-code-coverage from 1 to 1.3.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
4905fc82 chore(deps): bump github/codeql-action from 4 to 4.37.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
f7680ae3 merge Merge pull request #2986 from microsoft/ci/dependabot-cooldown Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
2c753650 ci(dependabot): add cooldown default delay Vincent Biret <v****t@m****m> about 1 month ago
8f4a60bd chore(deps): Fix System.Security.Cryptography.Xml vulnerabilities (#2983)
Co-authored-by: Copilot <2****t@u****m>
Gavin Barron <g****n@m****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
787b045f merge Merge pull request #2973 from microsoft/feat/mark-obsolete-apis Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
5fefd0aa chore: promote shipped APIs github-actions[bot] <g****]@u****m> about 2 months ago
ff1dbc98 merge Merge pull request #2970 from microsoft/fix/examples-serialization Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
990719b4 merge Merge branch 'main' into fix/examples-serialization Vincent Biret <v****t@m****m> about 2 months ago
e5a10800 feat: adds deserialization of the example extension
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
d0909890 merge Merge pull request #2968 from microsoft/feat/license-identifier Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9387b011 fix: deserialize metadata url from extension in earlier version
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
04bd04e9 merge Merge pull request #2965 from microsoft/gavinbarron/cfs-package-feeds Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
953c22aa fix: marks deprecated properties from the specification as obsolete
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
86b6e490 merge Merge pull request #2971 from microsoft/copilot/wip-address-feedback-on-seria... Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f0e39010 test(schema): shorten compatibility example test names copilot-swe-agent[bot] <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
5d8ec3a3 fix(schema): serialize compatibility examples from examples list copilot-swe-agent[bot] <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2441224d Initial plan copilot-swe-agent[bot] <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
edf3c678 fix: serialize examples as extension in v2/v3 Vincent Biret <v****t@m****m> about 2 months ago
60971ba8 feat: serialize license identifier as extension for earlier versions Vincent Biret <v****t@m****m> about 2 months ago
eac3d669 Route NuGet restore through the CFS central package feed
Co-authored-by: Copilot <2****t@u****m>
Gavin Barron (from Dev Box) <g****n@m****m> about 2 months ago
f2b9aa51 merge Merge pull request #2964 from microsoft/dependabot/github_actions/actions/set... Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
1984e31b chore(deps): bump actions/setup-dotnet from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0b31edd1 Merge pull request #2921 from aqeelat/fix/schema-reference-sibling-semantics Abdullah Alaqeel <a****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0fd4e590 merge Merge pull request #2930 from microsoft/release-please--branches--main--compo... Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
13ab77de chore(main): release 3.9.0 release-please-token-provider[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
821053ba feat: support relative URI resolution in $dynamicRef (#2928) (#2945) Abdullah Alaqeel <a****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9fc177b7 merge Merge pull request #2957 from microsoft/dependabot/nuget/performance/resultsC... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
1a59658b merge Merge pull request #2956 from microsoft/dependabot/dotnet_sdk/dotnet-sdk-10.0... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
d4660b3b merge Merge pull request #2958 from microsoft/dependabot/nuget/Microsoft.SourceLink... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8d2ba652 Bump Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
68927bd4 Bump the microsoftextensions group with 6 updates
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b35c799c chore(deps): bump dotnet-sdk from 10.0.301 to 10.0.302
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f31b192e fix: validate required properties of security scheme before serialization (#2...
Signed-off-by: Vincent Biret <v****t@m****m>, Vincent Biret <v****t@m****m>, Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
63fc55d6 merge Merge pull request #2946 from microsoft/fix/pointer-validation Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
f692e450 merge Merge pull request #2947 from microsoft/docs/shallow-copy-documentation Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
3ef2b9e2 merge Merge pull request #2949 from microsoft/dependabot/nuget/test/Microsoft.OpenA... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8783e828 merge Merge pull request #2950 from microsoft/dependabot/nuget/src/Microsoft.OpenAp... github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
1872c1b7 Bump Microsoft.OData.Edm from 8.4.3 to 8.4.4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
6cd35dce Bump Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
1d7aa767 merge Merge pull request #2944 from microsoft/ci/dev-container Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
be6de4a7 merge Merge pull request #2942 from microsoft/tests/file-name Vincent Biret <v****t@h****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
dd0737f4 docs: adds a mention of the shallow copy
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
527a2cfe chore: reverts range index unavailable on netstandard2.0
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
02b52662 chore: fixes implementation for pointer validation
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
7be32b93 chore: linting
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
bc93efe9 fix: adds explicit error message for invalid json pointers Vincent Biret <v****t@m****m> about 2 months ago
4076513f ci: adds a dev container configuration
Signed-off-by: Vincent Biret <v****t@m****m>
Vincent Biret <v****t@m****m> about 2 months ago
07b525f5 fix: differentiate unset value from null value in OpenApiSchema.Const (#2936)
Co-authored-by: copilot-swe-agent[bot] <1****t@u****m>, copilot-swe-agent[bot] <1****t@u****m>, Copilot <1****t@u****m>
Youssef Fahmy <y****0@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
0f19a01a tests: renames typo in filename Vincent Biret <v****t@m****m> about 2 months ago
2b8fe221 chore: promote shipped APIs (#2940)
Co-authored-by: github-actions[bot] <g****]@u****m>
release-please-token-provider[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
eacc2fc0 feat(schema): resolve bare $dynamicRef via $dynamicAnchor index (#2913) Abdullah Alaqeel <a****l@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago

← Back to repository