OData update to 9.0 version

Hi
I am wandering if there are any breaking changes in login process by updating OData NuGet package (Microsoft.AspNetCore.OData) from 8.2.5 to 9.0.0?

Thanks
Milan

Not sure what login you are referring however we are not aware of any issues with OData 9.0.0 in our .NET 8 WebAssembly applications. For example:

1 Like

Thank you very much Vladimir for quick answer.
Login i was referring to is the Server Side Net 8 Blazor where identity (SecurityService) is using OData to communicate to AccountControler.

Milan

The AccountController is a plain Controller not ODataController:

my mistake saying login process, i meant identity as ApplicationUser, Tenant and Roles controllers use ODataControler