An open API service indexing awesome lists of open source software.

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

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.