Aspnet-api-versioning: i use .netcore3.0 and i ues aspnet-api-versioning 3.1.0 i met also this question like this : An error occurred while starting the application. TypeLoadException: Method 'ApplyAsync' in type 'Microsoft.AspNetCore.Mvc.Routing.ApiVersionMatcherPolicy' from assembly 'Microsoft.AspNetCore.Mvc.Versioning, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.

Created on 11 Oct 2019  路  7Comments  路  Source: microsoft/aspnet-api-versioning

how i can done it?

answered asp.net core question

All 7 comments

You need to the preview version for now. It's the only .NET Core 3.0 compatible version. I'm working on getting the release build out. Expect it within the next week. There are no planned changes or known bug fixes, I've just been up to my eyeballs with my paying day job. ;) Thanks for your patience.

You need to the preview version for now. It's the only .NET Core 3.0 compatible version. I'm working on getting the release build out. Expect it within the next week. There are no planned changes or known bug fixes, I've just been up to my eyeballs with my paying day job. ;) Thanks for your patience.

I see. but i need which version?

The following package should work:

https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning/4.0.0-preview8.19405.7

The problem has been solved. very ths!!!

Keep an eye out for the official release. It is coming - soon. ;)

It would seem that this issue has been resolved. Feel free to come back if you have more questions. Thanks.

Was this page helpful?
0 / 5 - 0 ratings