-
#### Analyzer package
Desktop.Analyzers
#### Analyzer
CA3075: DoNotUseInsecureDTDProcessing
#### Repro steps
Next code fragment reports CA3075, which seems appropriate.
``` csharp
public s…
-
As of #29 mentioned, the usage of flex entity will break some static analyzer. It might be a good idea to add `hoa\devtools` to suggest package.
ghost updated
6 years ago
-
### Analyzer
**Diagnostic ID**: [CA2213](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
### Describe the improvement
Classes that implement IAsyncDisp…
-
- [NLN - Infra Team Upgrade Status](https://dev.azure.com/Payoneer/Payoneer/_wiki/wikis/Payoneer.wiki/9406/NLN-Infra-Team-Upgrade-Status)
- [Old Open API](https://dev.azure.com/Payoneer/Payoneer/_wik…
-
I got a false negative error when compiling the following program with Clang (trunk) `-Xanalyzer -analyzer-output=text --analyze -Xanalyzer -analyzer-checker=debug.ExprInspection` in https://godbolt.o…
-
We can annotate disabled methods which throw `UnsupportedOperationException` (i.e mutation methods on `Collection`) in order to provide an extra clue for static analyzers and IDEs about them.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR30756](https://bugs.llvm.org/show_bug.cgi?id=30756) |
| Status | NEW |
| Importance | P normal |
|…
-
Consider:
```dart
void main() {
Foo f = FooCase(S("abc"));
switch (f) {
}
}
sealed class Foo {}
final class FooCase implements Foo {
final T t;
const FooCase(this.t);
}
…
-
### Analyzer
**Diagnostic ID**: [CA2252](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2252): `Using both 'static' and 'abstract' modifiers requires opting into prev…
-
CodeQL's ability to do numerous checks and allow people to develop their own checks makes it a wonderful tool. However, I feel that a freely available sound static analysis tool that is comparable to …
ryao updated
10 months ago