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.
* Readme demo is now simpler, and suggests usage of Templates package, and Sdks.
22
23
* .NET Core SDK version bumped to `3.1.100` ([#178]).
23
24
*`Attributes` package now targets `net20;net40` in addition to `netstandard1.0` ([#178]).
24
25
* Tool now has `RollForward=Major` policy to allow it to run on newer runtimes than 2.x,
@@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
29
* ItemGroup now should contain full path to generator dll (previously it was a containing folder path)
29
30
* Old behavior has a compat-plug for now and the paths are searched for any dll, and those found are added to new ItemGroup.
30
31
* When using P2P generator (same solution), a consuming project needs to add an attribute `OutputItemType="CodeGenerationRoslynPlugin"` to the `ProjectReference` of the generator project. See [v0.7 migration guide].
31
-
*`dotnet-codegen` package is now `CodeGeneration.Roslyn.Tool` and is build very differently;
32
+
*`dotnet-codegen` package is now `CodeGeneration.Roslyn.Tool` and is built very differently;
32
33
also it includes build assets from `BuildTime` package ([#198]).
0 commit comments