-
It seems that proposals to add [`readonly` local/parameter support to C#](https://github.com/dotnet/csharplang/issues/188) has stalled. This seems largely due to the feature being overly noisy given …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR30694](https://bugs.llvm.org/show_bug.cgi?id=30694) |
| Status | NEW |
| Importance | P enhancemen…
-
### Analyzer
**Diagnostic ID**: [CA2213](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213): `'MockRegistryConsumerMainLibs2' contains field '_aDisposable' that is o…
-
| | |
| --- | --- |
| Bugzilla Link | [38963](https://llvm.org/bz38963) |
| Version | trunk |
| OS | Linux |
| CC | @francisvm,@rui314 |
## Extended Description
void x(void) {
int *p = (int *)…
-
| | |
| --- | --- |
| Bugzilla Link | [30694](https://llvm.org/bz30694) |
| Version | unspecified |
| OS | All |
| CC | @AnnaZaks |
## Extended Description
It'll be good idea to add check which wi…
-
System information
- Environment: Google Colab, Vertex AI (`KubeflowV2DagRunner`)
- TensorFlow version: 2.8.0
- TFX Version: 1.7.0
- Python version: 3.7.12
---
Here's my `preprocessing_fn`…
-
See https://github.com/dotnet/roslyn-analyzers/pull/2699#discussion_r307550346.
-
Expected:
PointsToAnalysis treats String.Empty as NullAbstractValue.NotNull, with a singleton location.
Actual:
PointsToAnalysis treats String.Empty as NullAbstractValue.MaybeNull.
-
GCC warns on the following code:
```
#include
void f(char* dst){
std::memcpy(dst, "abc", 5);
}
```
```
: In function 'void f(char*)':
:4:16: warning: 'void* memcpy(void*, const voi…
-
I want to develop an analyzer to automatically identify entity framework related antipatterns. For example, the following is an example of loading redundant columns.
```
File: DataContext.cs
/// …