Skip to content

Commit

Permalink
Merge pull request #146 from Tasteful/response-desciptor
Browse files Browse the repository at this point in the history
Initialize property ApiDescription.ResponseDescription in ctor
  • Loading branch information
dougbu authored Apr 9, 2018
2 parents b32ab42 + 7b86abf commit cf97014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Web.Http/Description/ApiDescription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public ApiDescription()
SupportedRequestBodyFormatters = new Collection<MediaTypeFormatter>();
SupportedResponseFormatters = new Collection<MediaTypeFormatter>();
ParameterDescriptions = new Collection<ApiParameterDescription>();
ResponseDescription = new ResponseDescription();
}

/// <summary>
Expand Down

0 comments on commit cf97014

Please sign in to comment.