Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ferrata/reflection-demo


https://github.com/ferrata/reflection-demo

Last synced: about 2 months ago
JSON representation

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