-
I believe there should be a lint to catch the scenario of having two or more queries which violate Rust's aliasing rules for components. I'd name it something like `query_conflict` and make it `deny` …
-
```c
void clang_analyzer_eval();
int main()
{
int a = 0;
int *c = (void *)0;
for (; a < 4; a++)
{
;
}
clang_analyzer_eval(a == 0);
clang_analyzer_e…
-
### Analyzer
**Diagnostic ID**: [CA2000](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000): `Dispose objects before losing scope`
### Analyzer source
**Versio…
-
[16:57:52 ERR] NuGet target in project.assets.json is still unavailable after restore. Please verify that the project has been restored.
[16:57:52 FTL] Package analysis failed (analyzer Transitive re…
-
### Describe the problem you are trying to solve
In the .NET Project System (and in CPS) we want to always be explicit about the comparison kind when comparing strings.
```c#
path1 == path2…
-
Certain parts of review updates and requests are moved to do after initial release (parts i think are good to do but are not showstoppers).
Pull requests which these are based on
https://github.co…
-
The backend can lists the nb of issues detected per analyzers on the last month, week, day, and detect a trend (or even a zero value).
This could be exposed as a simple read-only api endpoint and c…
-
There are many rules that are `CandidateForRemoval`s. I think it's a good idea to review them and deprecate some in .NET 8.
This is somewhat the opposite issue of https://github.com/dotnet/roslyn-a…
-
When creating the test corpus (i.e. The DInner and Harry Potter), Haidee explicitly asked for a txt version of the corpus, i.e. a file for each review that contains only the review text, and some meta…
-
### Checklist
- [X] I've searched for similar issues and couldn't find anything matching
- [X] I've included steps to reproduce the behavior
### Affected Components
- [X] K8sGPT (CLI)
- [ ]…