You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* generate safe filenames
* add extensions to get generic type parameters and syntax
* add generic type parameters to class declaration
* add additional method declaration
* add generic types if needed
* add generic test class
* adding Parameter Helper Method
* removing processed items + using rootContainingSymbols
* using originalDefinition of generic types
* type format without generics + extra generic type format
* extra extension methods
* using new generic type format for GenerateFullGenericName
* use GetGenericTypeSyntax instead of GenerateFullGenericName
* better type parameters and generic names
* adding more test classes
* fix usage of attributes input
* adding classdeclaration with typeParameterConstraintClauses
* adding extra MethodDeclaration helper
* adding support for type parameter constraints
* clean up
XmlSyntaxFactory.GenerateSummarySeeAlsoComment("Initializes a new instance of the {0} class.",className,(dataParameterName,"The class that is being wrapped.")));
.WithLeadingTrivia(XmlSyntaxFactory.GenerateSummarySeeAlsoComment("A wrapper class which wraps all the events contained within the {0} class.",declarationType.GetArityDisplayName()));
0 commit comments