https://github.com/konard/csharprecompileexample
An example of how to recompile .NET assembly using with ICSharpCode.Decompiler (ILSpy) and Microsoft.CodeAnalysis.CSharp (Roslyn)
https://github.com/konard/csharprecompileexample
Last synced: about 2 months ago
JSON representation
An example of how to recompile .NET assembly using with ICSharpCode.Decompiler (ILSpy) and Microsoft.CodeAnalysis.CSharp (Roslyn)
- Host: GitHub
- URL: https://github.com/konard/csharprecompileexample
- Owner: Konard
- License: unlicense
- Created: 2019-10-03T21:28:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T21:57:30.000Z (over 5 years ago)
- Last Synced: 2025-02-11T12:44:54.601Z (3 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSharpRecompileExample
An example of how to recompile .NET assembly using with ICSharpCode.Decompiler (ILSpy) and Microsoft.CodeAnalysis.CSharp (Roslyn)