-
**Version Used**:
5.0.100-preview.8.20417.9
**Steps to Reproduce**:
1. Add a new project to the [source generator sample](https://github.com/dotnet/roslyn-sdk/tree/master/samples/CSharp/Sourc…
-
## Current behavior
We have heard reports from the community that this error appears when switching projects or between platforms but identifying the root cause has been elusive. If this happens to…
-
I've been working on an approach to unit testing/debugging a source generator within in Visual Studio. My approach uses the Roslyn APIs directly to compile source and invoke the `CSharpGeneratorDriver…
-
**Version Used**:
5.0.100-rc.1.20452.10
**Steps to Reproduce**:
1. Clone https://github.com/trampster/JsonSrcGen
2. cd UnitTests
3. dotnet-sdk.dotnet test
**Expected Behavior**:
Generate…
-
We've built [an analyzer](https://github.com/dotnet/designs/blob/master/accepted/2020/platform-exclusion/platform-exclusion.md) that allows an API to be marked as unsupported for a given set of platfo…
-
## I'm submitting a...
I would like to have instructions on how to build Uno on a Mac, there does not seem to be a way of compiling the solution on a Mac, the out-of-the-box experience crashes …
-
I'm terribly embarrassed.
For the last few months I've been working on a tool called LeMP that adds new features to C#. I recently published its "macro" reference manual. This month I was going to …
-
Often when writing software, we find ourselves repeatedly typing similar logic over and over again, each time just different enough from the last to make generalizing it into an API impractical. We re…