You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2020. It is now read-only.
[](https://github.com/AArnott/CodeGeneration.Roslyn/actions?query=workflow%3ACI+branch%3Amaster)
Assists in performing Roslyn-based code generation during a build.
8
7
This includes design-time support, such that code generation can respond to
@@ -13,9 +12,31 @@ See [who's generating code or consuming it using CodeGeneration.Roslyn](https://
13
12
14
13
Instructions on development and using this project's source code are in [CONTRIBUTING.md](CONTRIBUTING.md).
15
14
15
+
## Packages
16
+
17
+
Package | Latest | Preview | Description
18
+
---------|--------|---------|-------------
19
+
|[CodeGeneration.Roslyn.Tool][CgrToolPkg]||| Tool that loads Plugins and MSBuild targets that run it during build. |
20
+
|[CodeGeneration.Roslyn.Templates][CgrTmpltPkg]||| Templates for `dotnet new` that help create Plugins items and projects. |
21
+
|[CodeGeneration.Roslyn][CgrPkg]||| API for generators to build against. |
|[CodeGeneration.Roslyn.Engine][CgrEnginePkg]||| Engine called by Tool; useful for testing generators. |
0 commit comments