Skip to content

Typed model generator and "code-first" parser for Umbraco. Synchronizes C# classes with uSync DocumentType files.

License

Notifications You must be signed in to change notification settings

KayeeNL/Umbraco.CodeGen

 
 

Repository files navigation

Umbraco uSync Code Generator

Synchronizes C# classes with uSync DocumentType files.

Install the package or add all assemblies to ~/Bin and you're good to go. Config is read from uSync and ~/config/CodeGen.config.

Depends on NRefactory and USync

Binaries available at the project page, and as a package

Documentation is all in the wiki

###Gotchas:

  • Generated classes are partial
    • DO NOT write code other than properties in the generated classes!
  • If document type and property has the same name, the class is suffixed with "Class"

About

Typed model generator and "code-first" parser for Umbraco. Synchronizes C# classes with uSync DocumentType files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published