-
Documentation: https://msdn.microsoft.com/en-us/library/bb531486.aspx
See https://github.com/dotnet/roslyn-analyzers/pull/1095#pullrequestreview-32708572 for issues.
-
#### Analyzer package
Could go into Microsoft.CodeQuality.Analyzers
#### Analyzer
Bringing this up for discussion, as I don't know what the best implementation would be.
`ICollection` deri…
-
Hello,
First of all, I wanted to say thank you for this project.
I just wanted to reach out, as I am facing an issue with the CodeClimate Docker image, as part of the GitLab CI/CD pipeline.
Wha…
-
```
Because makeComputingMap is deprecated in favour of CacheBuilder going forwards
```
Original issue reported on code.google.com by `mccu...@gmail.com` on 8 Aug 2013 at 10:39
-
See https://github.com/diffplug/spotless/tree/main/plugin-gradle#-spotless-plugin-for-gradle
The configuration that was found while experimenting with this in reactor/reactor-core#2726 is as follow…
-
## Details about Problem
NuGet product used: VS UI.
'Migrate packages.config to PackageReference' on a packages.config of a Test project.
NuGet version: 5.4.0
dotnet.exe --version: 4.8
VS…
-
The 2 analyzers above have overlapping behaviors, I would suggest to keep only one to reduce support.
See https://dev.azure.com/dnceng/public/_build/results?buildId=936800&view=results
-
### Analyzer
**Diagnostic ID**: [CA1017](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1017): `Mark assemblies with ComVisibleAttribute`
### Analyzer source
**…
-
These are part of the issues regarding to runtime test failures on Android arm64:
- [ ] #52781
- [x] #45568
-
I'm currently writing a CodeFixProvider which will provide possible fixes to existing Diagnostics based on pre-existing company guidelines/codebase.
But I cannot test it, as the original Diagnostic (…