Skip to content

Bump Tomlyn from 0.19.0 to 2.3.2#7

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/Tomlyn-2.3.2
May 5, 2026
Merged

Bump Tomlyn from 0.19.0 to 2.3.2#7
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/Tomlyn-2.3.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Updated Tomlyn from 0.19.0 to 2.3.2.

Release notes

Sourced from Tomlyn's releases.

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.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 5, 2026
@github-actions github-actions Bot merged commit c85f4ea into main May 5, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/nuget/Tomlyn-2.3.2 branch May 5, 2026 03:55
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