-
**Brief description:**
The `csharp_space_around_declaration_statements` allows this:
````cs
var a = foo;
var bc = 123;
var some = thing;
````
But all the following have no support:
…
-
[GCC](https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html) and [Clang](https://clang.llvm.org/docs/ClangStaticAnalyzer.html) have static analyzers. It would be great if aro will had its ow…
-
* 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.
-
Possible RESOURCE_LEAK on scan:
```
56. bubblewrap-0.9.0/bubblewrap.c:1703:11: alloc_fn: Storage is returned from allocation function "load_file_data".
57. bubblewrap-0.9.0/bubblewrap.c:1703:11: va…
-
I have a .net 8 project and I am trying to setup build pipeline for it. It builds fine on my local setup in VS. However the build pipeline on Azure fails with following [erros](https://dev.azure.com/s…
-
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 (…
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
## Description
Certain advanced topics are not required for any beginner or intermediate users, but are helpful for the advanced users.
Following are such examples.
- Project API
- Compiler P…
-
After updating to EF7, when trying to add a migration I get an error with the following text:
```
An operation was scaffolded that may result in the loss of data. Please review the migration for acc…
srofi updated
3 weeks ago
-
Historically, the ORT analyzer has been pedantic about getting things right (i.e. resolving *exactly* the same dependencies as the build system does), and gathering *all* metadata known about a packag…