Maksim Volkau

Results 82 issues of Maksim Volkau

https://github.com/dotnet/csharplang/issues/74#issuecomment-390397707

feature request

- F#: https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/object-expressions#:~:text=An%20object%20expression%20is%20an,interface%2C%20or%20set%20of%20interfaces. - Java: https://docs.oracle.com/javase/tutorial/java/javaOO/anonymousclasses.html Basically I always wanted this for the in-place `IDisposable` implementation, but other things could be useful too, e.g. quick Stub implementations in tests: ```cs...

Given the following code: ```cs using System; static class X { internal static bool TryGetUsedInstance(this IResolverContext r, int serviceTypeHash, Type serviceType, out object instance) { instance = null; return r.CurrentScope?...

bug

Knowing that the current `compileTime` directive is based on Roslyn scripting (C# interactive - CSI), I have started to look into other scripting limitations. What I found is a modern...

The branch: https://github.com/AutoMapper/AutoMapper/tree/FastExpressionCompiler

enhancement
help wanted
application

https://github.com/mikependon/RepoDb

help wanted
idea
application