-
Notifications
You must be signed in to change notification settings - Fork 242
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
Release 1.4.4-preview1 #1037
Release 1.4.4-preview1 #1037
Conversation
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…T.Test.Sdk-17.3.2 Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ions/setup-dotnet-3 Bump actions/setup-dotnet from 2 to 3
…olver-public Make OpenApiReferenceResolver public
Bump version for preview release
Signed-off-by: Vincent Biret <[email protected]>
Bump up Readers version
…y schema during V2 deserialization
…eption Add validation for null schema values during V2 response header deserialization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please hold on #1035
ALso should we hold on #1033 @millicentachieng ?
Yeah we can wait for that too. @millicentachieng is waiting for the preview release actually to test it out on the OData side. |
- bumps hidi version and updates reference to conversion lib
Yes, it would be nice for #1033 to go out with the preview release 😄 |
* Do not add empty consumes array if RequestBody content contains no elements * Add requestbody references as parameter references in v2 serialization * Add consumes and produces properties when we have reference request bodies and responses respectively during v2 serialization * Update src/Microsoft.OpenApi/Models/OpenApiOperation.cs Co-authored-by: Vincent Biret <[email protected]> * Apply suggestions from code review Co-authored-by: Vincent Biret <[email protected]> * Address code review comments Co-authored-by: Vincent Biret <[email protected]>
No description provided.