Rustam
Rustam
Hello, are there any plans for this issue?
> * `X-ISO-10646-UCS-4-2143` > > * `X-ISO-10646-UCS-4-3412` See https://stackoverflow.com/q/18518730
Sorry I don't understand this error https://dev.azure.com/dnceng-public/public/_build/results?buildId=392941&view=logs&j=882ba401-d5d6-57d5-a958-980a439dbeb8&t=03421b2c-e47d-52ac-cb71-f3db07decb69&l=3480 ``` Failed FSharp.Editor.IntegrationTests.CodeActionTests.UnusedOpenDeclarations (VS2022) [5 s] Error Message: System.Threading.Tasks.TaskCanceledException : A task was canceled. Stack Trace: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at FSharp.Editor.IntegrationTests.Helpers.LightBulbHelper.d__0.MoveNext() in /_/vsintegration/tests/FSharp.Editor.IntegrationTests/Helpers/LightBulbHelper.cs:line...
> @rstm-sf It's now a runtime breaking change (since new exception will be thrown at runtime, if `Post` is called on a disposed instance of the mailbox), I propose we...
@ashmind just ping
> I don't think we should implicitly change global state by registering the encoding provider. If you register on side the library, it will only be on the library side....
I only suggest simplifying the use of the library to users of the .NET Core platform (in fact, this is the main central audience)
I checked it several times on netcore 3.0. But I’m ready to check again, having already created a demo solution, to be sure that I was not mistaken :) (Sorry,...
> I checked it several times on netcore 3.0. But I’m ready to check again, having already created a demo solution, to be sure that I was not mistaken :)...
> @rstm-sf Thanks, but alas the tests depend on run order. The tests run alphabetically and fail if you rename them to f.ex TestA and TestB Wow! Thank you for...