Debug | Release |
---|---|
The MetaCompilation Analyzer is an analyzer that functions as a tutorial to teach users how to write an analyzer. It uses diagnostics and code fixes to guide the user through the various steps required to create a simple analyzer. It is designed for a novice analyzer programmer with some previous programming experience.
- Clone the repository
- Install NuGet packages:
powershell -executionpolicy bypass src\.nuget\NuGetRestore.ps1
- Build:
msbuild src\MetaCompilation\MetaCompilation.sln
Prior to submitting a pull request, ensure the build and all tests pass using BuildAndTest.proj:
msbuild BuildAndTest.proj