Yevheniy Tymchishin
Yevheniy Tymchishin
A workaround is here https://github.com/dotnet/wpf/issues/6792.
I have the same problem on .NET 8. On .NET 7 works fine.
I have the same problem when trying to get SyntaxGenerator for my source generation purposes. The creation of `AdhocWorkspace` causes the exception: ```csharp try { var syntaxGenerator = SyntaxGenerator.GetGenerator(new AdhocWorkspace(),...
@mcallaghan-geotab I have Visual Studio 17.9 on my another PC, I didn't update that to 17.10 and I don't have the problem there. But @sharwell mentioned I have a different...
Updating `Microsoft.CodeAnalysis.CSharp.Workspaces` package from `4.9.2` to `4.10.0` in my source generator project has fixed the problem.
The problem is that PIXI.TextInput plugin uses plain html elements (<input> and <textarea>) to provide such rich functionality, what is not stick with Pixi "rendering engine" philosophy.