15 votes

AutoExport2DotNet

SUMMARY

This package allows you to automatically export your Linq to Umbraco classes to a library folder ever time a doc type is updated.

In the current release of Umbraco v4.5, anybody wanting to use Linq to Umbraco will currently have to export their classes manually every time they update their doc types. This package allows the export to occur automatically to a preconfigured directory, every time the doc type is updated.

HOW TO USE

The package is configured via an autoExport2DotNet.config file located in the default umbraco config folder.

The standard output options are defined on the root autoExport2DotNet node.

mode - Defines the export mode. Can be either "poco" or "abs" where poco exports your poco classes, and abs exports your poco classes with abstractions.

datacontextname - Defines your data context name

namespace - Defines the namespace for your classes

None standard output options are defined on one or more output nodes nested within the autoExport2DotNet root node.

machinename - Defines the machine name the output should run on.

outputdir - Defines the output directory for the generated files

format - Defines the format of the output. Can be either "cs" or "dll" where cs outputs a set of .cs files, and dll outputs a single, compiled dll.

UPDATES

1.0.1 - Updated to work with 4.5.1 due to export doc types moving to the media folder

1.0.2 - Fixed issue with version check in 4.5.2 Beta

1.0.3 - Compiled against .NET 3.5

BUGS & ISSUES

Whilst there aren't any restrictions as to where you can set the outputdir attribute, it is advised that you do not point it to your bin or App_Code folders, as this will lead to your app pool constantly recycling, and may lock your application.

Please raise any issues on the forum below. All feedback is welcome and appreciated.

Archived files

Documentation

Source code

Package owner

Matt Brailsford

Matt Brailsford

Matt has 22194 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Matt Brailsford
  • Created: 11/07/2010
  • Current version 1.0.3
  • License MIT
  • Downloads on Our: 1.3K

External resources