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 has been 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");}
The text was updated successfully, but these errors were encountered:
filcole
changed the title
Alias and name checks on aggregates do not fire
Alias and name checks on aggregates do not raise exception
Mar 6, 2020
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.
The text was updated successfully, but these errors were encountered: