Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from GitTools:develop #215

Merged
merged 25 commits into from
Jan 9, 2025
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 9, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

gep13 and others added 25 commits January 9, 2025 09:34
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
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/cache-4

Bump actions/cache from 2 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ns/checkout-4

Bump actions/checkout from 2 to 4
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.0 to 6.0.3.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.3)

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Bump coverlet.msbuild from 6.0.0 to 6.0.3 in /src
Bumps [NSubstitute](https://github.com/nsubstitute/NSubstitute) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0)

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

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

Bump NSubstitute from 5.1.0 to 5.3.0 in /src
@pull pull bot added the ⤵️ pull label Jan 9, 2025
@pull pull bot merged commit aeaaea7 into QaColony:develop Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants