python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to debug Roslyn source generator in VS 2022?
Context
I was able to debug my source generator in VS 2019 by setting the project properties/debug Launch to Roslyn Component, then the target project combo to one of my consuming project:
Now this ...

g.pickardou
Votes: 0
Answers: 1
IntelliSense gives errors because it disregards (does not see) the source generator generated source, despite build gives no error
IntelliSense gives errors because it disregards (does not see) the source generator generated source, despite build gives no errors.
I've tried to build/rebuild multiple times. The generated source ar...

g.pickardou
Votes: 0
Answers: 1
Set a parent for nodes produced by SyntaxFactory
I am using CSharpSyntaxRewriter to traverse the syntax tree and SyntaxFactory to replace some of the nodes, for the purpose of my own C#-like DSL.
When I create a new node, e.g. a MemberAccessExpressi...
Isolin
Votes: 0
Answers: 0
how to generate html from cshtml
I need to validate if html has more then single h1 tag.
My project is mvc cshml razor files which requrires models.
How to generate full html from cshtml and mockup models ?
It that possible with Rosy...
kosnkov
Votes: 0
Answers: 0