extensionmethodssourcegenerator
ExtensionMethodsSourceGenerator is a Roslyn-based source generator that automatically produces extension methods from classes marked with the [ToExtensionMethod] attribute. By scanning your code for public/internal static methods that have at least one parameter, it generates .g.cs files containing the corresponding extension methods. This allows you to call those methods in a more fluent, extension-like syntax without manually duplicating code.
Ecosystem
nuget.org
nuget.org
Latest Release
about 1 year ago
1.0.0
about 1 year ago
Versions
1
1
Downloads
162 total
162 total
Loading...
Readme
Loading...
Links
| Registry | nuget.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:nuget/extensionmethodssourcegenerator
spec |
| License | MIT |
| First Release | about 1 year ago |
| Last Synced | 21 days ago |
Repository
| Stars | 0 on GitHub |
| Forks | 0 on GitHub |