File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Primitively.AspNetCore.Mvc
Primitively.AspNetCore.SwaggerGen Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11using Primitively . Configuration ;
22
3+ #pragma warning disable IDE0130 // Namespace does not match folder structure
34namespace Microsoft . Extensions . DependencyInjection ;
5+ #pragma warning restore IDE0130 // Namespace does not match folder structure
46
57/// <summary>
68/// This static class provides extension methods for the <see cref="IServiceCollection"/> to add Primitively services.
Original file line number Diff line number Diff line change 22using Primitively . AspNetCore . Mvc . ModelBinding ;
33using Primitively . Configuration ;
44
5+ #pragma warning disable IDE0130 // Namespace does not match folder structure
56namespace Microsoft . Extensions . DependencyInjection ;
7+ #pragma warning restore IDE0130 // Namespace does not match folder structure
68
79/// <summary>
810/// This static class provides extension methods to the <see cref="PrimitivelyConfigurator"/> for adding ASP.NET MVC services.
Original file line number Diff line number Diff line change 22using Primitively . Configuration ;
33using Swashbuckle . AspNetCore . SwaggerGen ;
44
5+ #pragma warning disable IDE0130 // Namespace does not match folder structure
56namespace Microsoft . Extensions . DependencyInjection ;
7+ #pragma warning restore IDE0130 // Namespace does not match folder structure
68
79/// <summary>
810/// This static class provides extension methods to the <see cref="PrimitivelyConfigurator"/> for adding SwaggerGen services.
Original file line number Diff line number Diff line change 22using Primitively . MongoDB . Bson ;
33using Primitively . MongoDB . Bson . Serialization ;
44
5+ #pragma warning disable IDE0130 // Namespace does not match folder structure
56namespace Microsoft . Extensions . DependencyInjection ;
7+ #pragma warning restore IDE0130 // Namespace does not match folder structure
68
79/// <summary>
810/// This static class provides extension methods to the <see cref="PrimitivelyConfigurator"/> for adding BSON services.
You can’t perform that action at this time.
0 commit comments