Alex P. Scigalszky

Results 9 comments of Alex P. Scigalszky

@codams can you start with this? How can I help you?

resolved with PR https://github.com/typicode/json-server/pull/1295

There is an option that is to add the suffix "Async" to all those methods that need to be asynchronous. I'm not well-oriented to that approach but it's an option...

@ElectNewt I finish and it runs completely on my machine 😄

I was searching the places this situation happens. I found that only appear on dependency injection situations Look all the `.Result` places: ![image](https://user-images.githubusercontent.com/20727215/205163556-434d9e1d-2ba8-4dd8-b0e9-05f268057d9f.png) There are many places to touch but...

@ElectNewt I already did a big part of this changes (just to be sure my idea is good). Now I finish all changes that you can see in this PR...

It took a long time but finally, I did it! I create an async version of DefaultDistribtWebApplication.Create() method Please, feel free to review and comment on any improvement in the...

Maybe it's a good place to implement Memoization (I've never do that).. Maybe something like this ```csharp public async Task Get(string path) where T : new() { VaultClient client =...