C# support for the Facility API Framework.
Documentation | Release Notes | Contributing
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.