-
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 v2.0.0-preview5 #2077
Release v2.0.0-preview5 #2077
Conversation
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…lector-6.0.3 chore(deps): bump coverlet.collector from 6.0.2 to 6.0.3
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…uild-6.0.3 chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3
perf: avoid round trip serialization Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
fix/missing culture
chore/remove obsolete
fix/json node serialization
fix/clone api
feat: configure AOT for trimming compatibility
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@7.0.0...7.1.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ions-7.1.0 chore(deps): bump FluentAssertions from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.11.0...v6.12.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…uild-6.0.4 chore(deps): bump coverlet.msbuild from 6.0.3 to 6.0.4
…ker/build-push-action-6.12.0 chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…lector-6.0.4 chore(deps): bump coverlet.collector from 6.0.3 to 6.0.4
fix/reference copy
Bump preview versions
@@ -82,10 +82,10 @@ | |||
/// </summary> | |||
public OpenApiSecurityScheme(OpenApiSecurityScheme securityScheme) | |||
{ | |||
Type = securityScheme?.Type ?? Type; | |||
Type = securityScheme?.Type; |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor Warning
Description = securityScheme?.Description ?? Description; | ||
Name = securityScheme?.Name ?? Name; | ||
In = securityScheme?.In ?? In; | ||
In = securityScheme?.In; |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor Warning
{ | ||
internal class CopyReferences : OpenApiVisitorBase | ||
private readonly OpenApiDocument _target = target; | ||
public OpenApiComponents Components = new(); |
Check notice
Code scanning / CodeQL
Missed 'readonly' opportunity Note
Fix: Error validating OpenAPI using hidi preview
Quality Gate failedFailed conditions |
No description provided.