-
# What is currently missing?
There are different ways to write Java (curly braces on same line vs newline, naming conventions), we should programatically decide on the way the project should be w…
-
### Analyzer
**Diagnostic ID**: [CA1822](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822):
### Analyzer source
**NuGet Package**: [Microsoft.CodeAnalysis.Ne…
-
* No linter is currently run on the Solidity code in CI.
* `Cargo.toml` files in examples are not currently covered by Cargo sort.
* `Cargo.lock` files are not ensured to not change.
-
Request to get analyzer list just hangs. Specifically > return Client.ListAnalyzersAsync().Result
This ultimately calls an http client request.
My code is directly from the sample app.
**Here is…
-
Native developers often rely on various static analyzers. These analyzers need access to the argument used during compilation. Some compiler options aren't accessible to the plugin author as they are …
-
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 (…
-
This is my first relatively successful attempt to enable AppVeyor build ([1.1.3build3](https://ci.appveyor.com/project/pywinauto/comtypes/build/1.1.3build3)) on 8 Pythons. AppVeyor uses `Windows Serve…
-
-
GCC 13.1 is now out. We should review its analyzer options, e.g.: https://gcc.gnu.org/gcc-13/changes.html
I think it'd make sense to maximally enable the analyzers in most cases... but I'm happy to h…
-
Some of the .NET test cases are not up to date.
e.g. [Module Initializers](https://khalidabuhakmeh.com/module-initializers-in-csharp-9) were introduced in C# 9.0, but currently _analyzers/its/sources…