You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve collection of extensions
`HashSet<>` is not cacheable, so it will not be effective at reducing the number of calls to generator. This will reduce performance. Switching to `.Collect()`/`ImmutableArray` will allow the caching system to work as intended.
* Add support for files w/ different extensions; invalid filenames
Fixes#155Fixes#156
Describe the Bug
Steps to Reproduce
Embed the file name "./swagger-ui/swagger-ui.css" in a .csproj file
This is the result:
Expected Behavior
Expect the output to look like either this:
Or this:
Exception with Stack Trace
Which also brings up another potential issue, which I'll raise in a separate ticket
Version Info
1.1.1
Additional Info
Nope!
The text was updated successfully, but these errors were encountered: