-
I have a Unity project and the following happened when I was doing AOT compilation
vs2022 ver17.7.4: ok
Vs2022 ver17.8.3: fail
Vs2022 preview: fail
I suspect it has something to do with net8.0
-
Hi.
Trying to debug a .NET 6 Blazor WebAssembly project in VS Code on a Mac, but the breakpoints don't bind:
### Repro Steps
1. Create a Blazor WASM project:
```
mkdir BlazorClient
cd Bl…
-
Originally raised as part of an issue with Roslyn (dotnet/roslyn#52017), it was suggested that I raise it here to potentially get the ball rolling on this.
Basically from a user's point of view, ha…
-
**Is your feature request related to a problem? Please describe.**
In order for https://github.com/akkadotnet/akka.net/issues/3740 to have any real-world benefit, the `Journal` / `SnapshotStore` im…
-
[Enter feedback here]
```
```
^^this (on the page) doesn't work
```
Analyzer
False
```
^^ This works. capitol F in false is required.
Be sure to restart …
-
For example, the build output window displays this path
src\Compilers\CSharp\Portable\CSharpSyntaxGenerator\CSharpSyntaxGenerator.SourceGenerator\Syntax.xml.Syntax.Generated.cs
and, after double…
-
#### Bug description
Trying to build a project that has a class with an array of arrays member fails when the >=v3.0.111-alpha NuGet package is used. v3.0.54-alpha is the last working v3 version. W…
-
See https://stackoverflow.com/questions/69853257/sourcegenerator-attribute-constructorarguments-is-empty.
From the OP on Discord:
![image](https://user-images.githubusercontent.com/31348972/1413…
-
**Version Used**: VS 17.6
**Steps to Reproduce**:
Create a source generator, that loads an assembly with another source generator and delegates to it:
```c#
using Microsoft.CodeAnalysis;
us…
svick updated
1 month ago
-
Hi,
first of all thank you for developing this extension, it makes life really easier when it comes to localization in ASP.net core.
Unfortunately, the latest Visual Studio release 17.12.0 seeme…