-
Merge the following DLLs into one (`Microsoft.CodeAnalysis.Razor.Compiler`):
- `Microsoft.AspNetCore.Razor.Language` (move into folder `Language`)
- `Microsoft.CodeAnalysis.Razor` (move into folder …
-
I'm just started writing a source generator, and I'm finding that Visual Studio is caching source generators aggressively, and it's making it very hard to do iterative development.
This is what I'…
-
Type: Bug
## Issue Description ##
when using source generator, the language server request textDocument/definition failed.
## Steps to Reproduce ##
using vscode open my [repo](https://gith…
-
**Is your feature request related to a problem? Please describe.**
Not a problem.
**Describe the solution you'd like**
# Overview
The intent is to start incorporating source generators into CS…
-
Hi, I remember hearing from someone that support for frameworks written with the new libraries would be in VS 17.10 Preview 2 for discovering and running tests.
I'm still getting errors.
I also …
-
Type: Bug
## Issue Description ##
FAR fails when a reference is source generated.
## Steps to Reproduce ##
1. Open https://github.com/dotnet/roslyn/blob/d5b0756b8e2692782afa605be612deed93e447ab/s…
-
**Version Used**:
Visual Studio 17.0.1 (newest)
Microsoft.CodeAnalysis.CSharp.Workspaces 3.11.0
**Steps to Reproduce**:
1. Create project `BaseProject`
2. Create project `AppProject`
3. Ad…
-
## Issue Description ##
Errors when using Cmd+T
## Steps to Reproduce ##
1. Open VSCode (any .NET project)
2. Press Cmd+T and start typing the name if the item you want to find
## Expected Be…
-
Precisely, it's the last 3 commits. I guess the package manifest was somehow broken.
I couldn't build the project anymore.
I've tried to clone the repository to the new directory but nothing chan…
-
### Description
Here is my repository that duplicates the bug.
https://github.com/musictopia2/FailPublishSample
If you do publish and choose self contained, then the problem always happens.
###…