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
{{ message }}
This repository was archived by the owner on Jun 16, 2024. It is now read-only.
The checking in XrmFakedContext.Aggregations.cs against IsNullOrEmpty is for a literal string, rather than the variable, which causes exception to never fire, e.g.
if(string.IsNullOrEmpty("alias")){thrownewException("Missing alias for attribute in aggregate fetch xml");}if(string.IsNullOrEmpty("name")){thrownewException("Missing name for attribute in aggregate fetch xml");}