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

Bump Microsoft.CodeAnalysis.NetAnalyzers from 6.0.0 to 7.0.0 #1374

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps Microsoft.CodeAnalysis.NetAnalyzers from 6.0.0 to 7.0.0.

Release notes

Sourced from Microsoft.CodeAnalysis.NetAnalyzers's releases.

NetAnalyzers 7.0.0

Release build of Microsoft.CodeAnalysis.NetAnalyzers containing first-party code quality analyzers ("CAxxxx rules").

Added

  • Globalization
    • CA1311: Specify a culture or use an invariant version -- Enabled by default
  • Interoperability
    • CA1420: Property, type, or attribute requires runtime marshalling -- Enabled by default
    • CA1421: This method uses runtime marshalling even when the 'DisableRuntimeMarshallingAttribute' is applied -- Enabled by default
    • CA1422: Validate platform compatibility -- Enabled by default
  • Performance
    • CA1850: Prefer static 'HashData' method over 'ComputeHash' -- Enabled by default
    • CA1851: Possible multiple enumerations of 'IEnumerable' collection
    • CA1852: Seal internal types -- Enabled by default
    • CA1853: Unnecessary call to 'Dictionary.ContainsKey(key)' -- Enabled by default
    • CA1854: Prefer the 'IDictionary.TryGetValue(TKey, out TValue)' method -- Enabled by default
    • CA1855: Prefer 'Clear' over 'Fill' -- Enabled by default
  • Reliability
    • CA2019: Improper 'ThreadStatic' field initialization -- Enabled by default
    • CA2020: Prevent from behavioral change -- Enabled by default
  • Usage
    • CA2259: 'ThreadStatic' only affects static fields -- Enabled by default
    • CA2260: Use correct type parameter -- Enabled by default
Commits

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 dependabot bot requested a review from a team as a code owner December 8, 2022 14:01
@dependabot dependabot bot added the dependencies Changes for a dependency update label Dec 8, 2022
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch from 6769d8e to 52fcfb0 Compare December 13, 2022 14:35
@BernieWhite
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch 4 times, most recently from f091055 to 3a4a2f6 Compare December 19, 2022 11:20
@BernieWhite
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch from 3a4a2f6 to 3d28c9c Compare December 21, 2022 04:09
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch 5 times, most recently from 41806f0 to c69ffcb Compare January 14, 2023 06:24
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch 3 times, most recently from 7e7f7dc to 452e959 Compare January 23, 2023 18:01
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch 2 times, most recently from 060207d to 911f919 Compare February 1, 2023 01:43
Bumps [Microsoft.CodeAnalysis.NetAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.NetAnalyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch from 911f919 to 9d23c0a Compare February 3, 2023 14:48
@BernieWhite BernieWhite merged commit bc06ea4 into main Feb 4, 2023
@BernieWhite BernieWhite deleted the dependabot/nuget/Microsoft.CodeAnalysis.NetAnalyzers-7.0.0 branch February 4, 2023 14:28
@BernieWhite BernieWhite mentioned this pull request Mar 2, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes for a dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant