Skip to content

Commit 2b2dc55

Browse files
committed
add repositoy description
1 parent cca0db8 commit 2b2dc55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
[![tests/main](https://img.shields.io/github/actions/workflow/status/smdn/Smdn.Reflection.ReverseGenerating/test.yml?branch=main&label=tests%2Fmain)](https://github.com/smdn/Smdn.Reflection.ReverseGenerating/actions/workflows/test.yml)
33
[![CodeQL](https://github.com/smdn/Smdn.Reflection.ReverseGenerating/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/smdn/Smdn.Reflection.ReverseGenerating/actions/workflows/codeql-analysis.yml)
44

5+
This repository provides the libraries and tools to reverse-generate C# code that describes the type and member information, from the .NET assemblies.
6+
7+
By generating an API list from the library, the types and members provided by the library can be presented in C# code format. This allows you to present an outline of the library API to users in addition to explaining the API through text or sample code.
8+
59
# Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks
610
[![NuGet Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks](https://img.shields.io/nuget/v/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.svg)](https://www.nuget.org/packages/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/)
711

0 commit comments

Comments
 (0)