Skip to content

Bump the dotnet-dependencies group with 28 updates#8

Merged
danlorb merged 2 commits intonextfrom
dependabot/nuget/demos/shared/lib/dotnet-dependencies-90a3cfda84
Mar 9, 2026
Merged

Bump the dotnet-dependencies group with 28 updates#8
danlorb merged 2 commits intonextfrom
dependabot/nuget/demos/shared/lib/dotnet-dependencies-90a3cfda84

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Updated Asp.Versioning.Http from 8.1.0 to 8.1.1.

Release notes

Sourced from Asp.Versioning.Http's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Asp.Versioning.Mvc from 8.1.0 to 8.1.1.

Release notes

Sourced from Asp.Versioning.Mvc's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Asp.Versioning.Mvc.ApiExplorer from 8.1.0 to 8.1.1.

Release notes

Sourced from Asp.Versioning.Mvc.ApiExplorer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated MicroElements.Swashbuckle.FluentValidation from 6.1.1 to 7.0.6.

Release notes

Sourced from MicroElements.Swashbuckle.FluentValidation's releases.

7.0.6

Changes in 7.0.6

  • Fixed: [AsParameters] validation rules not applied on .NET 8 Minimal APIs (Issue #​180)
    • On .NET 8, ModelMetadata.ContainerType is null for [AsParameters] decomposed parameters
    • Added AsParametersHelper fallback that resolves the container type via [AsParameters] reflection on MethodInfo
    • Applied fallback in both FluentValidationOperationFilter and FluentValidationDocumentFilter
    • Zero regression on .NET 9/10 where ContainerType is already populated

Full Changelog: micro-elements/MicroElements.Swashbuckle.FluentValidation@v7.0.5...v7.0.6

7.0.5

Changes in 7.0.5

  • Added: RemoveUnusedQuerySchemas option (default: true) to control cleanup of container type schemas for [FromQuery]/[AsParameters] types (Issue #​180)

User-facing API

services.AddFluentValidationRulesToSwagger(options =>
{
    options.RemoveUnusedQuerySchemas = false; // preserve schemas for custom DocumentFilters
});

Default is true (v7.0.4 behavior preserved). Set to false if you have custom IDocumentFilter implementations that depend on container type schemas being present in components/schemas.

7.0.4

Changes in 7.0.4

  • Fixed: [AsParameters] types in minimal API and [FromQuery] container types create unused schemas in components/schemas (Issue #​180)
  • Added: Support for keyed DI services (Issue #​165)
    • Validators registered via AddKeyedScoped, AddKeyedTransient, AddKeyedSingleton are now discovered automatically
  • Removed: Deprecated FluentValidation.AspNetCore package reference (Issue #​164)
    • Replaced with FluentValidation.DependencyInjectionExtensions 12.0.0

7.0.3

Changes in 7.0.3

  • Fixed: NullReferenceException when models contain nested object properties (Issue #​176 extended)
    • Handle OpenApiSchemaReference for nested class properties in OpenApiRuleContext
    • Add safe TryGetValue check in NSwagRuleContext

7.0.2

Fixed: InvalidCastException when models contain enum properties (Issue #​176)

  • In Microsoft.OpenApi 2.x, enum properties are represented as OpenApiSchemaReference instead of OpenApiSchema
  • Filter out schema references in GetProperties() method to avoid cast exception

7.0.1

Changes in 7.0.1

  • Fixed: FluentValidation rules not applied to [FromForm] parameters (Issue #​170)
    • Added RequestBody processing in FluentValidationOperationFilter for multipart/form-data and application/x-www-form-urlencoded content types

7.0.0

Changes in 7.0.0

New Features

  • Add .NET 10 target framework support
  • Add Swashbuckle.AspNetCore v10 compatibility
  • Add Microsoft.OpenApi 2.x support via conditional compilation
  • Create OpenApiSchemaCompatibility layer for cross-version support

Compatibility Matrix

Version .NET Swashbuckle Microsoft.OpenApi
7.x net10.0 10.x 2.x
7.x net8.0/net9.0 8.x 1.x

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 9.0.11 to 9.0.13.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

9.0.13

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.12...v9.0.13

9.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.11...v9.0.12

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 9.0.11 to 9.0.13.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

9.0.13

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.12...v9.0.13

9.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.11...v9.0.12

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Updated Microsoft.OpenApi from 1.6.28 to 3.4.0.

Release notes

Sourced from Microsoft.OpenApi's releases.

3.4.0

3.4.0 (2026-03-04)

Features

  • library: preserve PatternProperties as x-jsonschema-patternProperties extension for OpenAPI v2/v3.0 serialization (d969fdc)
  • library: Preserve PatternProperties via x-jsonschema-patternProperties extension for OpenAPI v2/v3.0 (16ab5e4)
  • securityscheme: add oauth2MetadataUrl support (OpenAPI 3.2) (4509488)

Bug Fixes

  • implement unevaluatedProperties as schema per JSON Schema 2020-12 (#​2728) (7c13fb3)
  • library: serialize additionalProperties schema in OpenAPI V2 (f3165fa)
  • library: serialize additionalProperties schema in OpenAPI V2 documents (3d07756)
  • optimize parsing V3.1 documents by reducing GetLocation method allocation on hot path(#​2748) (f690681)

3.3.1

3.3.1 (2026-01-22)

Features

Bug Fixes

  • broken binary compatibility due to interface changes in previous version (d96bba7)

3.3.0

3.3.0 (2026-01-21)

Features

  • models: add shared Content interface (9e13b25)
  • models: add shared Content interface (#​2695) (9e13b25)
  • models: support mutualTLS security scheme (a4efdfe)

3.2.0

3.2.0 (2026-01-19)

Features

  • hidi validate command now logs warnings (76a3c0f)
  • hidi validate command now logs warnings (62e7d56)

Bug Fixes

  • discriminator property validation fails any/allOf cases when it shouldn't (fb6cecc)
  • discriminator property validation fails any/allOf cases when it shouldn't (a8fb81c)

3.1.3

3.1.3 (2026-01-16)

Bug Fixes

  • Support custom tag ordering (008576c)
  • Support custom tag ordering (7610d07)

3.1.2

3.1.2 (2026-01-06)

Bug Fixes

  • correct error pointer when extension parser throws OpenApiException (43c75a9)
  • wrap extension parser calls in try-catch to ensure correct error pointers (50b44aa)

3.1.1

3.1.1 (2025-12-18)

Bug Fixes

  • schema: always serialize additionalProperties: false (6651c36)
  • schema: always serialize additionalProperties: false (e36fc95)

3.1.0

3.1.0 (2025-12-17)

Features

  • Add type: "null" downcasting when in oneOf and anyOf for OpenAPI v3 (782cf8d)

3.0.3

3.0.3 (2025-12-16)

Bug Fixes

  • load JSON documents that are preceded by multiple whitespace (6461bac)
  • non-seekable json streams would fail to load as a document (2436d73)
  • reading streams in an asp.net context would cause async exceptions (f9e5248)

3.0.2

3.0.2 (2025-12-08)

Bug Fixes

  • additional properties serialization should not emit a schema in v2 (946cba9)
  • additional properties serialization should not emit booleans in v3.1+ (946cba9)

3.0.1

3.0.1 (2025-11-17)

Bug Fixes

  • empty strings should be quoted in yaml (8d215f9)
  • empty strings should be quoted in yaml (0ca10db)

3.0.0

3.0.0 (2025-11-11)

⚠ BREAKING CHANGES

  • adds support for OpenAPI 3.2.0

Note: Please refer to the upgrade guide for a detailed description of the breaking changes.

Note: ASP.net users should remain on version 1.X for ASP.net < 10, and version 2.X for ASP.net 10, this new major version will be implemented in a future version of ASP.net, more information

Features

  • adds support for OpenAPI 3.2.0 (765a8dd)

Special thanks

2.7.0

2.7.0 (2026-03-05)

Features

  • add UnevaluatedPropertiesSchema support to IOpenApiSchema (fb691d6)
  • library: preserve PatternProperties as x-jsonschema-patternProperties extension for OpenAPI v2/v3.0 serialization (dd5085a)

Bug Fixes

  • address PR feedback on UnevaluatedProperties implementation (80fc0f6)
  • correct deserialization and test for UnevaluatedPropertiesSchema (a4d66fc)
  • library: serialize additionalProperties schema in OpenAPI V2 (99b653c)
  • library: serialize additionalProperties schema in OpenAPI V2 (cef7996)
  • optimize parsing V3.1 documents by reducing GetLocation method allocation on hot path(#​2748) (91e697b)
  • optimize parsing V3.1 documents by reducing GetLocation method allocation on hot path(#​2748) (06c58a5)

2.6.1

2.6.1 (2026-01-22)

Bug Fixes

  • broken binary compatibility due to interface changes in previous version (06f2b85)

2.6.0

2.6.0 (2026-01-21)

Features

2.5.0

2.5.0 (2026-01-19)

Features

  • hidi validate command now logs warnings (1d3d085)
  • hidi validate command now logs warnings (18ed5ac)

Bug Fixes

  • discriminator property validation fails any/allOf cases when it shouldn't (ff6e411)
  • discriminator property validation fails any/allOf cases when it shouldn't (7def73d)

2.4.3

2.4.3 (2026-01-16)

Bug Fixes

  • Support custom tag ordering (008576c)
  • Support custom tag ordering (7610d07)

2.4.2

2.4.2 (2025-12-22)

Bug Fixes

  • wrap extension parser calls in try-catch to ensure correct error pointers (63cf4a3)
  • wrap extension parser calls in try-catch to ensure correct error pointers (458cabe)

2.4.1

2.4.1 (2025-12-18)

Bug Fixes

  • schema: always serialize additionalProperties: false (6651c36)
  • schema: always serialize additionalProperties: false (e36fc95)

2.4.0

2.4.0 (2025-12-17)

Features

  • Add type: "null" downcasting when in oneOf and anyOf for OpenAPI v3 (782cf8d)

2.3.12

2.3.12 (2025-12-15)

Bug Fixes

  • load JSON documents that are preceded by multiple whitespace (640e59a)
  • non-seekable json streams would fail to load as a document (76b0159)
  • non-seekable json streams would fail to load as a document (2436d73)
  • reading streams in an asp.net context would cause async exceptions (f9e5248)

2.3.11

2.3.11 (2025-12-08)

Bug Fixes

  • additional properties serialization should not emit a schema in v2 (946cba9)
  • additional properties serialization should not emit a schema in v2 fix: additional properties serialization should not emit booleans in v3.1+ (275dd9d)
  • additional properties serialization should not emit booleans in v3.1+ (946cba9)

2.3.10

2.3.10 (2025-11-17)

Bug Fixes

  • empty strings should be quoted in yaml (e919b33)
  • empty strings should be quoted in yaml (0ca10db)

2.3.9

2.3.9 (2025-11-06)

Bug Fixes

  • a bug where null sentinel value would appear in YAML documents (15618e1)

2.3.8

2.3.8 (2025-10-27)

Bug Fixes

  • an issue where numeric property names would be missing quotes in yaml conversion (da43c98)
  • quote property names in yaml that match boolean values (39a9f41)
  • yaml blocks and line returns (b053848)

2.3.7

2.3.7 (2025-10-24)

Bug Fixes

  • adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (337c6eb)
  • adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (63b2b98)
  • fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (6e62de2)
  • fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (994184b)
  • YamlConverter adding extra quotes to string values when converting from JSON to YAML (ccfebc8)

Performance Improvements

  • do not duplicate nodes when indexing (dbbbf13)
  • only initialize map node nodes on demand (bdb5264)
  • reduce allocations in mapnode (f58aad2)
  • removes the lazy initialization since the node is always enumerated (1c96521)
  • switches to lazy instantiation (d3c758b)
  • use deep equals for comparison to reduce allocations (6ce3214)

2.3.6

2.3.6 (2025-10-20)

Bug Fixes

  • a bug where empty collections would not be serialized for default values (4c4d257)

2.3.5

2.3.5 (2025-10-14)

Bug Fixes

  • use settings for terse output in serialization extension methods (246039b)
  • use settings for terse output in serialization extension methods (8b91278)

2.3.4

2.3.4 (2025-10-06)

Bug Fixes

  • Improve server creation and URL handling logic to maintain port (3e6ee80)
  • missing deserialization for header content property in 3.1 and 3.0 (717f154)
  • missing deserialization for header content property in 3.1 and 3.0 (0fdfae1)

2.3.3

2.3.3 (2025-10-02)

Bug Fixes

  • typo in allowReserved property name for deserialization (1633453)
  • typo in allowReserved property name for deserialization (f7e34be)

2.3.2

2.3.2 (2025-09-19)

Bug Fixes

  • Fix URL processing in InternalLoad method would not detect the filename/scheme properly in some scenarios (d93689c)
  • OpenApiEncoding explode property serialization defaults with form style (ae03eab)

2.3.1

2.3.1 (2025-09-08)

Bug Fixes

  • file access for "file" URI scheme with special characters (6dded81)

2.3.0

2.3.0 (2025-08-29)

Features

  • adds the detected format as part of the diagnostic (#​2482) (59d7c81)
  • adds the detected format to the diagnostics (59d7c81)

2.2.0

2.2.0 (2025-08-25)

Features

  • add Validation Rule for path operations to not have a request body (d101fc3)

Bug Fixes

  • missing examples when one example is with an empty array. (cb1c496)

2.1.0

2.1.0 (2025-08-20)

Features

  • adds a default validation rule for unresolved references (90b3966)

Bug Fixes

  • Improve OpenApiWalker performance (a007c03)
  • Validate schema property is not null (3326022)

2.0.1

2.0.1 (2025-08-18)

Bug Fixes

  • add missing disposable for stream (0c1ccbd)

2.0.0

2.0.0 (2025-07-10)

Features

  • General availability of version 2 with support for OpenAPI 3.1!!! 🎉🎉🎉 (a02d74c)

Bug Fixes

  • inconsistent visibility of properties in current keys class (cb9772f)
  • removes extraneous default value constant (bf8d0b6)
  • removes loop methods from parsing context as its available in loop detector instead (de3531b)
  • removes public mermaid types that were not usuable (ef7ae33)
  • removes redundant marker interface (5a055f9)
  • switches to a getter for API consistency (7975082)
  • unconsistent visibility of properties in current keys class (d0c20ab)
  • visibility of extension methods (1e9112a)

2.0.0-preview9

2.0.0-preview9 (2025-02-21)

Features

  • add support for dependentRequired (75d7a66)

Bug Fixes

  • an issue where deprecation extension parsing would fail (5db8757)
  • an issue where deprecation extension parsing would fail (b59864c)
  • refactor ToIdentifier() to normalize flaggable enums (#​2156) (b80e934)

2.0.0-preview8

2.0.0-preview8 (2025-02-17)

Bug Fixes

  • a bug where external reference loading for local files would not work on linux (df99a00)
  • add meaningful exception message during validation (4a6547d)
  • add meaningful exception message during validation (74d20ed)
  • adds a cancellation token argument to external document loading (a5ffab1)
  • parsing failure on nodes set to null (20aacc1)
  • parsing failure on nodes set to null (4245de9)

2.0.0-preview7

2.0.0-preview7 (2025-02-06)

Bug Fixes

  • do not write null for types on parameters in v2 (f889937)
  • do not write null for types on parameters in v2 (4aef7b7)

2.0.0-preview6

2.0.0-preview6 (2025-02-05)

Features

  • adds a net8 target to benefit from all the conditional compilation (a201aa2)
  • adds components registration method for schemas (10e548a)
  • adds deconstructor to read result (79336f6)
  • adds deconstructor to read result (d8c1593)
  • adds to identifier mapping to non nullable enum (bd9622e)
  • bumps target OAS version to 3.1.1 (9e8d8a4)
  • configure AOT for trimming compatibility (b4f9c3e)
  • makes document optional (754f763)
  • makes the reference interface covariant (7405f3c)
  • splits described and summarized interfaces (2a10cd9)

Bug Fixes

  • 3.0 serialization when type is set to null (920a51a)
  • a bug where 3.0 downcast of type null would not work (6b636d5)
  • a bug where 3.0 downcast of type null would not work (ac05342)
  • a flaky behaviour for format property serialization (3ea1fa9)
  • a flaky behaviour for format property serialization (52981d4)
  • additional 3.1.0 constants after merge and v2 release (9e8d8a4)
  • adds generic shallow copy method to avoid inadvertent conversions of references to schemas (e4c14a4)
  • adds missing culture argument to date serialization (45329e4)
  • adds missing null prop operator to proxy properties (8361069)
  • adds missing null propagation operators for callback and header references (0cb4ccb)
  • adds support for all component types (8a73b54)
  • aligns callback parameter name with interface (68b25cc)
  • aligns missing properties for override (e3325b9)
  • aligns parameter name with interface definition for example (d7e1f91)
  • aligns reference copy constructors (ce93aa7)
  • aligns to null propagation operator (8d57b81)
  • allow registration of component references (14750dc)
  • an empty security requirement should not result in an object during serialization (1c6fd8e)
  • build passes (ea68427)
  • callback reference proxy implementation (028d60b)
  • callback reference proxy implementation (2cbb0fa)
  • components schema copy (88daad5)
  • conditional version for extension causes invalid json (4030c1f)
  • conditional version for extension causes invalid json (0ce92cc)
  • date time and date time offset shifting zones (a6a44a7)
  • default settings in case of null value (ab2ddf0)
  • do not allow null argument for example copy constructor (aa80b19)
  • do not copy host document as it negatively impact performance (1043e4e)
  • do not copy host document as it negatively impact performance (a46e857)
  • do not emit a type array in 3.1 when unnecessary (3b3d0e6)
  • draft security scheme reference proxy design pattern (1bd2624)
    ... (truncated)

2.0.0-preview5

Changes:

  • #​2077: Release v2.0.0-preview5
  • #​2076: Fix: Error validating OpenAPI using hidi preview
  • #​2074: Bump preview versions
  • #​2046: fix/reference copy
  • #​2072: chore(deps): bump coverlet.collector from 6.0.3 to 6.0.4
  • #​2071: chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0
  • #​2073: chore(deps): bump coverlet.msbuild from 6.0.3 to 6.0.4
  • #​2070: chore(deps): bump FluentAssertions from 7.0.0 to 7.1.0
  • #​2063: feat: configure AOT for trimming compatibility
  • #​2064: chore/reduce fluent assertions dependency
See More
  • #​2033: fix: passes missing host document references to all layers
  • #​2065: chore(deps): bump System.Formats.Asn1 and Microsoft.Windows.Compatibility
  • #​2032: fix: side effects in tag references
  • #​2061: chore(deps): bump System.Formats.Asn1 from 9.0.0 to 9.0.1
  • #​2057: chore(deps): bump Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging.Debug
  • #​2059: chore(deps): bump Verify.Xunit from 28.8.1 to 28.9.0
  • #​2056: chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0
  • #​2053: make IDiagnosticExtensions internal and fix namespace
  • #​2054: chore(deps): bump xunit.runner.visualstudio from 3.0.0 to 3.0.1
  • #​2049: fix: enum parsing when encountering unknown values should not default to first member
  • #​2051: fix/async surface
  • #​2050: chore(deps): bump xunit from 2.9.2 to 2.9.3
  • #​2031: fix/reference proxy single copy
  • #​2041: fix: v2 references for properties do not work as expected
  • #​2044: chore(deps): bump Verify.Xunit from 28.7.0 to 28.8.1
  • #​2042: fix: v2 request body content null propagation
  • #​2043: fix: conditional version for extension causes invalid json
  • #​2038: fix/clone api
  • #​2039: fix/json node serialization
  • #​2040: chore/remove obsolete
  • #​2037: fix/missing culture
  • #​2035: chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3
  • #​2034: chore(deps): bump coverlet.collector from 6.0.2 to 6.0.3
  • #​2028: dev
  • #​2027: chore: bumps preview version
  • #​2026: fix: specifies encoding for net fx
  • #​2024: feat: adds deconstructor to read result
  • #​2023: fix: enum description number values
  • #​2025: chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0
  • #​2021: fix/ci tag value to main
  • #​2019: fix: reverts to a regular variable for the tag value
  • #​2015: release of preview 3
  • #​2017: fix/ci hidi gh upload to main
  • #​2016: fix/ci hidi gh upload
  • #​1975: Refactor readers to reduce surface area
    ... (truncated)

2.0.0-preview4

Changes:

  • #​2028: dev
  • #​2027: chore: bumps preview version
  • #​2026: fix: specifies encoding for net fx
  • #​2024: feat: adds deconstructor to read result
  • #​2023: fix: enum description number values
  • #​2025: chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0
  • #​2021: fix/ci tag value to main
  • #​2019: fix: reverts to a regular variable for the tag value
  • #​2015: release of preview 3
  • #​2017: fix/ci hidi gh upload to main
See More
  • #​2016: fix/ci hidi gh upload
  • #​1975: Refactor readers to reduce surface area
  • #​2014: chore/v1 sync
  • #​2008: ci: fixes hidi gh release
  • #​2005: ci: updates main with the latest ci changes
  • #​2003: chore(deps): bump Verify.Xunit from 28.2.0 to 28.6.1
  • #​2001: ci/align branches
  • #​1999: chore: fixes extraneous master references
  • #​2000: fix: sets hidi version to a preview
  • #​1997: chore/linting
  • #​1982: Add support for handling unrecognized keywords
  • #​1981: Rename Read Result properties
  • #​1996: chore: adds baywet to code owners
  • #​1993: chore(deps): bump Verify.Xunit from 28.5.0 to 28.6.0
  • #​1994: chore(deps): bump PublicApiGenerator from 11.2.0 to 11.3.0
  • #​1939: Fix tags serialization bug
  • #​1992: chore(deps): bump xunit.runner.visualstudio from 2.8.2 to 3.0.0
  • #​1990: chore(deps): bump Verify.Xunit from 28.4.0 to 28.5.0
  • #​1988: Bump preview versions
  • #​1984: chore(deps): bump PublicApiGenerator from 11.1.0 to 11.2.0
  • #​1986: chore(deps): bump Microsoft.OData.Edm from 8.2.2 to 8.2.3
  • #​1979: chore(deps): bump FluentAssertions from 6.12.2 to 7.0.0
  • #​1978: Fix: Adds missing security metadata to the pipeline
  • #​1977: chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • #​1976: chore(deps): bump Verify.Xunit from 28.3.2 to 28.4.0
  • #​1955: Fix: Empty paths object is now failing for version 3.0.0
  • #​1943: Add support for JSON schema const keyword in OpenApiSchema
  • #​1956: Fix: Workbench fails because of a missing format parameter
  • #​1942: Use range for STJ reference and suppress warnings
  • #​1945: chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
  • #​1944: chore(deps): bump Microsoft.OData.Edm from 8.2.1 to 8.2.2
  • #​1941: chore(deps): bump Verify.Xunit from 28.3.1 to 28.3.2
  • #​1938: Fix link to OpenAPI specification
  • #​1936: chore(deps): bump Verify.Xunit from 28.2.1 to 28.3.1
  • #​1932: chore(deps): bump Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Console and System.Text.Json
    ... (truncated)

2.0.0-preview3

Changes:

  • #​2021: fix/ci tag value to main
  • #​2015: release of preview 3
  • #​2017: fix/ci hidi gh upload to main
  • #​2016: fix/ci hidi gh upload
  • #​1975: Refactor readers to reduce surface area
  • #​2014: chore/v1 sync
  • #​2008: ci: fixes hidi gh release
  • #​2005: ci: updates main with the latest ci changes
  • #​2003: chore(deps): bump Verify.Xunit from 28.2.0 to 28.6.1
  • #​2001: ci/align branches
See More
  • #​1999: chore: fixes extraneous master references
  • #​2000: fix: sets hidi version to a preview
  • #​1997: chore/linting
  • #​1982: Add support for handling unrecognized keywords
  • #​1981: Rename Read Result properties
  • #​1996: chore: adds baywet to code owners
  • #​1993: chore(deps): bump Verify.Xunit from 28.5.0 to 28.6.0
  • #​1994: chore(deps): bump PublicApiGenerator from 11.2.0 to 11.3.0
  • #​1939: Fix tags serialization bug
  • #​1992: chore(deps): bump xunit.runner.visualstudio from 2.8.2 to 3.0.0
  • #​1990: chore(deps): bump Verify.Xunit from 28.4.0 to 28.5.0
  • #​1988: Bump preview versions
  • #​1984: chore(deps): bump PublicApiGenerator from 11.1.0 to 11.2.0
  • #​1986: chore(deps): bump Microsoft.OData.Edm from 8.2.2 to 8.2.3
  • #​1979: chore(deps): bump FluentAssertions from 6.12.2 to 7.0.0
  • #​1978: Fix: Adds missing security metadata to the pipeline
  • #​1977: chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
  • #​1976: chore(deps): bump Verify.Xunit from 28.3.2 to 28.4.0
  • #​1955: Fix: Empty paths object is now failing for version 3.0.0
  • #​1943: Add support for JSON schema const keyword in OpenApiSchema
  • #​1956: Fix: Workbench fails because of a missing format parameter
  • #​1942: Use range for STJ reference and suppress warnings
  • #​1945: chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
  • #​1944: chore(deps): bump Microsoft.OData.Edm from 8.2.1 to 8.2.2
  • #​1941: chore(deps): bump Verify.Xunit from 28.3.1 to 28.3.2
  • #​1938: Fix link to OpenAPI specification
  • #​1936: chore(deps): bump Verify.Xunit from 28.2.1 to 28.3.1
  • #​1932: chore(deps): bump Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Console and System.Text.Json
  • #​1931: chore: removes newtonsoft dependency all together
  • #​1927: chore(deps): bump Microsoft.OData.Edm from 8.2.0 to 8.2.1
  • #​1926: chore(deps): bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
  • #​1928: chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers from 17.11.20 to 17.12.19
  • #​1925: chore(deps): bump Verify.Xunit from 28.2.0 to 28.2.1
  • #​1915: fix: multiple performance fixes for type serialization feat: adds to identifier mapping to non nullable enum
  • #​1919: chore(deps): bump Microsoft.Extensions.Logging.Abstractions from 8.0.2 to 9.0.0
    ... (truncated)

2.0.0-preview2

Changes:

  • #​1914: Release hidi and libs
  • #​1913: Bump up libs and hidi versions
  • #​1894: feature/3.1.1
  • #​1823: feature/3 0 4
  • #​1912: chore(deps): bump Verify.Xunit from 28.0.0 to 28.2.0
  • #​1909: chore(deps): bump Microsoft.OData.Edm from 8.1.0 to 8.2.0
  • #​1910: chore(deps): bump FluentAssertions from 6.12.1 to 6.12.2
  • #​1908: Release hidi
  • #​1907: Bump hidi version
  • #​1906: V2-preview1 release
See More
  • #​1904: V2.0-preview1 release
  • #​1903: Sync latest vnext changes
  • #​1897: Define JSON schema's Type property as a flaggable enum to allow storing multiple values
  • #​1900: chore(deps): bump Verify.Xunit from 27.1.0 to 28.0.0
  • #​1888: Remove DataTypeMismatch validation rule from the default ruleset
  • #​1899: OpenApiSchema refactor to remove recursive keywords
  • #​1898: Release Hidi
  • #​1896: Bump up hidi and conversion lib versions
  • #​1890: Update workbench tool to parse 3.1 and YAML docs
  • #​1895: chore(deps): bump Verify.Xunit from 27.0.1 to 27.1.0
  • #​1892: docs: fixes doc comments to align with changes made in #​1883
  • #​1883: fix: emits number for integer formats
  • #​1893: merge/vnext to release2
  • #​1886: use nameof for CallerArgumentExpression
  • #​1887: Simplify null/empty string checks
  • #​1885: Release Hidi lib.
  • #​1884: Bump, Release Hidi
  • #​1881: chore(deps): bump Microsoft.OData.Edm from 8.0.2 to 8.1.0
  • #​1882: chore(deps): bump Microsoft.OpenApi.OData from 2.0.0-preview.5 to 2.0.0-preview.6
  • #​1877: Bump Verify.Xunit from 26.6.0 to 27.0.1
  • #​1873: Released Hidi
  • #​1871: Bumps up conversion lib. and hidi versions
  • #​1870: ci: removes zengin since he doesn't have access to the repo anymore
  • #​1869: Bump Microsoft.OpenApi.OData from 2.0.0-preview.3 to 2.0.0-preview.4
  • #​1868: Bump Microsoft.Extensions.Logging.Debug from 8.0.0 to 8.0.1
  • #​1867: Bump Microsoft.Extensions.Logging.Console from 8.0.0 to 8.0.1
  • #​1866: Sync v2 branch with the latest changes in vnext
  • #​1865: Bump v2 lib versions to 2.0.0-preview1
  • #​1863: Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
  • #​1862: Bump System.Text.Json from 8.0.4 to 8.0.5
  • #​1864: Bump Microsoft.Windows.Compatibility from 8.0.8 to 8.0.10
  • #​1861: Sync vnext changes with the v2 branch
  • #​1809: Use ConcurrentDictionary For Improving GetEnumFromDisplayName
  • #​1857: Avoid buffering JSON data into a new MemoryStream during parsing
  • #​1856: Remove validation rule to make paths and webhooks optional
    ... (truncated)

2.0.0-preview10

2.0.0-preview10 (2025-02-27)

Features

  • deduplicates tags at the document level (93c468e)
  • tags references are now deduplicated as well (763c0c1)

Bug Fixes

  • add logic for serializing date time objects (23395c5)
  • adds missing cancellation parameter to async method (243a111)
  • avoid creating new http clients to load additional documents of the workspace (0f23798)
  • deduplicates exclusive min/max properties in the object model (08414a1)
  • deduplicates exclusive min/max properties in the object model (0d5b471)
  • moves the http client for the reader to settings so it can be passed by client application (9b910f3)
  • OpenAPIDocument JsonSchemaDialect property is now a URI (45977b5)
  • openapischema schema property is now a Uri (452a6b9)
  • primitive parsing for strings as DateTimes is too greedy ([4ee1d8b](https://github.com/microsoft/OpenAPI.......

Description has been truncated

Bumps Asp.Versioning.Http from 8.1.0 to 8.1.1
Bumps Asp.Versioning.Mvc from 8.1.0 to 8.1.1
Bumps Asp.Versioning.Mvc.ApiExplorer from 8.1.0 to 8.1.1
Bumps MicroElements.Swashbuckle.FluentValidation from 6.1.1 to 7.0.6
Bumps Microsoft.EntityFrameworkCore from 9.0.11 to 9.0.13
Bumps Microsoft.EntityFrameworkCore.InMemory from 9.0.11 to 9.0.13
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.OpenApi from 1.6.28 to 3.4.0
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103
Bumps MongoDB.Bson from 3.5.2 to 3.7.0
Bumps MongoDB.EntityFrameworkCore from 9.0.3 to 9.1.0
Bumps NLog from 6.0.6 to 6.1.1
Bumps NLog.Extensions.Logging from 6.1.0 to 6.1.2
Bumps NLog.Targets.Network from 6.0.3 to 6.0.4
Bumps OpenTelemetry from 1.9.0 to 1.15.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.9.0 to 1.15.0
Bumps OpenTelemetry.Extensions.Hosting from 1.9.0 to 1.15.0
Bumps OpenTelemetry.Instrumentation.Process from 0.5.0-beta.4 to 0.5.0-beta.7
Bumps OpenTelemetry.Instrumentation.Runtime from 1.9.0 to 1.15.0
Bumps RestSharp from 113.0.0 to 114.0.0
Bumps Swashbuckle.AspNetCore from 9.0.6 to 10.1.4
Bumps Swashbuckle.AspNetCore.Annotations from 9.0.6 to 10.1.4
Bumps Swashbuckle.AspNetCore.Filters from 9.0.1 to 10.0.1
Bumps Swashbuckle.AspNetCore.SwaggerGen from 9.0.6 to 10.1.4
Bumps Swashbuckle.AspNetCore.SwaggerUI from 9.0.6 to 10.1.4
Bumps System.Text.Encodings.Web from 10.0.0 to 10.0.3
Bumps Testcontainers from 4.9.0 to 4.10.0
Bumps Testcontainers.MongoDb from 4.9.0 to 4.10.0

---
updated-dependencies:
- dependency-name: Asp.Versioning.Http
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: Asp.Versioning.Mvc
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: Asp.Versioning.Mvc.ApiExplorer
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: MicroElements.Swashbuckle.FluentValidation
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 9.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 9.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: Microsoft.OpenApi
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.103
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: MongoDB.Bson
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: MongoDB.EntityFrameworkCore
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: NLog
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: NLog.Extensions.Logging
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: NLog.Targets.Network
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: OpenTelemetry
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Process
  dependency-version: 0.5.0-beta.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: RestSharp
  dependency-version: 114.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 10.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Swashbuckle.AspNetCore.Annotations
  dependency-version: 10.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Swashbuckle.AspNetCore.Filters
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-version: 10.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-version: 10.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet-dependencies
- dependency-name: System.Text.Encodings.Web
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-dependencies
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
- dependency-name: Testcontainers.MongoDb
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 6, 2026
@dependabot dependabot bot requested a review from danlorb as a code owner March 6, 2026 14:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 6, 2026
@snyk-io
Copy link
Copy Markdown

snyk-io bot commented Mar 6, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@danlorb
Copy link
Copy Markdown
Contributor

danlorb commented Mar 6, 2026

@dependabot pause

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 6, 2026

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit c79796b.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

1 similar comment
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@danlorb danlorb merged commit 686760e into next Mar 9, 2026
7 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/demos/shared/lib/dotnet-dependencies-90a3cfda84 branch March 9, 2026 11:18
@ghost
Copy link
Copy Markdown

ghost commented Mar 9, 2026

🎉 This PR is included in version 1.1.0-next.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ghost ghost added the released on @next label Mar 9, 2026
@velvet-lab-bot
Copy link
Copy Markdown

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code released on @next released on @stable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant