Juliano Leal Goncalves

Results 86 issues of Juliano Leal Goncalves

From the looks of it, this library has custom in-memory caching of the secrets it reads from AWS Secrets Manager. At the same time, there exists a supported library from...

Is there any work regarding a version of this library for the CosmosDB provider? I ran into a situation today where I needed to handled the `DbUpdateException` and after some...

# Issue that does not fit into other categories **What are you trying to achieve?** I have a project that relies on a low level TCP connection and uses the...

enhancement

### Description The `IAsyncEnumerable` type was introduced in C#8 to allow for async streams of data (basically, iterator blocks that can `await` for inner tasks to produce values and can...

feature
api-suggestion

### Description The `SatisfyRespectively` method is a great way to validate fixed elements in a collection, and I've been using it extensively since it was recently introduced. However, I've come...

api-suggestion

I had the following code in one of our unit test: ``` using (new AssertionScope()) { logContents.Should().ContainAll(VerboseMsg, FatalMsg); logContents.Should().NotContainAll(WarningMsg, ErrorMsg); } ``` Then, I thought that I could simplify this...

enhancement

I had a custom requirement, to apply multiple transforms to files during the build (similar to the question raised here https://github.com/Microsoft/slow-cheetah/issues/145) but I stumbled upon a weird behavior: after inspecting...

I noticed significant flicker and erratic cursor movement when picking and dropping items in inventory. ![FlickerItemSelection](https://user-images.githubusercontent.com/461579/94627364-b8466000-0293-11eb-870f-63eada547a13.gif) Notice how the dagger moves up and down on selection, and how the sword...

bug
vanilla

Is there any way Rebus could support a pull-based strategy for retrieving messages, instead of relying on a background worker to simulate push-based events? This week I went through a...

In [another issue](https://github.com/safakgur/guard/issues/58), [it was mentioned](https://github.com/safakgur/guard/issues/58#issuecomment-1001600655) that Guard v2 would probably be coming by March. This question is to check on the current status of v2, and if there is...

question