-
Blocked on WIP in analyzer.
```
Invalid argument(s): InterfaceType(s) can only be created for declarations
package:analyzer/src/dart/element/type.dart 479:7 new Interfa…
-
## Background and Motivation
## Proposed Analyzer
For middlesware that are registered automatically by the WebApplication, consider a refactoring to manually add them back to the application…
-
Macro crashes on this code: `param.type.code`.
## Macro Example
```dart
@FunctionalWidget()
void myComponent(int a) {}
import 'package:macros/macros.dart';
macro class FunctionalWidget i…
-
The 'sort members' operation should not make changes except when necessary because of moving a member to the correct location, but it appears to not be stable when some members have a blank line betwe…
-
## Background and Motivation
- Recommend returning `TypedResults` instead of `Results`
- Recommend adding the `Results` return type to your class
```csharp
app.MapGet("/", (int id) => Som…
-
In Visual Studio 2019, the Roslyn analyzer suggests converting an anonymous type to a tuple within an Expression Tree.
I encountered this while doing a LINQ Join, but can be reproduced with a simp…
-
Homogenize parameters in configuration of Analyzers and Responders.
Different terms exist in analyzers when defining api for example (`api`, `key`, `api_key`, `apikey`, ...). same thing for usernam…
-
While testing #40285 the CI came up with this error
> Rule1 : https://raw.githubusercontent.com/cms-sw/cmssw/master/Utilities/ReleaseScripts/python/cmsCodeRules/config.py
> Search for "using names…
-
Ideally, we wouldn't need a coding guideline if we have analyzers which enforce a standard for using implicit/explicit types.
Besides consistency, the goal is reducing PR Review time identifying and …
-
The static code analyzer Coverity Scan reports 330 open issues (after #5995 is applied) for the current git master branch. A quick review of those issues shows that at least some of them are real bugs…