Skip to content

Conversation

baywet
Copy link
Member

@baywet baywet commented Jan 5, 2023

waiting on #1113 and #1118

MaggieKimani1 and others added 30 commits December 1, 2022 10:40
Add support for OpenAPI schema generation for POCOs
* Serialize OpenApiDate properly as Date

* Change test date value

Using value 01/01/0001 could be represented as 1/1/0001 in a machine using a different regional format, and thus cause the test to fail
using Microsoft.OpenApi.OData package it generates OpenApi document with OpenApiComponents.Extensions == null
Fix check Extensions object for null to avoid null reference exception
Bumps Microsoft.OData.Edm from 7.12.5 to 7.13.0.

---
updated-dependencies:
- dependency-name: Microsoft.OData.Edm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ata.Edm-7.13.0

Bump Microsoft.OData.Edm from 7.12.5 to 7.13.0
Bumps [Microsoft.OpenApi.OData](https://github.com/Microsoft/OpenAPI.NET.OData) from 1.2.0-preview8 to 1.2.0-preview9.
- [Release notes](https://github.com/Microsoft/OpenAPI.NET.OData/releases)
- [Commits](https://github.com/Microsoft/OpenAPI.NET.OData/commits)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi.OData
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…enApi.OData-1.2.0-preview9

Bump Microsoft.OpenApi.OData from 1.2.0-preview8 to 1.2.0-preview9
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.4.0...v17.4.1)

---
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.4.1

Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1
Enable termination of Hidi processes through pressing the breaking key combinations
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 19.3.0 to 19.5.0.
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@19.3.0...19.5.0)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…-19.5.0

Bump Verify.Xunit from 19.3.0 to 19.5.0
Bumps [Moq](https://github.com/moq/moq4) from 4.18.3 to 4.18.4.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](devlooped/moq@v4.18.3...v4.18.4)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 3 commits January 13, 2023 21:01
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.8.0...6.9.0)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps Microsoft.OData.Edm from 7.13.0 to 7.14.0.

---
updated-dependencies:
- dependency-name: Microsoft.OData.Edm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ata.Edm-7.14.0

Bump Microsoft.OData.Edm from 7.13.0 to 7.14.0
@baywet baywet temporarily deployed to acr January 14, 2023 12:29 — with GitHub Actions Inactive
…ions-6.9.0

Bump FluentAssertions from 6.8.0 to 6.9.0
@sonarqubecloud
Copy link

Please retry analysis of this Pull-Request directly on SonarCloud.

@baywet baywet temporarily deployed to acr January 16, 2023 21:04 — with GitHub Actions Inactive
@darrelmiller darrelmiller temporarily deployed to acr January 17, 2023 15:05 — with GitHub Actions Inactive
Comment on lines +564 to +567
catch (Exception ex)
{
throw new InvalidOperationException($"Could not generate the document, reason: {ex.Message}", ex);
}

Check notice

Code scanning / CodeQL

Generic catch clause

Generic catch clause.
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

58.8% 58.8% Coverage
0.0% 0.0% Duplication

@baywet baywet enabled auto-merge January 17, 2023 15:16
@baywet baywet merged commit 60c11ad into master Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants