Skip to content

Pull from upstream#27

Merged
Jericho merged 69 commits intoJericho:developfrom
GitTools:develop
Feb 1, 2025
Merged

Pull from upstream#27
Jericho merged 69 commits intoJericho:developfrom
GitTools:develop

Conversation

@Jericho
Copy link
Copy Markdown
Owner

@Jericho Jericho commented Feb 1, 2025

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

dependabot bot and others added 30 commits July 10, 2024 07:03
Bumps [ApprovalTests](https://github.com/approvals/ApprovalTests.Net) from 5.9.0 to 6.0.0.
- [Release notes](https://github.com/approvals/ApprovalTests.Net/releases)
- [Commits](https://github.com/approvals/ApprovalTests.Net/commits)

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

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

Bump ApprovalTests from 5.9.0 to 6.0.0 in /src
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/commits)

---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Bump Microsoft.Extensions.DependencyInjection from 7.0.0 to 8.0.0 in /src
Bumps Serilog.Sinks.Console and Serilog. These dependencies needed to be updated together.

Updates `Serilog.Sinks.Console` from 4.1.0 to 6.0.0

Updates `Serilog` from 3.1.1 to 4.0.0

---
updated-dependencies:
- dependency-name: Serilog.Sinks.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Bump Serilog.Sinks.Console and Serilog in /src
Bumps NGitLab from 6.39.0 to 6.51.1.

---
updated-dependencies:
- dependency-name: NGitLab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Bump NGitLab from 6.39.0 to 6.51.1 in /src
This will help aid in the transition to NUnit 4, where there have been
some breaking changes.
Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.1.0.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](nunit/nunit@v3.14.0...4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This no longer exists in NUnit 4.x.
Updated the Release Notes Builder Integration Tests as inconclusive,
when the GitHub token is not provided. This ensures consistent behavior
with other integration tests.
Mark the Release Notes Builder integration test as "inconclusive" whe…
As answered here:

https://stackoverflow.com/a/6792308/671491

The first project in the sln file is the one that is set as the default
startup project when opened in Visual Studio. This prevents the need to
manually set this once the solution is opened.
This addresses an issue which was seen when trying to close milestones
using the GitLab provider. There would be an error thrown regarding
being able to correctly serialize a number into an int32, since the
number was too big.

An upstream change was needed in NGitLab, so switch to usign to a long.
There was a similar error when using GitHub, and a bump in the version
of Octokit being used was required.

This has been tested against a GitLab repository, and the close command
which was previously failing is now working.
(#633) Update to latest NGitLab package version
New naming convention is being used for Tokens, so switching to
NUGET_GITHUB_TOKEN, as it is more inline with the others:

* DOCKER_GITHUB_TOKEN
* PUSH_GITHUB_TOKEN
* RELEASE_GITHUB_TOKEN
add github actions configuration for dependabot
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.4 to 4.12.10.
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.4...v4.12.10)

---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Bump Roslynator.Analyzers from 4.12.4 to 4.12.10 in /src
We are seeing a number of problems with regard to whitespace changes in
files when doing git operations.

This is an attempt to normalize all the things, using the defaults from
the gitattributes vscode extension, with a little bit of tweaking.
Bumps [Serilog](https://github.com/serilog/serilog) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.0...v4.2.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 1 to 2.
- [Release notes](https://github.com/cake-build/cake-action/releases)
- [Commits](cake-build/cake-action@v1...v2)

---
updated-dependencies:
- dependency-name: cake-build/cake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…build/cake-action-2

Bump cake-build/cake-action from 1 to 2
arturcic and others added 29 commits January 9, 2025 17:33
Bumps the serilog group in /src with 3 updates: [Serilog](https://github.com/serilog/serilog), [Serilog.Sinks.Debug](https://github.com/serilog/serilog-sinks-debug) and [Serilog.Sinks.File](https://github.com/serilog/serilog-sinks-file).


Updates `Serilog` from 4.2.0 to 4.0.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.2.0...v4.0.0)

Updates `Serilog.Sinks.Debug` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/serilog/serilog-sinks-debug/releases)
- [Commits](serilog/serilog-sinks-debug@v2.0.0...v3.0.0)

Updates `Serilog` from 4.2.0 to 4.0.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.2.0...v4.0.0)

Updates `Serilog.Sinks.File` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/serilog/serilog-sinks-file/releases)
- [Changelog](https://github.com/serilog/serilog-sinks-file/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-sinks-file@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: serilog
- dependency-name: Serilog.Sinks.Debug
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: serilog
- dependency-name: Serilog.Sinks.File
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
...

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

Bump the serilog group in /src with 3 updates
These changes were made automatically when pulling down the changes from
the latest merge into the develop branch.
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.12.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.8.0...v17.12.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…NET.Test.Sdk-17.12.0

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.12.0 in /src
convert nuget packages to use central package management
Bumps [Scriban](https://github.com/scriban/scriban) from 5.10.0 to 5.12.1.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@5.10.0...5.12.1)

---
updated-dependencies:
- dependency-name: Scriban
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Bump Scriban from 5.10.0 to 5.12.1 in /src
Bumps [Octokit](https://github.com/octokit/octokit.net) from 12.0.0 to 14.0.0.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v12.0.0...v14.0.0)

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

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

Bump Octokit from 12.0.0 to 14.0.0 in /src
Bumps [AutoMapper](https://github.com/AutoMapper/AutoMapper) from 12.0.1 to 13.0.1.
- [Release notes](https://github.com/AutoMapper/AutoMapper/releases)
- [Commits](LuckyPennySoftware/AutoMapper@v12.0.1...v13.0.1)

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

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

Bump AutoMapper from 12.0.1 to 13.0.1 in /src
Bumps the analyzers group with 3 updates in the /src directory: [IDisposableAnalyzers](https://github.com/DotNetAnalyzers/IDisposableAnalyzers), [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) and [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers).


Updates `IDisposableAnalyzers` from 4.0.7 to 4.0.8
- [Changelog](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/commits)

Updates `Microsoft.CodeAnalysis.NetAnalyzers` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@8.0.0...9.0.0)

Updates `NUnit.Analyzers` from 4.2.0 to 4.6.0
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
- [Commits](nunit/nunit.analyzers@4.2.0...4.6.0)

---
updated-dependencies:
- dependency-name: IDisposableAnalyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: analyzers
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
...

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

Bump the analyzers group across 1 directory with 3 updates
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Bump Microsoft.Extensions.DependencyInjection from 8.0.0 to 9.0.0 in /src
Bumps [Destructurama.Attributed](https://github.com/destructurama/attributed) and [Serilog](https://github.com/serilog/serilog). These dependencies needed to be updated together.

Updates `Destructurama.Attributed` from 4.0.0 to 5.1.0
- [Release notes](https://github.com/destructurama/attributed/releases)
- [Commits](destructurama/attributed@4.0.0...5.1.0)

Updates `Serilog` from 4.2.0 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.2.0...v4.2.0)

---
updated-dependencies:
- dependency-name: Destructurama.Attributed
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Bump Destructurama.Attributed in /src
Bumps [NUnit](https://github.com/nunit/nunit) from 4.1.0 to 4.3.2.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.1.0...4.3.2)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.5.0...V4.6.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src
Bumps [NGitLab](https://github.com/ubisoft/NGitLab) from 7.0.1 to 7.1.0.
- [Release notes](https://github.com/ubisoft/NGitLab/releases)
- [Commits](ubisoft/NGitLab@7.0.1...7.1.0)

---
updated-dependencies:
- dependency-name: NGitLab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Jericho Jericho merged commit b295002 into Jericho:develop Feb 1, 2025
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.

5 participants