Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferrata/reflection-demo
https://github.com/ferrata/reflection-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferrata/reflection-demo
- Owner: ferrata
- Created: 2021-12-11T05:29:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T08:19:53.000Z (about 3 years ago)
- Last Synced: 2023-04-25T16:43:11.754Z (over 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is it?
A C# solution to play with `Reflection` and `Reflection.Emit` libraries.
## Prerequisites
* [ilspycmd](https://github.com/icsharpcode/ILSpy/tree/master/ICSharpCode.Decompiler.Console)
```
dotnet tool install ilspycmd -g
```## Instructions
- Install prerequisites
- Clone repository
- Build solution and run tests