-
If I open https://github.com/dotnet/roslyn-sdk/blob/main/samples/CSharp/SourceGenerators/SourceGenerators.sln from a fresh clone in VS I get a lot of errors when I open the demo files.
![image](htt…
-
### What are you generating using Kiota, clients or plugins?
API Client/SDK
### In what context or format are you using Kiota?
Nuget tool
### Client library/SDK language
Csharp
### D…
-
I am trying to serialize in Roslyn. I am generating C# source code in a .cs file, compiling the code using CSharpCompilation, and obtaining an Assembly to call functions inside it. Now I have encounte…
-
I'm working on a large project with more than 1000 entities. When I add a reference to EntityFrameworkCore.Projectables nuget package, it drastically deteriorates Visual Studio - Peek definition and G…
-
I've included 2 issues which are both related to INamedTypeSymbol.Constructors not returning information about a class.
The class in question has a private constructor with a public static Create()…
-
## Description
A single nuget package can contain multiple Roslyn analyzers with same content but different Roslyn versions.
This is to support older versions of Roslyn users.
Currently, this …
-
- [ ] Proposal added
- [x] [Discussed in LDM](https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-02-21.md#replaceoriginal)
- [ ] Decision in LDM
- [ ] Finalized (done, rejected…
-
### Description
```
Generator 'ComputeShaderDescriptorGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type…
-
When I run the following `dotnet publish --configuration Release ` on my Blazor WASM I get the error here below that doesn´t tell me anything useful
This is the content of my csproj if that helps
…
-
Merge the following DLLs into one (`Microsoft.CodeAnalysis.Razor.Compiler`):
- `Microsoft.AspNetCore.Razor.Language` (move into folder `Language`)
- `Microsoft.CodeAnalysis.Razor` (move into folder …