我是靠谱客的博主 飞快天空,最近开发中收集的这篇文章主要介绍Multiple operations with path 'api/Plan/AllocateTransport' and method 'GET',觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

500 : {"Message":"出现错误。","ExceptionMessage":"Not supported by Swagger 2.0: Multiple operations with path 'api/Plan/AllocateTransport' and method 'GET'. See the config setting - "ResolveConflictingActions" for a potential workaround","ExceptionType":"System.NotSupportedException","StackTrace":" 在 Swashbuckle.Swagger.SwaggerGeneratorOptions.DefaultConflictingActionsResolver(IEnumerable`1 apiDescriptions)rn 在 Swashbuckle.Swagger.SwaggerGenerator.CreatePathItem(IEnumerable`1 apiDescriptions, SchemaRegistry schemaRegistry)rn 在 Swashbuckle.Swagger.SwaggerGenerator.<>c__DisplayClass7.<GetSwagger>b__4(IGrouping`2 group)rn 在 System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)rn 在 Swashbuckle.Swagger.SwaggerGenerator.GetSwagger(String rootUrl, String apiVersion)rn 在 Swashbuckle.Application.SwaggerDocsHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)rn 在 System.Net.Http.HttpMessageInvoker.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)rn 在 System.Web.Http.Dispatcher.HttpRoutingDispatcher.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)rn 在 System.Net.Http.DelegatingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)rn 在 System.Web.Http.HttpServer.<SendAsync>d__0.MoveNext()"} http://localhost:64922/swagger/docs/v1

-------------------------------------------------------------------------------------------

相信大家在使用Swagger 可能会出现以上错误。这个错误的引起是因为存在了多个GET方法不知道是Swagger本身的原因还是怎么回事。

如果出现以上的问题可以在“SwaggerConfig” 配置里启用这一行

  c.ResolveConflictingActions(apiDescriptions => apiDescriptions.First());

但只能用一个GET方法



最后

以上就是飞快天空为你收集整理的Multiple operations with path 'api/Plan/AllocateTransport' and method 'GET'的全部内容,希望文章能够帮你解决Multiple operations with path 'api/Plan/AllocateTransport' and method 'GET'所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部