Reputation: 257
I am using Roslyn for creating Single File Generators. Under certain conditions I'd like to report an error. I am using IVsGeneratorProgress.GeneratorError function to add the error to the error list. However, I also want to have some code underscored with red line to indicate an error. How do I achieve that?
Thanks
Upvotes: 1
Views: 98