reactivemarbles / PropertyChanged

A lightweight property changed/binding framework. This is a incubator which is focused on fast binding and property changes.
MIT License
60 stars 9 forks source link

chore(deps): update dependency microsoft.codeanalysis.netanalyzers to v8 #313

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.CodeAnalysis.NetAnalyzers 6.0.0 -> 8.0.0 age adoption passing confidence

Release Notes

dotnet/roslyn-analyzers (Microsoft.CodeAnalysis.NetAnalyzers) ### [`v7.0.1`](https://togithub.com/dotnet/roslyn-analyzers/releases/tag/7.0.1): NetAnalyzers 7.0.1 [Compare Source](https://togithub.com/dotnet/roslyn-analyzers/compare/7.0.0...7.0.1) Release build of [Microsoft.CodeAnalysis.NetAnalyzers](https://www.nuget.org/packages/Microsoft.CodeAnalysis.NetAnalyzers/) containing first-party [code quality analyzers ("CAxxxx rules")](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/overview#code-quality-analysis). Contains bug fixes on top of [7.0.0](https://togithub.com/dotnet/roslyn-analyzers/releases/tag/7.0.0) release. #### What's Changed - \[release/7.0] Fix bugs found in MAUI repo by [@​buyaa-n](https://togithub.com/buyaa-n) in [https://github.com/dotnet/roslyn-analyzers/pull/6405](https://togithub.com/dotnet/roslyn-analyzers/pull/6405) **Full Changelog**: https://github.com/dotnet/roslyn-analyzers/compare/7.0.0...7.0.1 ### [`v7.0.0`](https://togithub.com/dotnet/roslyn-analyzers/releases/tag/7.0.0): NetAnalyzers 7.0.0 [Compare Source](https://togithub.com/dotnet/roslyn-analyzers/compare/6.0.0...7.0.0) Release build of [Microsoft.CodeAnalysis.NetAnalyzers](https://www.nuget.org/packages/Microsoft.CodeAnalysis.NetAnalyzers/) containing first-party [code quality analyzers ("CAxxxx rules")](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/overview#code-quality-analysis). ##### Added - Globalization - [CA1311](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311): Specify a culture or use an invariant version -- **Enabled by default** - Interoperability - [CA1420](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1420): Property, type, or attribute requires runtime marshalling -- **Enabled by default** - [CA1421](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1421): This method uses runtime marshalling even when the 'DisableRuntimeMarshallingAttribute' is applied -- **Enabled by default** - [CA1422](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422): Validate platform compatibility -- **Enabled by default** - Performance - [CA1850](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1850): Prefer static 'HashData' method over 'ComputeHash' -- **Enabled by default** - [CA1851](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851): Possible multiple enumerations of 'IEnumerable' collection - [CA1852](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852): Seal internal types -- **Enabled by default** - [CA1853](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1853): Unnecessary call to 'Dictionary.ContainsKey(key)' -- **Enabled by default** - [CA1854](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854): Prefer the 'IDictionary.TryGetValue(TKey, out TValue)' method -- **Enabled by default** - [CA1855](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1855): Prefer 'Clear' over 'Fill' -- **Enabled by default** - Reliability - [CA2019](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2019): Improper 'ThreadStatic' field initialization -- **Enabled by default** - [CA2020](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2020): Prevent from behavioral change -- **Enabled by default** - Usage - [CA2259](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2259): 'ThreadStatic' only affects static fields -- **Enabled by default** - [CA2260](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2260): Use correct type parameter -- **Enabled by default**

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.



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