rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
129 stars 96 forks source link

Throw descriptive exception, missing ResolveConflictingActions #170

Closed eloekset closed 6 years ago

eloekset commented 6 years ago

When ResolveConflictingActions is not configured and an OData controller has more than one Get method, an InvalidOperationException with message ResolveConflictingActions is not configured for Swagger is thrown instead of a cryptic NullReferenceException.

Gives me a hint on how to solve issue #158 in my project.

rbeauchamp commented 6 years ago

Closing this one. Will go with your VS2015 version fix...