Skip to content

Commit

Permalink
Merge pull request #116 from NSwag/master
Browse files Browse the repository at this point in the history
Release v2.26
  • Loading branch information
RicoSuter committed May 18, 2016
2 parents 9389fc4 + 4622eb4 commit 2b18160
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private void GenerateForController(SwaggerService service, Type controllerType,
m.DeclaringType != typeof(object) &&
m.DeclaringType.FullName != "System.Web.Http.ApiController" &&
m.DeclaringType.FullName != "Microsoft.AspNet.Mvc.Controller" && // .NET Core (Web API & MVC)
m.DeclaringType.FullName != "Microsoft.AspNetCore.Mvc.Controller" && // .NET Core (Web API & MVC)
m.DeclaringType.FullName != "System.Web.Mvc.Controller"))
{
var parameters = method.GetParameters().ToList();
Expand Down

0 comments on commit 2b18160

Please sign in to comment.