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 -- host
Then run the conformance tool against the running service.
dotnet run --project .\src\FacilityConformance --framework net6.0 -- test
The System.Text.Json
serializer is used by default. To use Json.NET or MessagePack, run with --serializer newtonsoftjson
or --serializer messagepack
.