ig-sinicyn
ig-sinicyn
Will update with things planned for CJ 3.1. Feel free to suggest additions to the list:) * Add helpers for IAsyncDisposable * Add support for IAsyncDisposable to AsyncLock.
Good day here:) I have meet multiple issues with route templates that seems to be widespread (#1264, #1067, #649 etc). As a workaround I've implemented custom logic for route template...
This PR 1. Adds cancellation token support for TaskClient Listen()/Start() methods. 2. Adds cancellation support for enqueued tasks. * I've added JsonSkipCancellationTokenConverter to ensure same logic will be applied even...
**Motivation:** We start Gofer task client from .net core hosted service. We use the [BackgroundService.ExecuteAsync()](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services#backgroundservice-base-class) method that expects that underlying code will exit on cancellation. We've imitate cancellation support with...
Hi! I am trying to write perf tests for new implementation of some code and I want to compare its performance with the old version. Ideally I want to mark...
### Describe the bug HTTP PUT /api/Clients/{id} inserts new claims instead of updating the client claims list. ### To Reproduce 1. Receive client json (we 're using admin api swagger)....
Real-world typo: ```cs var newGuid = new Guid(); // Guid.NewGuid(); assumed ```
Explanation, [msdn](https://msdn.microsoft.com/en-us/library/system.reflection.assembly.getcallingassembly%28v=vs.110%29.aspx) > If the method that calls the GetCallingAssembly method is expanded inline by the just-in-time (JIT) compiler, or if its caller is expanded inline, the assembly that is...
I'm going to spend some time in order to revive the project and release a new major version. The primary goals are the following (issues/PRs to be linked). - [...
As a part of #152 : We have pretty basic .\CodeJam\Build\BuildScripts\CodeJam.Main.Push.bat I'd prefer to have a script (or may be a release pipeline) that will build the project with specified...