Clement Gutel
Clement Gutel
We are encountering the same issue. Copy/Paste works but Paste fails silently. You can even reproduce the issue in the [Playground](https://microsoft.github.io/monaco-editor/playground.html) on the current latest version 0.54.0 I don't think...
Here is an example where it works for example: https://graphql.org/swapi-graphql I think they use a slightly older version of monaco
@carmen-stw what is your work around for non mobile users?
We are running into the same issue
@Nils-Schiwek you're a legend. It works great, thank you! It even works without using debounce.
@nozzlegear I haven't had a chance to review the many changes that you have done recently. Once I do, I will be in a better position to comment on the...
I remembered that the generator currently excludes .NET framework because the `DateOnly` type is not supported in .NET Framework. I guess it could potentially generate a `DateTime` instead. 🤔 Do...
I had a try but unfortunately `DateOnly` is the easy part. The generated classes also heavily use default interface implementation, which is not supported on .Net Framework.  That being...