-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
#2765 Allow Filter instance reuse #2839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
martincostello
merged 21 commits into
domaindrivendev:master
from
remcolam:feature/#2765-multiple-constructor-calls
Apr 26, 2024
Merged
Changes from 5 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
81b4969
working swagger ui
3846725
fixed example
c43a0a1
sdfs
3be0efa
Starting on tests
21a3803
Fixed weird changes in solution
81e0d41
Add null checks
345fbb5
review comments
e8b86a7
Reverted solution file
89cc7f9
Added tests for new extension methods
12257b6
review comments
358c05f
Removed unneeded package
10fe09a
Added strong naming to all projects
03c9140
Copied from Poly
6eb14ff
Fixed newtonsoft test
d486ccd
Reverted signing of projects
60d0ef9
Fixed newtonsoft test again
e24359a
Reuse Swagger key for signing
b578658
Fixed public key reference
f663436
Restored AssemblyInfo
732f0a4
Removed assembly info
a92e0ff
Use $(MSBuildThisFileDirectory)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/Swashbuckle.AspNetCore.SwaggerGen/Properties/AssemblyInfo.cs
martincostello marked this conversation as resolved.
Show resolved
Hide resolved
martincostello marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: InternalsVisibleTo("Swashbuckle.AspNetCore.IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100795482b2b019ad690196ad34ca1d13abb1c3ed0e24fdaea1ca82ca11462a2d883e149864773aada8b40f41c1b1ea7824f23fb569cfc20e9fd03763896a2905fa23e1a62a940d40d14e3107e8cf90f6d705848e39fe25121a7f8c1cd5dcd6701aea982d13c4a42b3a0766dfc27fc02fa40194ed0a7841a8768d33f7aaabde87a7")] | ||
[assembly: InternalsVisibleTo("Swashbuckle.AspNetCore.SwaggerGen.Test, PublicKey=002400000480000094000000060200000024000052534131000400000100010055d6060294c6e19033fac1eb2d1a17f29d7ddd3a09b31f460302a2a7a9955cd1afaa6bd579125ee2ccce330e4dc84f238ed10d372a5c7db774ab2bf2dd77bf9fc0abb3fc84a32f0aacf4cf166c5af981e80419f83c0e4bb9868c3b9dd3a3c7e0a022b7da66ebfed28c073e99e3847491a84678ac55bcff5a2f573838518f4fef")] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+596 Bytes
test/Swashbuckle.AspNetCore.SwaggerGen.Test/Swashbuckle.AspNetCore.SwaggerGen.Test.snk
martincostello marked this conversation as resolved.
Show resolved
Hide resolved
martincostello marked this conversation as resolved.
Show resolved
Hide resolved
|
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.