Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 344 Bytes

Readme.md

File metadata and controls

11 lines (7 loc) · 344 Bytes

Controller Action Reporter

Simple utility app to export controller action metadata in CSV output from .Net Core 3.1 MVC app.

Usage

Build and run Console app.

  1. Specify path to a .Net Core 3.1 assembly with controllers.
  2. Specify destination path for CSV file.

Note, only works with .Net Core 3.1 - rebuild to target other frameworks.