Browse Source
Obsolete
Obsolete SwaggerGenOptions.DescribeAllEnumsAsStrings()
pull/1344/head
william-keller
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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(); |
|
|
|