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
The current Microsoft.Orleans.OrleansServiceBus package has a dependency on an older version of Microsoft.Azure.EventHubs which is incompatible with .NET5.
When running the SiloHost, you will encounter an exception similar to:
System.InvalidOperationException
HResult=0x80131509
Message=Operation is not valid due to the current state of the object.
Source=Microsoft.Azure.Amqp
StackTrace:
at Microsoft.Azure.Amqp.Transport.TransportStream.Flush()
The current Microsoft.Orleans.OrleansServiceBus package has a dependency on an older version of Microsoft.Azure.EventHubs which is incompatible with .NET5.
When running the SiloHost, you will encounter an exception similar to:
This has been detailed in another GH issue:
Azure/azure-amqp#165
Explicitly adding the latest version (currently 4.3.1) of Microsoft.Azure.EventHubs package resolves this exception.
The text was updated successfully, but these errors were encountered: