HuntJason

Results 9 comments of HuntJason

I should add that step 2 included updating the nuget packages for the project.

I just came across the article [Learn how to migrate from your IdentityServer4 v3 database to IdentityServer4 v4 through manual migrations and EntityFramework Migrations](https://www.identityserver.com/articles/migrating-your-identityserver4-v3-database-to-identityserver4-v4). Hope someone finds this helpful.

> @davidebriscese Thanks for the repro; it really helps. > > It took less time that I thought; I missed something obvious. I noticed that both of you are trying...

Its disappointing that the OData team does not take into consideration the Versioning and Swashbuckle (Swagger/OpenAPI) teams. It would seem they are linked technologies and deserve coordinated releases, samples, and...

First off, thank you so much for the 559-739.zip sample. That cleared up a bunch of things for me!! I can only seem to get the Select, Filter, OrderBy, and...

> First off, thank you so much for the 559-739.zip sample. That cleared up a bunch of things for me!! > > I can only seem to get the Select,...

Literally WHY isn't the OData team working to ensure that their product works with OpenAPI? https://github.com/OData/AspNetCoreOData/issues/757

@commonsensesoftware Thank you! The thread I had before contains the example replicates the issue I am having: `public IActionResult Get(ODataQueryOptions queryOptions) ` When you run their ODataRoutingSample and open the...

> @julealgon I would like to disable the routes because they are unused in my context - and in fact, I am generating Swagger clients based on the OData OpenAPI...