A set of source generators for equality, immutability, ...
Перейти к файлу
Carl de Billy 2d07e92ff0 Fixed some files were not visible in VisualStudio. 2018-02-14 09:36:00 -05:00
build Initial push 2018-02-02 01:23:14 -05:00
doc Added support for Nettownsoft's JSON.NET 2018-02-13 10:14:21 -05:00
src Fixed some files were not visible in VisualStudio. 2018-02-14 09:36:00 -05:00
.appveyor.yml Publish packages to NuGet.org 2018-02-02 08:24:13 -05:00
.gitattributes Initial push 2018-02-02 01:23:14 -05:00
.gitignore Initial push 2018-02-02 01:23:14 -05:00
License.md Initial push 2018-02-02 01:23:14 -05:00
gitversion.yml Initial push 2018-02-02 01:23:14 -05:00
readme.md Minor documentation updates. 2018-02-02 08:27:57 -05:00

readme.md

Uno CodeGen

Uno.CodeGen is a set of tools to generate C# code in msbuild based projects.

Build status

Target Branch Status Recommended Nuget packages version
development master Build status NuGet
stable stable (no build yet) (not published yet)

Available Generators

Generator Triggering Attribute Usage
EqualityGenerator [GenerateEquality] Generate code for efficient .Equals() members generation. Documentation
ImmutableGenerator [GenerateImmutable] Generate code to build truly immutable entities. Documentation