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

build(deps): bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.7 to 2.9.8 #435

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.7 to 2.9.8.

Release notes

Sourced from Microsoft.CodeAnalysis.FxCopAnalyzers's releases.

v2.9.8

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.

Contains the following important changes on top of the v2.9.7 release.

Fixes

  • Fixed performance regression for most analyzers relying on tainted data analysis. Affects rules CA3001-CA3012 and CA5389.
  • Improved performance for dataflow analysis rules.
Commits
  • 1d07ec7 Merge pull request #3062 from dotpaul/fix
  • f2d5870 Lazily creating CFG
  • 070f56b Merge pull request #3050 from LLLXXXCCC/RemoveExtraValueContentAnalysis
  • 1a63d89 Merge pull request #3058 from mavasani/PerfFixes
  • e6b0441 Use update instead of Add invocation to handle existing keys
  • 3a02a74 Track the reachable PointsTo values during PointsToAnalysis to ensure that ne...
  • 4e94ce4 Add more unit tests - couple of these pass prior to this fix and fail with th...
  • efd756e Refactor TrackedEntitiesBuilder to not expose the underlying tracked entities...
  • 3794cc9 Further optimization to delay merging values until required
  • 5f67d69 Performance fix for AnalysisEntityMapAbstractDomain.Merge algorithm
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.9.7 to 2.9.8.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@v2.9.7...v2.9.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team November 27, 2019 00:12
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 27, 2019
@codecov
Copy link

codecov bot commented Nov 27, 2019

Codecov Report

Merging #435 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
- Coverage   66.85%   66.77%   -0.08%     
==========================================
  Files          70       70              
  Lines        3943     3943              
  Branches      394      394              
==========================================
- Hits         2636     2633       -3     
- Misses       1235     1237       +2     
- Partials       72       73       +1
Impacted Files Coverage Δ
src/Splat.NLog/NLogLogger.cs 73.74% <0%> (-0.84%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc46036...6c3dbea. Read the comment docs.

@RLittlesII RLittlesII merged commit 05a3967 into master Nov 28, 2019
@RLittlesII RLittlesII deleted the dependabot/nuget/Microsoft.CodeAnalysis.FxCopAnalyzers-2.9.8 branch November 28, 2019 17:26
@lock lock bot locked and limited conversation to collaborators Feb 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant