OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link
lab ============= Component Build Status
Connected Service Rolling
RESTier Scaffolding Rolling
WebApi Scaffolding Rolling

Introduction

This repository is for exploring new ideas and developing early prototypes of various OData stacks.

OData Connected Service Provider

Unit Tests

The ODataConnectedService.Tests.sln contains the unit tests for the OData connected service. The folder structure of the tests mirrors the folder structre of the ODataConnectedService project. The base namespace for tests is Microsoft.OData.ConnectedService.Tests. Furthermore each test class has the same name as the class it is testing, followed by the suffix Test.

Example: for some class Microsoft.OData.ConnectedService.X.Y located in src\X\Y.cs, the test class would be Microsoft.OData.Tests.ConnectedService.Tests.X.YTest located in test\X\YTest.cs

OData v4 Web API Scaffolding

RESTier Scaffolding

The scaffolder simplifies the process of building an OData v4 service with EF.