ashmind / mirrorsharp

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

System.Linq can not use? #184

Closed yuzd closed 2 years ago

yuzd commented 2 years ago

thank you for this nice editor but linq can not use,does extention method can not be resolved?

image

ashmind commented 2 years ago

Thanks for asking! Specific assemblies that you can reference are configurable -- e.g. in Demo you can add new assemblies anywhere here: https://github.com/ashmind/mirrorsharp/blob/0153d554f8034c3f27d82a9299b2822594987a7c/AspNetCore.Demo/Startup.cs#L45-L48

yuzd commented 2 years ago

image

nice work!