Skip to content

Bump the nuget-production-updates group with 28 updates#94

Closed
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/nuget/dot-config/nuget-production-updates-6dfbf43ca3
Closed

Bump the nuget-production-updates group with 28 updates#94
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/nuget/dot-config/nuget-production-updates-6dfbf43ca3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Contributor

Updated AngouriMath from 1.3.0 to 1.4.0.

Release notes

Sourced from AngouriMath's releases.

1.4.0

What's Changed

1.4.0-preview.7

What's Changed

Full Changelog: asc-community/AngouriMath@v1.4.0-preview.6...v1.4.0-preview.7

1.4.0-preview.6

What's Changed

Full Changelog: asc-community/AngouriMath@v1.4.0-preview.5...v1.4.0-preview.6

1.4.0-preview.5

What's Changed

Full Changelog: asc-community/AngouriMath@v1.4-preview.4...v1.4.0-preview.5

1.4.0-preview.4

What's Changed

New Contributors

Full Changelog: asc-community/AngouriMath@v1.4-preview.3...v1.4-preview.4

1.4.0-preview.3

Commits viewable in compare view.

Updated Antlr4.Runtime.Standard from 4.9.2 to 4.13.1.

Release notes

Sourced from Antlr4.Runtime.Standard's releases.

4.13.1

Pull requests grouped by target

csharp target

go target

java target

javascript target

swift target

dart target

Contributors

4.13.0

This is primarily change to the Go target itself and its release location, which has moved to https://github.com/antlr4-go/antlr. The code still lives and this repository, but for release purposes we've created a new organization and repository so that Go users can pull versions down according to the repository and label rules

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

... (truncated)

4.12.0

The 4.12.0 release is primarily about the new TypeScript target created by @​ericvergnaud. There are also a number of fixes to the various targets, as you can see from the descriptions below.

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

javascript target

4.11.1

Just fixes 4.11.0 release issue. I forgot to change runtime tool version so it didn't say SNAPSHOT.

4.11.0

4.11.0 consist primarily:

  • a major rebuild of the Go target by Jim Idle. Please see Go target doc for more information, as it now requires the go module stuff.
  • huge internal refractoring of testing and various target speed improvements by Ivan Kochurkin
  • Getting all targets to run on all operating systems using github actions by HS.

The details by type and target follow.

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

... (truncated)

4.10.1

Tiny update to fix build issue where java requirement for runtime was 11 not 1.8.

What's Changed

Full Changelog: antlr/antlr4@v4.10.0...4.10.1

4.10

ANTLR version 4.10

This is a very major release with a number of important changes. There have been many valuable contributions, but I welcome @​KvanTTT and @​jcking as recent "official" major ANTLR contributors. :)

WARNING: Generated 4.10 lexers and parsers are incompatible with code generated by previous versions of ANTLR. You must regenerate all of your code from grammars to use the new runtime. This is true of all targets (except probably javascript).

Repo branching structure

We have changed the branching structure of the repository. The default branch for this repo remains master and it is the latest stable release with tags for the various releases; e.g., see release tag 4.9.3. We now do development work in branch dev between releases and all pull requests should be derived from that branch. The dev branch is merged back into master to cut a release and the release state is tagged (e.g., with 4.10-rc.1 or 4.10.) Visually our process looks roughly like this:

Targets such as Go that pull directly from the repository can use the default master branch but can also pull from the active dev branch:

$ go get github.com/antlr/antlr4/runtime/Go/antlr@​dev

Developers certificate of origin

In order to bring ANTLR more in line with current standard standards for contribution processes, as of 4.10, ANTLR uses the Linux Foundation's Developer Certificate of Origin, DCO, version 1.1. See file https://github.com/antlr/antlr4/raw/master/developer-cert-of-origin.txt . It is simpler than the original contributors license agreement, which required programmers to sign the contributors.txt file, which has now moved to file historical-contributors-agreement.txt .

Each commit in pull requests must have a "signature", which is simple as using -s (not -S) on the git commit command:

$ git commit -s -m 'This is my commit message'

Github's pull request process enforces the sig and gives instructions on how to fix any commits that lack the sig. See https://github.com/apps/dco for more info.

4.10-generated parsers incompatible with previous runtimes

ANTLR not only generates recursive-descent parsers; it generates a state machine called an augmented transition network (ATN) in serialized form as a bunch of integers stored in the generated parser and lexer files. This serialization format was changed for 4.10 to remove a size limit on the supported ATNs. See antlr/antlr4#3591.

The key point here is that we changed the version number stored inside the serialization format and so, in order to use this new version of ANTLR, you must regenerate all of your lexers and parsers using the 4.10 tool and then use the new runtime. Parsers generated with 4.10 or not compatible with previous versions of the runtime.

Increasing minimum java version

Going forward, we are using Java 11 for the source code and the compiled .class files for the ANTLR tool. The Java runtime target, however, and the associated runtime tests use Java 8 (bumping up from Java 7).

JavaScript target

The JS target has been substantially reworked.

Miscellaneous improvements

  • Lexer rules can use the caseInsensitive option now.
  • Improved error messages
  • We rebuilt the runtime testing rig and made continuous integration improvements; part of this was done to support more recent versions of Java
  • We cleaned up the maven pom and brought it up to date (still has errors if somebody can make a suggestion.)
    ... (truncated)

4.9.3

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

python2 target

swift target

Commits viewable in compare view.

Updated dotnet-reportgenerator-globaltool from 5.4.18 to 5.5.6.

Release notes

Sourced from dotnet-reportgenerator-globaltool's releases.

5.5.6

Changes:

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.5

Changes:

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.4

Changes:

  • #​777: Added new report type 'cjson' (contributed by @​RemyBoyer)

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.3

Changes:

  • #​776: Fix issue in coverage delta chart

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.2

Changes:

  • #​772: Added coverage delta chart for comparision with previous coverage report
  • #​773: Improved handling of file paths on Unix systems

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.1

Changes:

  • Added support for .NET 10
  • #​766: Added new setting "preserveTrailingEmptyLine".
  • #​769: Added support for Cobertura files exported from Swift (contributed by @​Vovanni)

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.0

Changes:

  • Added support for .NET 10
  • #​762: Improved handling of generic classes in DynamicCodeCoverage files (generated by dotnet-coverage)
  • #​763: Added new setting "includeAllDatesInCharts".

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

Commits viewable in compare view.

Updated GenericTensor from 1.0.4 to 1.0.5.

Release notes

Sourced from GenericTensor's releases.

1.0.5

Commits viewable in compare view.

Updated HonkSharp from 1.0.1 to 1.0.3.

Release notes

Sourced from HonkSharp's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated IndexRange from 1.0.0 to 1.1.1.

Release notes

Sourced from IndexRange's releases.

1.1.1

Thanks to @​mcwhitak for contributions to this release.

1.1.0

  • Type-forward implementations to Microsoft.Bcl.Memory for netstandard2.0, net462, and higher.

1.0.3

1.0.2

  • Mark assembly as CLS compliant: #​10.

Full Changelog: bgrainger/IndexRange@v1.0.1...v1.0.2

1.0.1

  • Add support for .NET Framework 3.5.
  • Produce a deterministic build.
  • Embed symbols in the NuGet package.
  • Thanks to @​ash-hat and @​davidhunter22 for contributions to this release.

Commits viewable in compare view.

Updated Microsoft.Bcl.HashCode from 1.1.1 to 6.0.0.

Release notes

Sourced from Microsoft.Bcl.HashCode's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Bcl.TimeProvider from 8.0.0 to 10.0.7.

Release notes

Sourced from Microsoft.Bcl.TimeProvider's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.116

You can build .NET 9.0 from the repository by cloning the release tag v9.0.116 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.115

You can build .NET 9.0 from the repository by cloning the release tag v9.0.115 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.114

You can build .NET 9.0 from the repository by cloning the release tag v9.0.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.5

You can build .NET 9.0 from the repository by cloning the release tag v9.0.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.4

You can build .NET 9.0 from the repository by cloning the release tag v9.0.4 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.3

You can build .NET 9.0 from the repository by cloning the release tag v9.0.3 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.2

You can build .NET 9.0 from the repository by cloning the release tag v9.0.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.1

You can build .NET 9.0 from the repository by cloning the release tag v9.0.1 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0

You can build .NET 9.0 from the repository by cloning the release tag v9.0.0 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-rc.2.24473.5

You can build NET 9.0 RC2 from the repository by cloning the release tag v9.0.0-rc.2.24473.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-rc.1.24431.7

You can build .NET 9.0 RC1 from the repository by cloning the release tag v9.0.0-rc.1.24431.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.7.24405.7

You can build .NET 9.0 Preview 7 from the repository by cloning the release tag v9.0.0-preview.7.24405.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.6.24327.7

You can build .NET 9.0 Preview 6 from the repository by cloning the release tag v9.0.0-preview.6.24327.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.5.24306.7

You can build .NET 9.0 Preview 5 from the repository by cloning the release tag v9.0.0-preview.5.24306.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.4.24266.19

You can build .NET 9.0 Preview 4 from the repository by cloning the release tag v9.0.0-preview.4.24266.19 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.3.24172.9

You can build .NET 9.0 Preview 3 from the repository by cloning the release tag v9.0.0-preview.3.24172.9 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.2.24128.5

You can build .NET 9.0 Preview 2 from the repository by cloning the release tag v9.0.0-preview.2.24128.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-preview.1.24080.9

You can build .NET 9.0 Preview 1 from the repository by cloning the release tag v9.0.0-preview.1.24080.9 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.126

You can build .NET 8.0 from the repository by cloning the release tag v8.0.126 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

8.0.125

Bumps AngouriMath from 1.3.0 to 1.4.0
Bumps Antlr4.Runtime.Standard from 4.9.2 to 4.13.1
Bumps dotnet-reportgenerator-globaltool from 5.4.18 to 5.5.6
Bumps GenericTensor from 1.0.4 to 1.0.5
Bumps HonkSharp from 1.0.1 to 1.0.3
Bumps IndexRange from 1.0.0 to 1.1.1
Bumps Microsoft.Bcl.HashCode from 1.1.1 to 6.0.0
Bumps Microsoft.Bcl.TimeProvider from 8.0.0 to 10.0.7
Bumps Microsoft.Extensions.DependencyInjection from 9.0.8 to 10.0.7
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.8 to 10.0.7
Bumps Microsoft.Extensions.Logging from 9.0.0 to 10.0.7
Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.0 to 10.0.7
Bumps Microsoft.Extensions.Options from 9.0.0 to 10.0.7
Bumps Microsoft.Extensions.Primitives from 9.0.0 to 10.0.7
Bumps PeterO.Numbers from 1.8.0 to 1.8.2
Bumps Polly from 8.6.4 to 8.6.6
Bumps Polly.Core from 8.6.4 to 8.6.6
Bumps Serilog from 4.3.0 to 4.3.1
Bumps Serilog.Extensions.Logging from 9.0.2 to 10.0.0
Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1
Bumps System.Collections.Immutable from 9.0.7 to 10.0.7
Bumps System.ComponentModel.Annotations from 4.5.0 to 5.0.0
Bumps System.Diagnostics.DiagnosticSource from 9.0.0 to 10.0.7
Bumps System.Formats.Nrbf from 9.0.7 to 10.0.7
Bumps System.Reflection.Metadata from 9.0.7 to 10.0.7
Bumps System.Resources.Extensions from 9.0.7 to 10.0.7
Bumps System.Threading.Channels from 8.0.0 to 10.0.7
Bumps YamlDotNet from 16.3.0 to 17.0.1

---
updated-dependencies:
- dependency-name: AngouriMath
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: Antlr4.Runtime.Standard
  dependency-version: 4.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.5.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: GenericTensor
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: HonkSharp
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: IndexRange
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Bcl.HashCode
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Bcl.TimeProvider
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Primitives
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: PeterO.Numbers
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Polly
  dependency-version: 8.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Polly.Core
  dependency-version: 8.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Serilog.Extensions.Logging
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Serilog.Sinks.Console
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: System.Collections.Immutable
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.ComponentModel.Annotations
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Formats.Nrbf
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Reflection.Metadata
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Resources.Extensions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Threading.Channels
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: YamlDotNet
  dependency-version: 17.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
...

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 Apr 24, 2026
@EvaTheSalmon

Copy link
Copy Markdown
Member

@copilot review the failing build, any major regression on bumping version?

…1705

Agent-Logs-Url: https://github.com/Semiteq/NtoLib/sessions/6413803a-ca60-47a8-b772-2fa540d7f070

Co-authored-by: EvaTheSalmon <18466855+EvaTheSalmon@users.noreply.github.com>

Copilot AI commented Apr 24, 2026

Copy link
Copy Markdown

@copilot review the failing build, any major regression on bumping version?

The build was failing with CS1705 errors — an assembly version conflict caused by the Tests project still pinning v9.x packages while NtoLib was bumped to v10.0.7 by this PR.

Specifically:

  • NtoLib.dll was compiled against Microsoft.Extensions.Logging.Abstractions v10.0.0.7 and System.Collections.Immutable v10.0.0.7
  • Tests.csproj had direct references to the v9 equivalents (9.0.0 / 9.0.7), causing the linker to pick v9 as "primary" and then fail because NtoLib.dll needs v10

Fixed in e9d03d0 by updating Tests.csproj to match the v10.0.7 versions now used by NtoLib for those packages (Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, System.Collections.Immutable, and Serilog). No logic changes, no regressions expected.

Copilot AI requested a review from EvaTheSalmon April 24, 2026 21:53
@EvaTheSalmon EvaTheSalmon mentioned this pull request Apr 25, 2026
5 tasks
@EvaTheSalmon

Copy link
Copy Markdown
Member

Superseded by PR : NtoLib.csproj is now SDK-style with PackageReference, packages.config is gone, and Directory.Packages.props is the version source. Dependabot will reopen against Directory.Packages.props on the next scan.

@dependabot @github

dependabot Bot commented on behalf of github Apr 25, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/nuget/dot-config/nuget-production-updates-6dfbf43ca3 branch April 25, 2026 17:34
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.

2 participants