Skip to content

Commit

Permalink
Fix Swagger SchemaResolver to allow for the fact that properties may …
Browse files Browse the repository at this point in the history
…be defined by chains of indirect references to some type which inherits from another compatible type, and that is fine!
  • Loading branch information
TimLovellSmith committed May 20, 2016
1 parent d25043a commit 52a6e3d
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SwaggerModelerRedisTests.cs" />
<Compile Include="SwaggerSpecHelper.cs" />
<Compile Include="SwaggerModelerTests.cs" />
<None Include="app.config" />
<None Include="Swagger\swagger-redis-sample.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Swagger\swagger-allOf-circular.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
Loading

0 comments on commit 52a6e3d

Please sign in to comment.