Skip to content

Bump the all group with 2 updates - #392

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/src/libs/AutoSDK/all-8e4897c3f2
Aug 29, 2026
Merged

Bump the all group with 2 updates#392
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/src/libs/AutoSDK/all-8e4897c3f2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Updated SharpYaml from 2.1.5 to 3.13.0.

Release notes

Sourced from SharpYaml's releases.

3.13.0

Changes

✨ New Features

  • Add minimal reference preservation mode (#​154) (13128d83)

Full Changelog: 3.12.0...3.13.0

Published with dotnet-releaser

3.12.0

Changes

🧰 Misc

  • Honor runtime converters in generated contexts (#​150) (66c0afef)
  • Resolve generated runtime converters during initialization (#​150) (9d6d0647)
  • Support interface polymorphism in source generation (#​151) (5ca3589c)
  • Mark generated serializer code as generated (#​152) (b1e393b5)
  • Quote standalone indicator scalars (#​153) (55a04976)
  • Switch to dotnet-releaser NuGet Trusted Publishing (00be7904)

Full Changelog: 3.11.0...3.12.0

Published with dotnet-releaser

3.11.0

Changes

✨ New Features

  • Add YamlTypeInfo serializer overloads (#​148) (196413c0)

🐛 Bug Fixes

  • Fix source-generated converter resolution (a59f5e4b)

🧰 Misc

  • Optimize generated option checks (32f022fc)
  • Generate transitive YAML source types (#​149) (4b23a71c)
  • Switch to NuGet Trusted Publishing (c9122d4f)

Full Changelog: 3.10.2...3.11.0

Published with dotnet-releaser

3.10.2

Changes

🧰 Misc

  • Support mutable collection serialization (b853dcfa)

Full Changelog: 3.10.1...3.10.2

Published with dotnet-releaser

3.10.1

Changes

🐛 Bug Fixes

  • Fix source generation for netstandard2.0 (26cfb426)

🧰 Misc

  • Update readme (fbb9b0d0)

Full Changelog: 3.10.0...3.10.1

Published with dotnet-releaser

3.10.0

Changes

🧰 Misc

  • Support conditional YamlIgnore (#​146) (a52926d2)
  • Emit static source for attribute branches (df481f41)

Full Changelog: 3.9.0...3.10.0

Published with dotnet-releaser

3.9.0

Changes

🐛 Bug Fixes

  • Fix YamlNode deserialization location preservation (#​144) (c6fc4f27)

🧰 Misc

  • Expose YamlValue scalar event (#​145) (59c83b63)

Full Changelog: 3.8.0...3.9.0

Published with dotnet-releaser

3.8.0

Changes

✨ New Features

  • Add block sequence item style controls (#​142) (66c0590f)

Full Changelog: 3.7.2...3.8.0

Published with dotnet-releaser

3.7.2

Changes

🐛 Bug Fixes

  • Fix support YamlNode in source-generated contexts (#​143) (835c70a9)

Full Changelog: 3.7.1...3.7.2

Published with dotnet-releaser

3.7.1

Changes

✨ New Features

  • Add inheritance test (ec342ea3)

🐛 Bug Fixes

  • Fix source-gen YAML null strings (056e1e2e)

Full Changelog: 3.7.0...3.7.1

Published with dotnet-releaser

3.7.0

Changes

🐛 Bug Fixes

  • Apply UnknownDerivedTypeHandling.Fail to tag-based polymorphism (PR #​133) by @​fdcastel
  • Suppress SHARPYAML002 when a converter handles the type (PR #​140) by @​fdcastel

🚀 Enhancements

  • Clarify tag-only YamlDerivedType does not set default derived type (PR #​134) by @​fdcastel
  • Add YamlSerializerContext.CreateOptions for per-call option overrides (PR #​138) by @​fdcastel

📚 Documentation

  • Expand converter documentation with registration methods and priority (PR #​137) by @​fdcastel

🧰 Misc

  • Support C# required keyword in source generation and reflection (PR #​139) by @​fdcastel

Full Changelog: 3.6.0...3.7.0

Published with dotnet-releaser

3.6.0

Changes

🚀 Enhancements

  • Add support for OrderedDictionary<TKey, TValue> (.NET 9+) (PR #​131) by @​fdcastel
  • feat: add runtime derived type registration for cross-project polymorphism (PR #​132) by @​fdcastel

🧰 Misc

  • Avoid materializing dictionaries when serializing (0d973b53)
  • Deduplicate dictionary converter helpers (ebe1f709)
  • Eliminate source generator build warnings (e1b7f244)
  • Implement cross-project polymorphism (07592b22)

Full Changelog: 3.5.0...3.6.0

Published with dotnet-releaser

3.5.0

Changes

✨ New Features

  • Add object creation handling support (66710dab)

Full Changelog: 3.4.0...3.5.0

Published with dotnet-releaser

3.4.0

Changes

✨ New Features

  • Add YAML max depth guard (1535fb06)

Full Changelog: 3.3.0...3.4.0

Published with dotnet-releaser

3.3.0

Changes

✨ New Features

  • Add unmapped-member handling migration support (681a2de6)

🐛 Bug Fixes

  • Fix schema-aware scalar resolution (1e6500b0)

🧰 Misc

  • Harden nullable generator regression tests (bc51718a)

Full Changelog: 3.2.0...3.3.0

Published with dotnet-releaser

3.2.0

Changes

✨ New Features

  • Add back link to Tomlyn (98f6bd64)

🐛 Bug Fixes

  • Fix YAML source-generation root attributes (32e33360)

🧰 Misc

  • Support constructor attributes across serializers (84911d51)

Full Changelog: 3.1.0...3.2.0

Published with dotnet-releaser

3.1.0

Changes

🚀 Enhancements

  • Preallocate dictionaries with expected capacity (PR #​125) by @​SimonCropp

🧰 Misc

  • Use TryGetValue to avoid double dictionary lookup (PR #​126) by @​SimonCropp
  • Use file scope namespace (21f6daca)
  • Docs: convert API references to xref (7a0b9eae)
  • Support default derived type without discriminator for polymorphic deserialization (8575ff6c)
  • Support UnknownDerivedTypeHandling on YamlPolymorphicAttribute (b34654c7)
  • Support integer discriminators and ensure Json/Yaml attribute parity for polymorphism (93c1b768)

Full Changelog: 3.0.0...3.1.0

Published with dotnet-releaser

3.0.0

Changes

✨ New Features

  • Add instructions (bb5669ef)
  • Add SharpYaml3 specification (719972bd)
  • Add v3 serializer API skeleton and docs (a4207490)
  • Add source generator baseline and JSON attribute support (b0d00f30)
  • Add lossless syntax tree API with spans and tests (dc9c8be6)
  • Add v3 golden-file serializer coverage (5fdb8d67)
  • Add NativeAOT smoke sample project (63eb9a97)
  • Add YAML converter API surface (e9920ba9)
  • Add polymorphism via discriminator and tags (4ff9f17c)
  • Add net10 benchmark suite vs YamlDotNet (f44b8b1e)
  • Add core YAML scalar and mapping serializer tests (3d5a4064)
  • Add parser/scanner error-path coverage tests (3c24a48d)
  • Add Emitter edge-case tests (4b2971f0)
  • Add comprehensive YAML 1.2 spec edge case tests (713efcbf)
  • Add YamlAttribute base class (5c12b356)
  • Add lifecycle callbacks for YAML serialization (2ea55f29)
  • Add YamlExtensionData support for overflow properties (15aae5c2)
  • Add YamlConverterAttribute for custom converters (289a4d8e)
  • Add svg logo (a3229804)
  • Add benchmark results (7d4373b7)
  • Add netstandard2.0 target (PolySharp + conditional System.Text.Json) (32f3d46b)
  • Add built-in DateTime/Guid/TimeSpan converters (0fe77904)
  • Add site.yml workflow (0996915a)
  • Add IBufferWriter serialization overloads (7cf50ce0)
  • Add collection and non-string dictionary support (reflection) (8dcf1951)
  • Add merge key (<<) support for Core/Extended (cef01b1b)
  • Add net8.0 target framework (4e4c41b9)

🐛 Bug Fixes

  • Fix YAML writer escaping for control chars (9361d1fe)
  • Fix warnings in YamlSerializerOptions (ab23407e)
  • Fix: accept YAML 1.2 %YAML directives (ef0c9138)
  • Fix: improve EventReader.Expect exception message (59b0f632)
  • Fix: allow ':' in flow plain scalars (56535768)
  • Fix: stream TextReader deserialization (9366fe84)
  • Fix: make InsertionQueue internal (4c758ce3)
  • Fix anchor handling for immutable collections (40cb7294)
  • Fix site readme.md (4dd6c7bc)
  • Fix icons (ec9e0390)
  • Fix package readme inclusion (da9f3c5d)

🚀 Enhancements

  • Refactor typeinfo IO protocol and optimize YAML writing (05ad66f3)
  • Refactor reader/writer base, options record, JsonNamingPolicy (5bac5355)
    ... (truncated)

Commits viewable in compare view.

Updated Verify.MSTest from 31.28.0 to 32.0.0.

Release notes

Sourced from Verify.MSTest's releases.

32.0.0

  • #​1832 Add Inline snpashot support
  • #​1835 Add SettingsTask.AddContext
  • #​1847 Honor explicit DefaultValueHandling for bools
  • #​1850 Stray extension-less snapshot file crashes every run of its test
  • #​1851 Static UniqueForTargetFramework(Assembly) overloads ignore the assembly passed to them
  • #​1852 Appended files skip scrubbing and newline normalization when a stream converter is registered
  • #​1853 IgnoreParameters() ignore-all sentinel is lost when combined with another ignore source
  • #​1854 Format UTC offsets with the invariant culture
  • #​1855 Format UTC offsets with invariant culture
  • #​1856 Use ticks to decide date precision
  • #​1857 Clean # out of file name parameters
  • #​1858 Escape one character trimmed date formats
  • #​1859 Prefer the exact type when resolving a member converter
  • #​1860 Keep empty collections ignored alongside instance predicates
  • #​1861 Key the combinations name cache by reference
  • #​1862 Match MSTest overloads against the test data
  • #​1863 Report deletes as directory relative paths
  • #​1864 Name the guarded API in ThrowIfVerifyHasBeenRun
  • #​1865 Keep stack frames that have no parameter list
  • #​1866 Generate the TestContext property for record test classes
  • #​1867 Fix two CombinationResultsConverter edge cases
  • #​1868 Sign sub-hour UTC offsets
  • #​1869 Write the received file from the stream for handle based FileStreams
  • #​1870 Compare prefixes ignoring case
  • #​1871 Guard the counter value caches with a lock
  • #​1872 Sign sub-hour UTC offsets

32.0.0-beta.16

32.0.0-beta.15

32.0.0-beta.14

32.0.0-beta.13

32.0.0-beta.12

32.0.0-beta.10

32.0.0-beta.8

32.0.0-beta.7

32.0.0-beta.6

32.0.0-beta.5

32.0.0-beta.4

32.0.0-beta.3

32.0.0-beta.2

32.0.0-beta.1

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps SharpYaml from 2.1.5 to 3.13.0
Bumps Verify.MSTest from 31.28.0 to 32.0.0

---
updated-dependencies:
- dependency-name: SharpYaml
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-version: 32.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-version: 32.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 29, 2026
@github-actions
github-actions Bot merged commit 1191e0a into main Aug 29, 2026
4 of 5 checks passed
@github-actions
github-actions Bot deleted the dependabot/nuget/src/libs/AutoSDK/all-8e4897c3f2 branch August 29, 2026 04:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants