Skip to content

A project to generate Edm (Entity Data Model) from CLR types

Notifications You must be signed in to change notification settings

OData/ModelBuilder

Repository files navigation

OData Model Builder

Component Build Status
Model Builder Rolling
Model Builder Nightly

1. Introduction

This is the official OData Model Builder repository.

2. Project structure

3. Building, Testing, Debugging and Release

3.1 Building and Testing in Visual Studio

Simply open the shortcut OData.ModelBuilder.sln at sln folder to launch a solution that contains the product source and relevant unit tests.

The solution contains the corresponding test project. Please open it, build it and run all the tests in the test explorer.

3.2 One-click build and test script in command line

N/A

3.3 Debug

Please refer to the How to debug.

3.4 Nightly Builds

The nightly build process will upload a NuGet packages for Model builder to the MyGet.org odatanightly feed.

To connect to odatanightly feed, use the following feed URLs:

You can query the latest nightly NuGet packages using this query: MAGIC OData query

3.5 Official Release

The release of the component binaries is carried out regularly through Nuget.

4. Documentation

Please visit the OData docs pages. It has detailed descriptions on each feature provided by OData model builderetc.

5. Community

5.1 Contribution

There are many ways for you to contribute to OData model builder. The easiest way is to participate in discussion of features and issues. You can also contribute by sending pull requests of features or bug fixes to us. Contribution to the documentations is also highly welcomed. Please refer to the CONTRIBUTING.md for more details.

5.2 Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter. You can also find these instructions in this repo's SECURITY.md.

5.3 Support

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.