Skip to content

chore: Bump Tomlyn from 0.19.0 to 2.10.1#80

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Tomlyn-2.10.1
Open

chore: Bump Tomlyn from 0.19.0 to 2.10.1#80
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Tomlyn-2.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Updated Tomlyn from 0.19.0 to 2.10.1.

Release notes

Sourced from Tomlyn's releases.

2.10.1

Changes

🧰 Maintenance

  • Fix ci (6cc82dd2)

Full Changelog: 2.10.0...2.10.1

Published with dotnet-releaser

2.9.0

Changes

✨ New Features

  • Add source generation parity coverage (d7289dd5)

🐛 Bug Fixes

  • Fix source-generated converter resolution (9cd7dc74)

Full Changelog: 2.8.0...2.9.0

Published with dotnet-releaser

2.8.0

Changes

🐛 Bug Fixes

  • Fix mutable collection TOML serialization (9ce3f0ea)

Full Changelog: 2.7.0...2.8.0

Published with dotnet-releaser

2.7.0

Changes

✨ New Features

  • Add table-array style attributes (2ce2271f)

🧰 Misc

  • Use NuGet Trusted Publishing (dbc7084e)

Full Changelog: 2.6.0...2.7.0

Published with dotnet-releaser

2.6.0

Changes

✨ New Features

  • Add directional ignore condition support (4e7ecbc3)
  • Add source-generated serializer benchmarks (b5b80e93)

🧰 Misc

  • Resolve known source generation branches (1d26647e)

Full Changelog: 2.5.0...2.6.0

Published with dotnet-releaser

2.5.0

Changes

📦 Dependencies

  • Bump deps (7765e2d4)

🧰 Misc

  • Improve deserialization diagnostics (#​127) (ef0e89f2)

Full Changelog: 2.4.2...2.5.0

Published with dotnet-releaser

2.4.2

Changes

🐛 Bug Fixes

  • Fix nested polymorphic reader buffering (#​125) (a79f9d2b)
  • Fix converters that leave readers on values (#​126) (88bb977b)

Full Changelog: 2.4.1...2.4.2

Published with dotnet-releaser

2.4.1

Changes

✨ New Features

  • Add TomlObject model node serialization (2f61347f)
  • Add regression test for nested table arrays (9dad392d)

Full Changelog: 2.4.0...2.4.1

Published with dotnet-releaser

2.4.0

Changes

🐛 Bug Fixes

  • Fix TomlInclude for non-public members (Fixes #​121) (949c301f)
  • Fix source-generated single-or-array helpers (Fixes #​123) (75c77f21)

🧰 Misc

  • Honor JsonStringEnumConverter for enums (Fixes #​122) (f33a1f2b)

Full Changelog: 2.3.2...2.4.0

Published with dotnet-releaser

2.3.2

Changes

🐛 Bug Fixes

  • Fix overridden member metadata in source generation (0454c839)

Full Changelog: 2.3.1...2.3.2

Published with dotnet-releaser

2.3.1

Changes

🐛 Bug Fixes

  • Fix inherited members in source generation (35338fec)

Full Changelog: 2.3.0...2.3.1

Published with dotnet-releaser

2.3.0

Changes

✨ New Features

  • Add cross-project polymorphism mappings (9aa0c76d)

Full Changelog: 2.2.1...2.3.0

Published with dotnet-releaser

2.2.1

Changes

🐛 Bug Fixes

  • Fix source-generated table extension accessibility (5b27044c)

🧰 Misc

  • Scope serializer caches to operations (df91ea56)
  • Support out-of-order subtable extensions (2ea74fca)

Full Changelog: 2.2.0...2.2.1

Published with dotnet-releaser

2.2.0

Changes

✨ New Features

  • Add single-or-array collection support (3fd5c09a)

Full Changelog: 2.1.0...2.2.0

Published with dotnet-releaser

2.1.0

Changes

🧰 Misc

  • Match object creation handling to System.Text.Json (e24c4f48)

Full Changelog: 2.0.1...2.1.0

Published with dotnet-releaser

2.0.1

Changes

✨ New Features

  • Add missing NotNullWhen (12f69d2d)

🐛 Bug Fixes

  • Fix AOT trimming (7980ae83)

Full Changelog: 2.0.0...2.0.1

Published with dotnet-releaser

2.0.0

Changes

🚨 Breaking Changes

  • Breaking change: remove duplicate TOML attribute (#​116) (fc10290f)

🐛 Bug Fixes

  • Fix array deserialization growth handling (#​117) (49dc628d)
  • Fix CS1726: exclude InternalsVisibleTo from signed assembly build (b391c835)

🧰 Misc

  • Optimize pooled array builder internals (1f12289f)

Full Changelog: 1.2.0...2.0.0

Published with dotnet-releaser

1.2.0

Changes

✨ New Features

  • Add max depth guards (5368752c)

🧰 Misc

  • Update readme with links to TOML (bfa3debd)

Full Changelog: 1.1.1...1.2.0

Published with dotnet-releaser

1.1.1

Changes

🐛 Bug Fixes

  • Fix source generator nullability warnings (67c04af5)

🧰 Maintenance

  • Fix ci (394d53fa)

Full Changelog: 1.1.0...1.1.1

Published with dotnet-releaser

1.1.0

Changes

✨ New Features

  • Add TomlSerializable source-gen roots (c54721e1)
  • Add source-gen support for init and required members (b1f02332)

🐛 Bug Fixes

  • Fix link to migration (b30d0703)

Full Changelog: 1.0.0...1.1.0

Published with dotnet-releaser

1.0.0

Changes

🚨 Breaking Changes

  • Breaking Change: Document v0.x -> v1.0 migration (eb229470)

✨ New Features

  • Add net8 target and ship source generator (69151997)
  • Add TomlSerializer API scaffolding (a3ceeb7b)
  • Add TomlParserOptions.DecodeScalars (d1d4b31b)
  • Add byte[] overloads for UTF-8 inputs (e7ddfbe2)
  • Add TOML 1.1 parsing tests (32bff1a6)
  • Add TomlSourceSpan for precise locations (45f1cbaf)
  • Add built-in converters for Guid and enums (049d8b63)
  • Add ConditionalWeakTable-backed TomlMetadataStore (7dac15b9)
  • Add JsonExtensionData support (bdbecda9)
  • Add discriminator-based polymorphism (bdac830d)
  • Add metadata-based stream/text reader overloads (542dc14f)
  • Add System.Collections.Immutable dependency (0db8d8ed)
  • Add source-generated set and immutable type infos (b58b5ca5)
  • Add source-gen support for sets and immutable collections (8a94fb97)
  • Add Half/Int128/UInt128 scalar mapping parity (2951d5cd)
  • Add TOML benchmark dependencies (1b7f381a)
  • Add cross-library parsing benchmarks (338bb3d6)
  • Add POCO and source-generated benchmarks (359a6ea8)
  • Add serialization lifecycle callbacks (0b683684)
  • Add context and reader overloads to TomlSerializer (3985906d)
  • Add source-gen support for property order (d79dd4dc)
  • Add source-gen support for required members (a86b16d0)
  • Add source-gen support for extension data (1674c44b)
  • Add source-gen support for JsonConstructor (c14a37da)
  • Add source-gen support for JsonPolymorphic (27d0ee2e)
  • Add default derived type support (no discriminator) for polymorphism (b1378307)
  • Add per-type UnknownDerivedTypeHandling on polymorphic attributes (a0fa9482)
  • Add integer discriminator support for polymorphism (3674b45d)
  • Add apidocs namespace pages (813bc2bf)
  • Add site generation (39b4b210)

🐛 Bug Fixes

  • Fix Unicode scalar validation for U+10FFFF (2926365c)
  • Fix RFC3339 parsing for TOML 1.1 (50fa6541)
  • Fix TomlDateTime local constructors (9a0d75a8)
  • Fix TomlDateTime ctor compile regression (5bc9fc5e)
  • Fix table array headers in event parser (b7adcec8)
  • Fix source generator array type names (717f529a)
  • Fix site readme.md (3f1d4403)
  • Fix: Round-trippable double formatting (b8b60d2c)
  • Fix: Tomlyn.Signed pack targets name (94c1c26e)
    ... (truncated)

0.20.0

Changes

✨ New Features

  • Add AOT-friendly model source generation and tests. (PR #​111) by @​aiqinxuancai
  • Add XML docs and source generator guidance (e3765146)
  • Add agents instructions (a06dcc64)

🐛 Bug Fixes

  • Fix readme link to ci (ce8d911a)

🚀 Enhancements

  • feat: add benchmarks (PR #​92) by @​TimothyMakkison

🧰 Misc

  • Update deps NuGet (3c342e37)
  • Update slnx, central package management, NuGet dependencies (5a010019)
  • Allow doc warnings (6532998e)

Full Changelog: 0.19.0...0.20.0

Published with dotnet-releaser

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Tomlyn
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants