Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
/ Invio.QueryProvider Public archive

Top level repository for simultaneous development of Invio.QueryProvider.Core and engine specific implementations.

Notifications You must be signed in to change notification settings

invio/Invio.QueryProvider

Repository files navigation

Invio.QueryProvider

Build Status

The Invio.QueryProvider project is a combination of Invio.QueryProvider.Core and engine specific implementations maintained by Invio. This simplifies the process of developing, building, and packaging these projects in unison.

Packages

NuGet

NuGet

Cloning

This repository uses git submodules so after cloning this repository it is necessary to pull the submodule repositories as well by running:

git submodule update --init

Building

For Development

To build all the projects simultaneously, it is necessary to enable local project references (instead of package references). To do so create a local file called User.props with the following content:

<Project>
  <PropertyGroup>
    <UseProjectReferences>true</UseProjectReferences>
  </PropertyGroup>
</Project>

For Deployment

For deployment purposes packages must be built and packaged one at a time. This can be done quickly using the build.ps1 powershell script.

About

Top level repository for simultaneous development of Invio.QueryProvider.Core and engine specific implementations.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages