https://github.com/smdn/smdn.reflection.reversegenerating
.NET libraries and tools to reverse-generate C# code from type and member information using reflection
https://github.com/smdn/smdn.reflection.reversegenerating
api-documentation-tool api-list api-outliner csharp dotnet dotnet-library dotnet-tools msbuild-task nuget-package reflection reverse-generating
Last synced: 10 days ago
JSON representation
.NET libraries and tools to reverse-generate C# code from type and member information using reflection
- Host: GitHub
- URL: https://github.com/smdn/smdn.reflection.reversegenerating
- Owner: smdn
- License: mit
- Created: 2021-10-28T17:25:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T22:16:08.000Z (11 days ago)
- Last Synced: 2025-10-08T00:21:17.971Z (11 days ago)
- Topics: api-documentation-tool, api-list, api-outliner, csharp, dotnet, dotnet-library, dotnet-tools, msbuild-task, nuget-package, reflection, reverse-generating
- Language: C#
- Homepage: https://smdn.jp/works/libs/Smdn.Reflection.ReverseGenerating/
- Size: 1.54 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This directory demonstrates generating an API list before generating `.nuspec` file of a multi-targeting project.
# Steps to run this example
1. Run `dotnet restore`
2. Run `dotnet pack`, and the API list will be generated to the directory `api-list`.You can configure the directory where the API listings will be generated by specifying `ApiListOutputBaseDirectory` project property.