Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Bump the nuget group with 4 updates#151

Merged
Tyrrrz merged 1 commit intomasterfromdependabot/nuget/nuget-ba307eedbb
Jan 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 1, 2025

Bumps the nuget group with 4 updates:coverlet.collector,CSharpier.MsBuild,xunit.runner.visualstudio andCliWrap.

Updatescoverlet.collector from 6.0.2 to 6.0.3

Release notes

Sourced fromcoverlet.collector's releases.

v6.0.3

Fixed

  • Fix RuntimeConfigurationReader to support self-contained builds#1705 byhttps://github.com/pfeigl
  • Fix inconsistent filenames with UseSourceLink after .NET 8#1679
  • Fix hanging tests#989
  • Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200#1620
  • Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time#1649
  • Fix Unable to instrument module - NET 8#1631
  • Fix slow modules filtering process#1646 byhttps://github.com/BlackGad
  • Fix incorrect coverage await using in generic method#1490

Improvements

  • Cache the regex used in InstrumentationHelper#1693
  • Enable dotnetTool integration tests for linux#660

Diff between 6.0.2 and 6.0.3

Commits

UpdatesCSharpier.MsBuild from 0.30.2 to 0.30.4

Release notes

Sourced fromCSharpier.MsBuild's releases.

0.30.4

What's Changed

Formatting deletesunsafe modifier#1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected outputusing unsafeNvapiQueryInterface=delegate* unmanaged[Cdecl]<uint,nint>;// 0.30.3usingNvapiQueryInterface=delegate* unmanaged[Cdecl]<uint,nint>;

CSharpier keeps adding a newline every time a file is formatted#1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpetusingSystem;namespaceMyCompany.MyNamespace;// Comment block// 0.30.3usingSystem;namespaceMyCompany.MyNamespace;// Comment block

Full Changelog:belav/csharpier@0.30.3...0.30.4

0.30.3

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore#1357

The changes for1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to@​PetSerAl for the fix

Changelog

Sourced fromCSharpier.MsBuild's changelog.

# 0.30.4

What's Changed

Formatting deletesunsafe modifier#1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected outputusing unsafeNvapiQueryInterface=delegate* unmanaged[Cdecl]<uint,nint>;// 0.30.3usingNvapiQueryInterface=delegate* unmanaged[Cdecl]<uint,nint>;

CSharpier keeps adding a newline every time a file is formatted#1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpetusingSystem;namespaceMyCompany.MyNamespace;// Comment block// 0.30.3usingSystem;namespaceMyCompany.MyNamespace;// Comment block

Full Changelog:belav/csharpier@0.30.3...0.30.4

0.30.3

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore#1357

The changes for1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to@​PetSerAl for the fix

Full Changelog:belav/csharpier@0.30.2...0.30.3

Commits
  • 064d35f Releasing 0.30.4 (#1420)
  • cd618ac Fixing a bug introduced by one of the fixes (#1421)
  • 3b88bee Fixing issue with losing unsafe keyword on using statement (#1417)
  • e3b5efb Figuring out a way to prevent the extra line before a file ending comment (#1...
  • baa3138 Some refactoring that was in the csproj branch but didn't really belng there ...
  • bfedce4 Ignoring files in "" when reporting that csharpier needs to be insta… (#1412)
  • 6d285fe Avoid eagerly warming csharpier, doesn't seem to be a good way to delay that ...
  • 5cf6488 Fixing bug for VS2022 options page not working when no solution open. (#1410)
  • 3c6f9ce Adding an option to disable diagnostics for unformatted code. (#1404)
  • 0bec7d2 Releasing 0.30.3 (#1401)
  • Additional commits viewable incompare view

Updatesxunit.runner.visualstudio from 2.8.2 to 3.0.0

Commits
  • e341b93 v3.0.0
  • 56f71f3 Second location where PreEnumerateTheories needs to be turned off for#426
  • d94ab88#426: Can't filter by traits on ITheoryDataRow
  • 9154f3f Latest dependencies
  • feff8e2 Stick to .NET SDK 8
  • 62ae086 Conditional verbosity when packing packages based on the .NET SDK version
  • a7f5dc0 Latest dependencies
  • d5676ac#422: Add XunitSkipReason property to VSTest test case
  • 3d3b241 Back-fill tests for VsDiscoverySink
  • e2d5be2 Enable nullable in test project
  • Additional commits viewable incompare view

UpdatesCliWrap from 3.6.7 to 3.7.0

Release notes

Sourced fromCliWrap's releases.

3.7

What's Changed

Full Changelog:Tyrrrz/CliWrap@3.6.7...3.7

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the nuget group with 4 updates: [coverlet.collector](https://github.com/coverlet-coverage/coverlet), [CSharpier.MsBuild](https://github.com/belav/csharpier), [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [CliWrap](https://github.com/Tyrrrz/CliWrap).Updates `coverlet.collector` from 6.0.2 to 6.0.3- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3)Updates `CSharpier.MsBuild` from 0.30.2 to 0.30.4- [Release notes](https://github.com/belav/csharpier/releases)- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)- [Commits](belav/csharpier@0.30.2...0.30.4)Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)- [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0)Updates `CliWrap` from 3.6.7 to 3.7.0- [Release notes](https://github.com/Tyrrrz/CliWrap/releases)- [Commits](Tyrrrz/CliWrap@3.6.7...3.7)---updated-dependencies:- dependency-name: coverlet.collector  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: nuget- dependency-name: CSharpier.MsBuild  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: nuget- dependency-name: xunit.runner.visualstudio  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: nuget- dependency-name: CliWrap  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: nuget...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the enhancementNew feature or request labelJan 1, 2025
@TyrrrzTyrrrz merged commitcfbd8f9 intomasterJan 1, 2025
6 of 7 checks passed
@dependabotdependabotbot deleted the dependabot/nuget/nuget-ba307eedbb branchJanuary 1, 2025 16:18
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
enhancementNew feature or request
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@Tyrrrz

[8]ページ先頭

©2009-2025 Movatter.jp