Search code examples
Extension methods must be defined in a non-generic static class...

c#.netlinqextension-methodscompiler-errors

Read More
Suggestions for String and DateTime utility functions library using Extension Methods...

c#c#-3.0extension-methods

Read More
Does C# have extension properties?...

c#propertiesextension-methods

Read More
Ambiguous call between two C# extension generic methods one where T:class and other where T:struct...

c#.netextension-methodsgenerics

Read More
Can I add extension methods to an existing static class?...

c#staticextension-methods

Read More
Why does foreach fail to find my GetEnumerator extension method?...

c#foreachextension-methodsienumerable

Read More
random enum value for a generic enum type extension method...

c#enumsextension-methods

Read More
My ASP project can't access classes from a NuGet package I created...

c#asp.net-core.net-corenuget-packageextension-methods

Read More
Scala: An extension method was tried, but could not be fully constructed (same extension name on mul...

scalaextension-methodsscala-3

Read More
PHP Object Extension Question...

phpclassoopobjectextension-methods

Read More
Does Java support Swift-like class extensions?...

javasubclassextension-methods

Read More
Anonymous Types - Are there any distingushing characteristics?...

c#.netgenericsextension-methodsanonymous-types

Read More
Extension Methods not Recognized...

c#extension-methodspublic

Read More
Best method to use IDataReader as IEnumerable<T>?...

c#.netextension-methodsienumerable

Read More
How to get MethodInfo for generic extension method?...

c#linqgenericsreflectionextension-methods

Read More
Prove me wrong: VB.NET HtmlHelper Extension Method NOT Working in MVC 4 with VS 2012...

vb.netasp.net-mvc-4visual-studio-2012extension-methodshtml-helper

Read More
Unit test project is not finding extension methods...

c#unit-testingextension-methodsmstestassert

Read More
Extension initializer is inaccessible due to 'internal' protection level swift 4...

iosswiftextension-methodsaccess-levels

Read More
Is it possible to alter a bool value by calling an extension method on the same variable in c#?...

c#booleanextension-methods

Read More
Dart extension: don't access members with 'this' unless avoiding shadowing...

dartthiswarningsextension-methods

Read More
Problem with LINQ - necessary to add reference to unneeded library...

c#visual-studiolinqextension-methods

Read More
Is there a way to write an Extension Method that applies to multiple types?...

c#.nettypesextension-methods

Read More
Extension methods versus inheritance...

c#.netclassinheritanceextension-methods

Read More
Is it possible to intercept extension method calls using `DispatchProxy`...

c#extension-methodsienumerabledynamic-proxy

Read More
In C#, what happens when you call an extension method on a null object?...

c#parametersnullextension-methods

Read More
SalesLine.update function has been called incorrectly...

extension-methodsmicrosoft-dynamicsaxaptax++

Read More
Can There Be Private Extension Methods?...

c#extension-methodsencapsulation

Read More
How can I log from inside an extension method?...

c#loggingasp.net-core-webapiextension-methods

Read More
Powershell C# Extension How too select the default property to display from nested property this is ...

c#powershellmoduleextension-methods

Read More
How to implement an extension method to check if a string contains the special characters such as !,...

c#stringcharextension-methods

Read More
BackNext