Class ServiceRegistrations
- Namespace
- CSF.Screenplay.JsonToHtmlReport
- Assembly
- CSF.Screenplay.JsonToHtmlReport.dll
Provides methods to register services for the JsonToHtmlReport application (or library).
public static class ServiceRegistrations
- Inheritance
-
ServiceRegistrations
- Inherited Members
Remarks
This type is consumed by the JSON to HTML report converter when it is built as an application, but it may also be used when consuming this project as a library, for integrating it into other solutions.
Methods
RegisterServices(IServiceCollection)
Registers the services required for the JsonToHtmlReport application (or library).
public static void RegisterServices(IServiceCollection services)
Parameters
services
IServiceCollectionThe service collection to which the services will be added.