-
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…
-
### Tested versions
Reproducible in 4.2.2.stable [15073afe3]
### System information
Godot v4.2.2.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 (NVID…
-
Trying to install ZLogger on Unity 2023.2.13f1 with NuGetForUnity I get the following errors:
```
Assembly 'Assets/Packages/System.Text.Json.8.0.0/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.S…
-
It is a common Dart idiom to have a class with all-final fields, a const constructor, a toString, an operator==, and a hashCode function.
The latter two are boilerplate:
``` dart
@override
bool …
Hixie updated
2 years ago
-
## Environment data
`dotnet --info` output:
`dotnet ---info`
```
Host:
Version: 9.0.0-preview.5.24306.7
Architecture: x64
Commit: a5cc707d97
.NET SDKs installed:
…
-
Subscribe to this issue and stay notified about new [daily trending repos in C#](https://github.com/trending/c%23?since=daily).
-
Notes:
- I understand that this may be a false alarm, but I'm taking this opportunity to learn from experts!
- https://github.com/dotnet/roslyn-analyzers/blob/main/GuidelinesForNewRules.md redirecte…
-
I want to start a discussion about async/await. I could have opened this issue in roslyn repo, but I thought maybe it is relevant more to runtime, although if it makes more sense to be in that repo I …
-
**Failed in:** [runtime-coreclr jitstress-random 20240211.1](https://dev.azure.com/dnceng-public/public/_build/results?buildId=562014&view=ms.vss-test-web.build-test-results-tab&runId=13418178&resultI…
-
**Version Used**: 4.6.0-1.23076.1
**Steps to Reproduce**:
1. Reference the most recent Microsoft.CodeAnalysis.Analyzers package
2. Use CultureInfo.CurrentCulture in an analyzer or code fix
…