Thiago Silva

Results 8 issues of Thiago Silva

Is there a way to bypass the cache when the underlying cache provider is down? For example, using a remote Redis cache, if the server is not available, a call...

I'm curious to understand, given this implementation, how you recommend handling the scenario where a message (e.g. queue) needs to be dispatched, ala domain events style, from a command handler,...

Is there any way to programmatically render the tag helpers (e.g. from a custom base `RazorPage` type with the final bundle name and version appended? I am porting some code...

I have installed the tool globally using: `dotnet tool install -g dotnet-depends` When I try to run it pointed at my `.csproj` file, I get an error message: **No executable...

I am randomly getting this unhandled exception, `SAML2.Saml20Exception: Unknown identity provider`, when my users try to log out after having previously logged in. Here's the Stack Trace: ``` SAML2.Saml20Exception: Unknown...

enhancement
help wanted

I noticed that for v2.0, you added a comment at the top of the README which states this plugin now enables tracing via CloudFormation, instead of making calls to the...

@CymaticLabs @meverett, I just realized that `ConnectionFactory.AutomaticRecoveryEnabled` is explicitly set to `false`: https://github.com/CymaticLabs/Unity3D.Amqp/blob/42ca5de66fcda21ef6a4040bade99118b2ad6374/src/CymaticLabs.Unity3D.Amqp/RabbitMq/RabbitMqBrokerConnection.cs#L335 Also, there's no property in this `RabbitMqBrokerConnection` wrapper that enables the consumer of this lib to set...

We have a unity game that loads a few DLLs that we wrote in a separate class lib project. I'd like to open a connection to RabbitMQ from the lib...