-
Type hints help catch certain errors, document the code base, help static analyzers (like [mypy](http://mypy-lang.org/) or Google's [pytype](https://github.com/google/pytype)) and linters in IDEs, and…
-
### Analyzer
**Diagnostic ID**: [CA1822](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/CA1822:): `Mark members as static`
### Analyzer source
**SDK**: [Built-in …
-
### Background and motivation
If any disposable fields are present in the application (i.e. `App.xaml.cs`) the default analyzers will suggests implementing `IDisposable` on the application class. The…
-
the rocketry embedded standard (still wip) decided that each project is responsible for implementing their own coding safety standards (or not implementing).
since processor board has potential to …
-
Some existing projects are using the esc-pos-encoder version because of the typescript version. The deprecation of that library would impact in some static code analyzers/vulnerabilities checks due to…
-
Many of them are free! GCC and Clang also offer sanitizers!
ghost updated
6 months ago
-
### Description
Function app encounters runtime issues, particularly around unable to resolve services during dependency injection.
We are engaging with the OneBranch team to avoid this issue in…
jviau updated
2 weeks ago
-
- https://github.com/dotnet/roslyn-analyzers/blob/80ac9265df5c8d70cbb25b57057b0f2772ed7d2a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/Runtime/AvoidConstArrays.cs#L61
I don't see why the an…
-
Currently, [`includes`](https://bazel.build/reference/be/c-cpp#cc_library.includes) is misleading, since the name does not in any way reflect the fact that the headers will be included as system heade…
-
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…