[ODataRouting] attribute doesn't work if I change "Microsoft.AspNetCore.OData" Version="8.0.0-rc" to stable version.
prabhdeep-kaur opened this issue · comments
Please suggest why it is working with release candidate version only and not with stable versions?
@prabhdeep-kaur What's the problem when you switch to a stable version? the version number?
@prabhdeep-kaur The ODataRoutingAttribete was renamed as ODataAttributeRoutingAttribute.
You can find details at: https://docs.microsoft.com/en-us/odata/changelog/aspnetcoreodata-8x#800
If you face any other problems, please let me know.
File new issue https://github.com/OData/AspNetCoreOData/issues/new maybe get more feedbacks from the community.
Or you can send an email to saxu@microsoft.com
I am able to use the attribute now. Thanks for pointing to the right direction. Really appreciated.