From d1e854ee05278e186604856f4316e448d77e7239 Mon Sep 17 00:00:00 2001 From: william-keller Date: Wed, 17 Jun 2020 00:51:17 -0300 Subject: [PATCH] Obsolete Obsolete SwaggerGenOptions.DescribeAllEnumsAsStrings() --- src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs index 7a48e93ed..d944ca3eb 100644 --- a/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs +++ b/src/ApiGateways/Mobile.Bff.Shopping/aggregator/Startup.cs @@ -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();