Oldřich Dlouhý

Results 2 issues of Oldřich Dlouhý

The `AsyncRequestHandler` class hides the `Handle` method, requiring tests to explicitly type the tested handler as IRequestHandler. Consider following code: ``` CSharp public class MyRequest : IRequest { } public...

With Visual Studio 2019 new [Git experience](https://devblogs.microsoft.com/visualstudio/exciting-new-updates-to-the-git-experience-in-visual-studio) was introduced as preview feature. Part of this is new Git Changes view. Unfortunately the Commit Formatter does not work in this view....