ashmind / mirrorsharp

MirrorSharp is a code editor <textarea> built on Roslyn and CodeMirror
BSD 2-Clause "Simplified" License
219 stars 39 forks source link

Use MirrorSharp with Source Generators #183

Open joelpryde opened 2 years ago

joelpryde commented 2 years ago

Is there a way to use MirrorSharp with the new source generator feature in .net5 and .net6? I've found MirrorSharpCSharpOptions.AnalyzerReferences but this doesn't seem to work for source generators.

ashmind commented 2 years ago

Thanks for asking! At the moment source generators are not something I have tested for -- would need a separate investigation.