-
While developing a msgpack serializer sample for this repo, I tried running Live Unit Testing under Visual Studio. It failed. The build log showed this:
```
15:58:32.349 3>TypeShape.Tests.FSha…
-
Running `build.cmd -a` on roslyn, i get:
```
C:\github\roslyn\src\Compilers\CSharp\Portable\CSharpSyntaxGenerator\CSharpSyntaxGenerator.SourceGenerator\Syntax.xml.Main.Generated.cs(4565,44): error…
-
Is it possible to run on Mac? I cloned the project and followed the guide but I get this error when I try to run it
```
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore..…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Ignored or Blocked
These are…
-
Can I use Sourcegenerator in your app? If yes, how?
(link: https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview)
I tried but nothing happens
My code in Progra…
-
**Version Used**: 3.3.0
**Steps to Reproduce**:
Add a NuGet package reference to `Microsoft.Net.Compilers` and attempt to build on .NET Core on non-Windows.
[crash-on-compiler-package.zip](ht…
-
After upgrading a test project from .NET Core 2.0 to 2.1 I started getting the following error on build:
Error Package restore failed. Rolling back package changes for 'Api.Tests'.
Er…
-
# Problem Description
When referencing a source generator the syntax highlighting of classes randomly stops working:
![image](https://user-images.githubusercontent.com/33608497/125862337-f42282…
-
I'm trying to get Source Generators to work, and first followed the samples provided in [this](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) article, which simply didn't work…
-
#### Bug description
There is a namespace lets say "Foo" that contains a public struct type "Bar". This namespace and type is external (in a package) so I write custom formatters and resolvers for …