Ilia Lopatkin

Results 4 issues of Ilia Lopatkin

И снова приветствую! Не уверен, что это баг, но с виду выглядит, что так. Последовал данному в другом вопросе совету и убрал передачу типа провайдера в конструкторы алгоритмов. Использую соответствующие...

I've implemented this feature while refactoring some stuff just for myself but thought that it might be useful for somebody else. The main idea here is that C# compiler by...

With code like this you'll have a "parameter name differs" warning: ``` public class Base { public virtual void Foo(int bar) { } } public class Derived: Base { public...

More reliable way to find "where" utility based on a real machine with Windows installed on D. I confirm that the pull-request: - [x] Follows the contribution guidelines - [x]...