A tool that checks Facility conformance.
$ dotnet add package FacilityConformanceC# support for the Facility API Framework.
| Facility.CodeGen.CSharp | A library that generates C# for a Facility Service Definition. |
| FacilityConformance | A tool that checks Facility conformance. |
| Facility.ConformanceApi | A .NET client for the standard Facility test server. |
To run conformance tests, first start the conformance server:
dotnet run --project .\src\FacilityConformance --framework net6.0 -- hostThen run the conformance tool against the running service.
dotnet run --project .\src\FacilityConformance --framework net6.0 -- testThe System.Text.Json serializer is used by default. To use Json.NET or MessagePack, run with --serializer newtonsoftjson or --serializer messagepack.