You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started something similar for "monaco" editor, but It's not yet as good as yours.
Is it possible to use your API's without the hosting logic?
For me it is also important to hand over additional dlls to search for types.
I also thought to use internal Roslyn APIs like RoslynPad does, but never found the time. And seems you wrap the already?
The text was updated successfully, but these errors were encountered:
Is it possible to use your API's without the hosting logic?
Likely not easy, while you can reference MirrorSharp.Common, I made some APIs internal for now, as it takes a bit of effort to polish them enough for reuse. You can always use https://github.com/aelij/IgnoresAccessChecksToGenerator to access them if you really want, though it might break between versions.
I've started something similar for "monaco" editor, but It's not yet as good as yours.
Is it possible to use your API's without the hosting logic?
For me it is also important to hand over additional dlls to search for types.
I also thought to use internal Roslyn APIs like RoslynPad does, but never found the time. And seems you wrap the already?
The text was updated successfully, but these errors were encountered: