nevermore
nevermore
Is there any workaround?
Add a nuget source and update the nuget version to 2.0.0-beta4.24324.3 Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json
An implementation of generic host for avaloniaui desktop app https://github.com/NeverMorewd/Hosting.Avaloniaui
Coming from 2025.....
I have not encoutered this issue in 2.1. After updating to 3.0, it occured once time. I will go with more test.
I suspect that it is related to this commit https://github.com/cyanfish/grpc-dotnet-namedpipes/commit/1767e2bf096242a2624029a4d0592652d0b44c62
> We are getting the same exception. Do you happen to have any updates on this? This exception occurred only in the virtual machine environment. When tested on physical hardware,...
Did you log NamedPipeServer.Error? It seems like we're having the same issue https://github.com/cyanfish/grpc-dotnet-namedpipes/issues/62
test codes: ```python def hello_world(): print('Hello, World!') for i in range(5): print(f'Count: {i}') # call hello_world() ```
remove the direct reference to ModelContextProtocol