-
**Background**
We have an old application which used CodeDom to execute user scripts. We're migrating that application to Roslyn. It would be nice to include many of our code review rules as Roslyn A…
-
## Topic
`inheritdoc` supports `cref` so that you can inherit the documentation of specific members, but `CS1591` & `CS1711` & `CS1734` & `CS1735` are triggering when you have them on members desig…
-
``` C#
protected override ImmutableDictionary GetMap => s_getOutputTypeExMap;
protected override ImmutableDictionary SetMap => s_setOutputTypeExMap;
```
```
Severity Code Descript…
-
Roslyn now allows to delete type members. Deleted method bodies are updated to throw MissingMethodException or to call to the new method (WIP). The deletions are however not reflected in metadata retu…
tmat updated
3 months ago
-
Microsoft.CodeAnalysis.Testing.Lightup.ProgrammaticSuppressionInfoWrapper throws TypeInitializationException when there are suppressed diagnostics, from `Microsoft.CodeAnalysis` version 4.10.0
It t…
-
This proposes an alternative to #29010. Making `getSupportedCodeFixes` proxy-able by plugins means the client has to request the list of fixable error codes for each file - and theoretically everytime…
-
There are (at least) a couple of scenarios that would benefit with this additional information.
1) Go To Definition to a definition found in metadata for which source is retrieved from PDB (embedd…
-
I haven't had luck getting a repro with a debugger attached, but the I don't think the root cause is in the analyzer.
To repro, I've had to run `build.cmd`, touch src\System.Windows.Forms.Primitive…
-
The idea of being to able to produce "skeleton" assemblies (ie. metadata-only assemblies) came up a few times recently. Some benefits that were discussed:
- Ditching compilation references (perf/me…
jcouv updated
4 years ago
-
**Version Used**:
```
Branch master (8 Dec 2020)
Latest commit 60d947d by AlekseyTs:
Ensure that each generic local function gets its own container to cache dynamic call-sites. (#49802)
Fixes …