-
```dart
mixin M {}
class A = void Function() with M;
main() {}
```
I see from `dart` run:
```
Crash when compiling file:///Users/scheglov/tmp/333/test.dart,
at character offset null:
type…
-
As ORT takes transparency and reproducibility of results serious, currently only local directories that are under version control can serve as the input to the analyzer. This is because for such "work…
-
I got a false positive error when compiling the following program with clang(trunk) `--analyze -Xclang -analyzer-stats -Xclang -analyzer-checker=core,debug.ExprInspection` https://godbolt.org/z/Pae9xq…
-
Doing massive scans of all the packages of a given ecosystem (say Maven, PyPi, etc.) I would like to:
- run the https://github.com/nexB/scancode-results-analyzer/ on each to determine where there are…
-
Fun, low-priority things to try out.
- [ ] [actions/dependency-review-action](https://github.com/actions/dependency-review-action)
- [x] [third-party static analyzers](https://github.blog/2020-10-05…
-
A macro can't generate two `augment` blocks for the same class.
macro.dart:
```dart
import 'dart:async';
import 'package:macros/macros.dart';
macro class MyMacro implements ClassDeclarati…
-
Looks like a macro can't accept lists as parameters although it can declare such parameters and have default values for them.
macro.dart:
```dart
import 'dart:async';
import 'package:macro…
-
Follow-up from review at https://github.com/dotnet/roslyn-analyzers/pull/2214#issuecomment-478129830
> > Is the severity Info the correct one for all of the rules?
>
> The severity should not _c…
-
**Version Used**:
Version 16.0.0 Preview 2.0 [28420.135.d16.0stg]
**Steps to Reproduce**:
1. Create a new Console App (.NET Core)
2. Change project to:
``` XML
Exe
netcor…
-
See the following nuget:
https://www.fuget.org/packages/Microsoft.Unity.Analyzers
This is a special nuget for a Roslyn Analyzer (so the interesting part is that an `analyzers` folder is used inste…