Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Updated FastCloner from 3.3.15 to 3.3.19.

Release notes

Sourced from FastCloner's releases.

3.3.19

What's Changed

  • Update README.md
  • sg: jagged arrays
  • sg: abstract classes, records
  • FastClonerContext
  • [FastClonerInclude]
  • don't generate unnecessary methods
  • Update README.md for badge labels and performance
  • add licenses.txt
  • Fix test directory link in contributing section
  • Fix formatting issues in README.md features section
  • Enhance README features section with benchmarks
  • Update README.md
  • Update project versions to v3.3.18

Updated Projects

FastCloner.SourceGenerator.csproj -> 1.0.3
FastCloner.Tests.csproj -> 0.0.1
FastCloner.SourceGenerator.Shared.csproj -> 0.0.1
FastCloner.SourceGenerator.Console.csproj -> 0.0.1
FastCloner.csproj -> 3.3.19

3.3.18

What's Changed

  • Update README.md
  • move source code into /src
  • Add local benchmark verification instructions
  • Update README to correct spelling and improve clarity
  • Enhance correctness feature description in README
  • add more competing libraries to the benchmark
  • Revise README with new features and usage examples
  • simplify sg installation
  • sg: generics with unannotated types
  • sg: immutable collections
  • sg: generics, implicit/nested types without annotations
  • Update badge links to use Shields.io
  • fix
  • Update project versions to v3.3.17

Updated Projects

FastCloner.SourceGenerator.csproj -> 1.0.2
FastCloner.Tests.csproj -> 0.0.1
FastCloner.Benchmark.csproj -> 0.0.1
FastCloner.Contrib.csproj -> 0.0.1
FastCloner.SourceGenerator.CodeFixes.csproj -> 0.0.1
FastCloner.SourceGenerator.Shared.csproj -> 0.0.1
FastCloner.SourceGenerator.Console.csproj -> 0.0.1
FastCloner.SourceGenerator.Analyzers.csproj -> 0.0.1
FastCloner.csproj -> 3.3.18

3.3.17

What's Changed

  • work on source gen
  • Update .NET SDK version to 10.0.x
  • Update .NET version in GitHub Actions workflow
  • .net 10 tfm, c# 14 syntax
  • Update README to remove dependency mention
  • Update project versions to v3.3.16

Updated Projects

FastCloner.SourceGenerator.csproj -> 1.0.1
FastCloner.Tests.csproj -> 0.0.1
FastCloner.Benchmark.csproj -> 0.0.1
FastCloner.SourceGenerator.CodeFixes.csproj -> 0.0.1
FastCloner.SourceGenerator.Shared.csproj -> 0.0.1
FastCloner.SourceGenerator.Analyzers.csproj -> 0.0.1
FastCloner.csproj -> 3.3.17

3.3.16

What's Changed

This release fixes an issue when cloning deeply nested objects where the algorithm switches from recursion to two-way iteration on fly. Thanks @​pferencgit for spotting this.

  • fix on-fly swap from recursive to iterative cloning
  • document FastCloner.MaxRecursionDepth
  • Update project versions to v3.3.15

Updated Projects

FastCloner.Tests.csproj -> 0.0.1
FastCloner.csproj -> 3.3.16

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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: FastCloner
  dependency-version: 3.3.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

dependabot bot commented on behalf of github Dec 8, 2025

Labels

The following labels could not be found: do-not-merge/work-in-progress, kind/dependency. 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.

1 participant