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
swaggerui.swaggerui.js.g.cs(26,38): error CS0111: Type 'ThisAssembly.Resources.swaggerui.swaggerui' already defines a member called 'GetStream' with the same parameter types
Version Info
1.1.1
Additional Info
None
The text was updated successfully, but these errors were encountered:
Describe the Bug
If I try to embed something like swaggerui.js and swaggerui.css in the same assembly, it will try to put them both in under the same parent class.
Steps to Reproduce
Embed swaggerui.js and swaggerui.css in the same assembly, which generates this
And this:
...in the same namespace, which creates naming collisions
Expected Behavior
Perhaps make the class creation go all the way down to the extension like so:?
Exception with Stack Trace
Version Info
1.1.1
Additional Info
None
The text was updated successfully, but these errors were encountered: