-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I would expect INTL0202 to be triggered here:

public override IQueryable<TimeEntry> GetQuery(IDataSourceParameters parameters)
{
var query = Db.TimeEntries
.Where(te =>
te. EndDate <= EndDate.Date.AddDays(1).AddTicks(-1) &&
te. StartDate > StartDate.Date
See also https://github.com/IntelliTect-dev/StormingTheCastle/issues/2139#issuecomment-1881630056
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working