Browse Source

Obsolete

Obsolete SwaggerGenOptions.DescribeAllEnumsAsStrings()
pull/1344/head
william-keller 4 years ago
committed by GitHub
parent
commit
d1e854ee05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs

+ 1
- 0
src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs View File

@ -100,6 +100,7 @@ namespace Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator
public static class ServiceCollectionExtensions
{
[Obsolete]
public static IServiceCollection AddCustomMvc(this IServiceCollection services, IConfiguration configuration)
{
services.AddOptions();


Loading…
Cancel
Save