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

chore(deps): update dependency dotnet-sdk to v7.0.400 #139

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dotnet-sdk dotnet-sdk patch 7.0.306 -> 7.0.400

Release Notes

dotnet/sdk (dotnet-sdk)

v7.0.400: .NET 7.0.10

Compare Source

Release


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 9, 2023 06:59
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #139 (3e509ab) into main (15473b6) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   94.64%   94.64%           
=======================================
  Files          20       20           
  Lines         542      542           
  Branches       39       39           
=======================================
  Hits          513      513           
  Misses         16       16           
  Partials       13       13           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@benjiro
Copy link
Member

benjiro commented Aug 10, 2023

Latest .net compiler introduces a bug with unused using import rule disable it till its fixed dotnet/roslyn#41640

@benjiro benjiro merged commit ecc9707 into main Aug 10, 2023
10 checks passed
@renovate renovate bot deleted the renovate/dotnet-monorepo branch August 10, 2023 10:40
@@ -140,7 +140,8 @@ dotnet_diagnostic.IDE0001.severity = warning
dotnet_diagnostic.IDE0002.severity = warning

# IDE0005: Remove unnecessary import
dotnet_diagnostic.IDE0005.severity = warning
# Workaround for https://github.com/dotnet/roslyn/issues/41640
dotnet_diagnostic.IDE0005.severity = none

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Setting to suggestion will also work

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.

2 participants