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

Update NuGet packages #1849

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

martincostello
Copy link
Member

- Update NuGet packages to their latest versions while dependabot is unable to correctly do the updates.
- Fix/suppress new SonarAnalyzer.CSharp warnings.
@martincostello martincostello added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Dec 9, 2023
Removing the "useless primary constructor" breaks code coverage as the empty records appears to be unused (when it is), so add it back and suppress the warning instead.
Copy link

codecov bot commented Dec 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (47b674b) 84.58% compared to head (91c7e75) 84.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1849   +/-   ##
=======================================
  Coverage   84.58%   84.58%           
=======================================
  Files         308      308           
  Lines        6798     6798           
  Branches     1049     1049           
=======================================
  Hits         5750     5750           
  Misses        839      839           
  Partials      209      209           
Flag Coverage Δ
linux 84.58% <100.00%> (ø)
macos 84.58% <100.00%> (ø)
windows 84.58% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit 9e42b0c into App-vNext:main Dec 10, 2023
17 checks passed
@martincostello martincostello deleted the update-dependencies branch December 10, 2023 10:43
martincostello added a commit that referenced this pull request Jan 4, 2024
- Update NuGet packages to their latest versions while dependabot is unable to correctly do the updates.
- Fix/suppress new SonarAnalyzer.CSharp warnings.
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