Sebastiaan Dammann
Sebastiaan Dammann
Thanks. Still wasn't able to find the `Gemini.pfx` file so I substituted that with the signing key of the other project to get it to build. First impressions are very...
Alright. Those are only small issues and can be fixed later on. If you'd like to create a pull request I'Il merge it.
Docs: https://router5.js.org/guides/router-options#allow-not-found
Which version of the lib are you using?
Try version 3.x instead. Some incompatibilities in Web API have occurred and this is fixed in version 3.
There is a [prerelease available](https://www.nuget.org/packages/SDammann.WebApi.Versioning/3.0.0-beta4). Sorry for the confusion.
Yes, it should be fixed in the prerelease.
I've seen your contribution - let me take some time to look at it.
Yes, this shouldn't be a problem. Implement `IRequestVersionDetector` and register it with the library. The implementation will look a lot like [`AcceptHeaderRequestVersionDetector`](https://github.com/Sebazzz/SDammann.WebApi.Versioning/blob/master/src/SDammann.WebApi.Versioning/Request/AcceptHeaderRequestVersionDetector.cs) except you will also want to look at...
If you're using attribute routing I suggest you inherit both controllers from a base class, and putting a routeprefix in the version implementation. Otherwise, check out the newer beta version.