Skip to content

PLINQO for Entity Framework 1.3

Compare
Choose a tag to compare
@niemyjski niemyjski released this 07 Aug 19:59
· 21 commits to master since this release

Improvements

  • Added support for .Net 4.5 and Visual Studio 2012/2013.
  • Added NuGet support for the Entity Framework Templates.
  • There have been many improvements to the naming conventions of properties and classes.
  • Added the ability to Generate GetByKey() search criteria. This is controlled by setting Configuration.Instance.SearchCriteriaProperty.MethodKeySuffix to a string value. If MethodKeySuffix is null or empty then the search criteria method name will be generated as GetByPropertyName or GetbyPropertyName1PropertyName2.
  • Added initial Web API + Kendo templates (Beta).
  • Added the ability to specify an API Controller directory and namespace (Contrib Mark).
  • Improved the support for handling MySQL.

Bug Fixes

  • Fixed a bug where Visual Studio Solutions wouldn't open automatically.
  • Fixed a bug that would occur when generating against many to many relationships.
  • Fixed a bug where GetProperties(PropertyType.All) wouldn't return indexed properties.
  • Updates to the ignore expression to check the ColumnSchema's FullName.
  • Fixed a bug where association names were incorrectly cased.
  • Fixed a bug where resolving a property default value could throw an exception.
  • Many other minor bug fixes.