-
The RESX code generation does not respect the `` metadata item on a `` item.
For example, the following:
``` XML
Microsoft.VisualStudio.Editors.Designer.resources
Designer
…
-
Using:
![image](https://github.com/dotnet/roslyn/assets/4564579/d0a456fe-18cb-4b07-a261-d90a0cbbb682)
Repro steps.
1. Build Roslyn.sln.
2. Build Roslyn.sln again
First time succeeds with…
-
It appears there's a bug in the SDK's enforcement around project references and AOT compile. If you're doing an AOT compile, all the dependencies are checked for being a valid TFM for AOT, which 100% …
-
A script with a Source Generator fails to compile when run although intelli-sense shows that a Source Generator has run (at least during edit time) as correct xml-doc was made for the partial method.
…
-
Hi,
I'm working on Static Analysis tool which uses Roslyn parser. However, I'm unable to analyze .cshtml files directly so I've found that during compile process in intermediate directory (/obj) .cs…
-
Reason for this issue:
.NET SDK generally would mean support for [any language on the .NET runtime](https://learn.microsoft.com/en-us/dotnet/fundamentals/languages)
- F#
- C#
- VisualBasic
…
-
I want to add this to my list of Roslyn Source Code Generator
[ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)
but I n…
-
Today, razor tooling hosts the razor compiler in order to create design time documents. These are then injected into the Roslyn workspace via `IDynamicDocumentInfoProvider`.
Because the Roslyn work…
-
I think generators could be their own package outside of Uno.UI package.
We can potentially ship multiple packages:
- One specifically for Uno generation (e.g, `Uno.UI.Generators.Legacy`)
- O…
-
The nature of the C# driver means that it needs to see all csc invocations for a build. Today that is achieved by [disabling shared compilation][shared] during build. That unfortunately creates a sign…