Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thomaslevesque/274766d874ebf1769c48a203786725f3 to your computer and use it in GitHub Desktop.
Regex to fix SwaggerResponse attributes after migration to Swashbuckle 3.0.0
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