Skip to content

[pull] vnext from microsoft:vnext - #1

Open
pull[bot] wants to merge 1896 commits into
homebase-garage:vnextfrom
microsoft:vnext
Open

[pull] vnext from microsoft:vnext#1
pull[bot] wants to merge 1896 commits into
homebase-garage:vnextfrom
microsoft:vnext

Conversation

@pull

@pull pull Bot commented Oct 10, 2023

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Oct 10, 2023
{
throw Error.ArgumentNull(nameof(writer));
}
Utils.CheckArgumentNull(writer);

Check warning

Code scanning / CodeQL

Virtual call in constructor or destructor

Avoid virtual calls in a constructor or destructor.
{
throw Error.ArgumentNull(nameof(writer));
}
Utils.CheckArgumentNull(writer);

Check warning

Code scanning / CodeQL

Virtual call in constructor or destructor

Avoid virtual calls in a constructor or destructor.
{
private readonly string template;
private Regex expressionPattern = new Regex(@"{(?<exp>\$[^}]*)");
private Regex expressionPattern = new(@"{(?<exp>\$[^}]*)");

Check notice

Code scanning / CodeQL

Missed 'readonly' opportunity

Field 'expressionPattern' can be 'readonly'.
return path;
}

path = path.Substring(0, openBrace + 1) + path.Substring(closeBrace);

Check notice

Code scanning / CodeQL

String concatenation in loop

String concatenation in loop: use 'StringBuilder'.
MaggieKimani1 and others added 28 commits September 30, 2024 15:56
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.7.0...v6.9.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps Microsoft.OData.Edm from 8.0.1 to 8.0.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
…ata.Edm-8.0.2

Bump Microsoft.OData.Edm from 8.0.1 to 8.0.2
…ker/build-push-action-6.9.0

Bump docker/build-push-action from 6.7.0 to 6.9.0
…le-types

Handle upcasting and downcasting of JSON schemas with type arrays
Set workspace baseUrl when creating a workspace
Co-authored-by: Darrel <darrmi@microsoft.com>
Co-authored-by: Darrel <darrmi@microsoft.com>
Allow hidi to transform an OpenAPI 3.1 document
MaggieKimani1 and others added 28 commits December 17, 2024 10:19
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 28.5.0 to 28.6.0.
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.5.0...28.6.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>
Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.2.0 to 11.3.0.
- [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
- [Commits](PublicApiGenerator/PublicApiGenerator@11.2.0...11.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
…erator-11.3.0

chore(deps): bump PublicApiGenerator from 11.2.0 to 11.3.0
…-28.6.0

chore(deps): bump Verify.Xunit from 28.5.0 to 28.6.0
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Add support for handling unrecognized keywords
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
fix: sets hidi version to a preview
chore: fixes extraneous master references
@baywet
baywet deleted the branch homebase-garage:vnext December 19, 2024 15:10
@baywet
baywet deleted the vnext branch December 19, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

6 participants