rodrigo-web-developer

Results 2 comments of rodrigo-web-developer

Is there a prevision of when and which version it will be added? By the way, I'm using NHibernate + OData, so I need the $filter=enumProperty has 'enumValue' to work...

If you're using .NET API, you need to ensure that .UseAuthentication() is after .UseCors(), because it is a cors issue that breaks the pipeline before the authorization (where the step...