-
Context: https://github.com/dotnet/runtime/pull/109772#issuecomment-2474856235
It would be nice if the analyzer could warn on DynamicallyAccessedMembers annotations that preserve more than is necessa…
-
Hello, I am using Pyvrilog's dataflow analyzer. But it is very strange that he saw an error in the process. The error does not seem to be due to my code, but to the fact that there is no module named …
-
The compiler generated backing field of properties can generate warnings in the trimmer that aren't found in the analyzer. For example, this getter returns an unannotated field in IL and will warn in …
-
Analyzer will not warn that an element of a multidimensional array does not satisfy DAM constraints.
ArrayDataFlow.cs:
```C#
// Multidimensional Arrays not handled -- assumed to be UnknownValue
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39699](https://bugs.llvm.org/show_bug.cgi?id=39699) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
| --- | --- |
| Bugzilla Link | [39699](https://llvm.org/bz39699) |
| Version | 7.0 |
| OS | All |
| Attachments | [tidy-minimal.c](https://user-images.githubusercontent.com/95090674/143758344…
-
**Version Used**:
**Steps to Reproduce**:
1. Open the solution in VS 2022 Enterprise
2. Open Program.cs
3. Wait for a few seconds
4. If you have just in time debugging, it will pop up
5. In…
-
In a build pipeline I run analyzers from Microsoft.NetCore.Analyzers.dll. One particular solution always hangs, when I capture a memory dump it is stuck in CA1303 DoNotPassLiteralsAsLocalizedParameter…
-
```csharp
static void Method(Type[] interfaces) {
foreach (Type i in interfaces)
i.GetMethods(); // warning here. IL2075 for analyzer, IL2065 for ILLink
}
```
The ILLink Roslyn ana…
-
Roslyn-analyzers repo currently has an experimental NuGet package for dataflow based analyzers `Microsoft.CodeQuality.Analyzers.Exp.nupkg`. We want to ship pre-release version of this package to NuGet…