home.social

#frameworkdesignguidelines — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #frameworkdesignguidelines, aggregated by home.social.

fetched live
  1. @bitbonk A default interface implementation would result in reflection seeing the method on the interface where it would not see the extension method.

    I was going to say that one instance I can think of where this would have an impact is in list initialization, where the runtime detects an "Add" method with the required signature, but I have just read that the "Add" method can also be an extension method. I never knew that.

    #dotnet #APIDesign #FrameworkDesign #FrameworkDesignGuidelines