An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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
Latest Release
1.0.0
about 1 year ago
Versions
1
Downloads
162 total
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