You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Generator] Using entity type as the parameter of function or action imports is not supported.
Compatibility Notes
[Generator] In order to support multi-schema generation, the edmx schema/namespace related types have been extended.
[Generator] The deprecated static property _serviceName will not be generated.
New Functionality
[Generator] Support parsing of multiple schemas in the edmx service specification.
[Util] Add string formatting functions.
Improvements
[Generator] Log warnings when generating code for function or action imports with unknown parameters, instead of throwing errors.
Fixed Issues
[Destination] Fix the authentication type OAuth2ClientCredentials to keep using the token url from the destination without adding the path /oauth/token to the end.
[Destination] Fix OAuth2SAMLBearerAssertion flow for technical users and subscriber account destinations.