Skip to content

master refresh - #1120

Merged
Vincent Biret (baywet) merged 86 commits into
masterfrom
vnext
Jan 17, 2023
Merged

master refresh#1120
Vincent Biret (baywet) merged 86 commits into
masterfrom
vnext

Conversation

@baywet

Copy link
Copy Markdown
Member

waiting on #1113 and #1118

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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…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] <support@github.com>
…-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] <support@github.com>
dependabotBotand 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] <support@github.com>
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] <support@github.com>
…ata.Edm-7.14.0
Bump Microsoft.OData.Edm from 7.13.0 to 7.14.0
@baywet
Vincent Biret (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
Copy Markdown

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

@baywet
Vincent Biret (baywet) temporarily deployed to acr January 16, 2023 21:04 — with GitHub Actions Inactive
@darrelmiller
Darrel (darrelmiller) temporarily deployed to acr January 17, 2023 15:05 — with GitHub Actions Inactive
Comment on lines -564 to -567
#if DEBUG
.AddDebug()
#endif
.SetMinimumLevel(loglevel);

Check notice

Code scanning / CodeQL

Generic catch clause

Generic catch clause.
@sonarqubecloud

Copy link
Copy Markdown

Sign up for freeto 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.

7 participants

@baywet@MaggieKimani1@github-advanced-security@darrelmiller@irvinesunday@quanterion@SimonCropp