Breeze.EdmBuilder 1.0.5

dotnet add package Breeze.EdmBuilder --version 1.0.5
NuGet\Install-Package Breeze.EdmBuilder -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Breeze.EdmBuilder" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Breeze.EdmBuilder --version 1.0.5
#r "nuget: Breeze.EdmBuilder, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Breeze.EdmBuilder as a Cake Addin
#addin nuget:?package=Breeze.EdmBuilder&version=1.0.5

// Install Breeze.EdmBuilder as a Cake Tool
#tool nuget:?package=Breeze.EdmBuilder&version=1.0.5

Generates an "Entity Data Model" (EDM) from an Entity Framework DbContext. This EDM can produce the metadata Breeze needs to manage a corresponding JavaScript entity model on the client including the foreign key properties necessary to maintaining associations. This builder replaces the ODataConventionModelBuilder in a Web API OData application. See the comments in the code for an explanation and usage. See it in action in
the "Breeze Web API OData Sample".

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 44,884 4/18/2014
1.0.4 1,622 3/31/2014
1.0.2 1,800 2/25/2014