Created
July 24, 2018 10:05
-
-
Save thomaslevesque/274766d874ebf1769c48a203786725f3 to your computer and use it in GitHub Desktop.
Regex to fix SwaggerResponse attributes after migration to Swashbuckle 3.0.0
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
Pattern: \[SwaggerResponse\((?<code>\d+), (?<type>typeof\([A-Za-z\.\<\>]+\)), (?<desc>\"[^\"]+\")\)\] | |
Replacement: [SwaggerResponse(${code}, ${desc}, ${type})] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment