-
Runtime repo has a different set of code quality analyzers applied to code. Recently coreclr/tools folder enabled these analyzers (https://github.com/dotnet/runtime/pull/74825). These analyzers fixed …
-
* Microsoft.CodeAnalysis.NetAnalyzers - consider opting into everything as error. Specifically see discussion on CA2016 in #3158
* Other analyzers under https://github.com/dotnet/roslyn-analyzers
…
-
### Analyzer
**Diagnostic ID**: [CA2013](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013): `Do not use ReferenceEquals with value types`
### Analyzer source
**SDK…
ygoe updated
12 hours ago
-
### Type of issue
Other (describe below)
### Description
Moved issue to .NET
Old issue: [https://github.com/MicrosoftDocs/visualstudio-docs/issues/5838](https://github.com/MicrosoftDocs/visualstud…
-
Static code analyzers like Coverity Scan or [LGTM](https://lgtm.com/projects/g/Transkribus/TranskribusCore/) show that there is still a large potential for code improvements.
The errors and warning…
-
https://github.com/dotnet/roslyn-analyzers/pull/5374 added the possiblity to add suppressions for [CA1305](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305) (`Specify …
-
**Describe the bug**
When submitting a pull request, a number of verifications on the code quality are made. While there can be a discussion on the interest of this (as nobody seems to really care 😉),…
-
Hello,
For a language to be able to replace another, C -> C3, it's essential that C3 must be compatible or offer the same code analysis tools.
Here's a list of tools with some examples:
- [x] Debug
…
-
## Summary
There doesn't seem to be a standard practice or idiomatic way to specify an "official" build that optional / expensive operations should key off of. Some common types of operations that wo…
-
Is there a function to save waveforms in spikeinterface (SortingAnalyzer extension or older WaveformExtractor) to NWB format?