-
Looking for guidance on how to debug this.
**Version Used**:
4.4.0-2.22426.8
**Steps to Reproduce**:
1. Cross-compile from linux-musl-x64 to linux-musl-s390x roslyn
2. Attempt to build newst…
-
**Version Used**: Microsoft.CodeAnalysis.CSharp 4.3.0 for .NET 6
**Steps to Reproduce**:
1. Get compilation `var c = (CSharpCompilation)context.Compilation;`
2. Get globalnamespace and cast hi…
-
I was trying out Metalama today and encountered an issue trying add some code to extend the setter on a property in struct. A minimal example to reproduce the problem is below:
```C#
using Metalama.…
-
## Issue Description ##
I'm trying to use the sample project of DotNetJS (https://github.com/Elringus/DotNetJS). This project generates an interop between c# and js, using a source generator. When …
-
I added 'XamlGeneratorAnalyzerSuppressions' to the project file to no avail.
[Uno0001.zip](https://github.com/unoplatform/uno/files/9432884/Uno0001.zip)
_Originally posted by @DierkDroth in https://…
-
This issue was originally reported on sonar-dotnet: https://github.com/SonarSource/sonar-dotnet/issues/5466
# Reproduction steps
1. Download the repro project from here: https://github.com/Sonar…
-
### Current behavior
Code from example gives:
```
1>CSC : error UXAML0001: The type {using:xbindtwoway}MainPageBase could not be found
1>CSC : error UXAML0001: Processing failed for file C:\User…
-
`Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit` v1.1.1 references `Microsoft.CodeAnalysis.CSharp.Workspaces` old v3.8.0 version.
I found an issue (#891) related. However, according t…
-
[View Complete Diff of Changes](https://github.com/dotnet/razor-tooling/compare/61cc048d36a3fc9246d2f04625988b19a18ab8f0...937e26d8a8e61d79f07f9c5968059440699df6d4?w=1)
- [Fix shutdown issues from CL…
-
I wanted to try the source generator samples from this repository, but following the instructions in the respective README I just get compilation errors.
Steps to reproduce:
1. clone the `CSharp…