Dima Enns

Results 4 issues of Dima Enns

## What changed? Similar to the IValueConverters in the [LambdaConverter-project](https://github.com/michael-damatov/lambda-converters) the DropHandlers (IDropTarget) and the DragHandlers (IDragSource) could be implemented more conveniently with the "Lambda"-pattern. Instead of writing a whole...

Hi, I think it would be awesome if the C# 9.0 init-accessors for properties would be supported. Consider following example: ```csharp public interface IRunnable { void Run(); } internal class...

In order to quickly demonstrate the issue and compare with other unit testing frameworks, I've created example tests: https://github.com/Yeah69/AsyncTesting However, this issue caused me confusion in unit test that I...

Hi, I like the PrimaryConstructor project. But I noticed that it doesn't have support for nested types. So I've decided to contribute it.