up
This commit is contained in:
		| @@ -0,0 +1,14 @@ | ||||
| using Microsoft.Extensions.DependencyInjection; | ||||
| using StellaOps.Vexer.Core; | ||||
|  | ||||
| namespace StellaOps.Vexer.Formats.OpenVEX; | ||||
|  | ||||
| public static class OpenVexFormatsServiceCollectionExtensions | ||||
| { | ||||
|     public static IServiceCollection AddOpenVexNormalizer(this IServiceCollection services) | ||||
|     { | ||||
|         ArgumentNullException.ThrowIfNull(services); | ||||
|         services.AddSingleton<IVexNormalizer, OpenVexNormalizer>(); | ||||
|         return services; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user