Joe4evr
Joe4evr
🤔 Do preconditions maybe fail overload resolution now? I'll have to ask about this.
So this seems related to RogueException/Discord.Net#514, specifically Volt's statement: > This behavior was by design. If there are multiple commands, whose failed precondition do you return? It was only ever...
If I understand correctly: ```cs public interface IFoo { int M(); } public interface IBar : IFoo { int IFoo.M() => 42; } public interface IBaz : IFoo, IBar {...
Not necessarily. Under Plan A, the method implementation could come from somewhere else and would be looked up at runtime. But I'll adjust anyway.
https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-06-14.md#syntax