Skip to content

FacilityApi/FacilityAspNet

Repository files navigation

Facility ASP.NET Support

ASP.NET support for the Facility API Framework.

Build

Name Description NuGet
Facility.AspNetCore Helpers for using Facility with ASP.NET Core. NuGet
fsdgenaspnet A tool that generates an ASP.NET controller for a Facility Service Definition. NuGet
Facility.CodeGen.AspNet A library that generates an ASP.NET controller for a Facility Service Definition. NuGet

Documentation

Documentation | Release Notes | Contributing

Conformance

To run conformance tests, first start one of the conformance servers:

dotnet run --project .\conformance\CoreControllerServer
dotnet run --project .\conformance\CoreMiddlewareServer
dotnet run --project .\conformance\WebApiControllerServer
dotnet run --project .\conformance\WebApiMiddlewareServer

Then run the conformance tool against the running service.

dotnet FacilityConformance test