Closed kevit-yuvraj-kanakiya closed 2 months ago
new { shiftDate = "2023-10-01", isWeekOFfStatus = true, isHolidayStatus = false }
is an anonymous object that is not "registered" in the allowed types. You need to register this type, please check the README for an example.
Can someone check this whats wrong with this code. this is working fine in liquid js playground but when I converted it into c# code it is not working correctly.
Output:
FYI:- Your are applying OD from 01/10/2023 to 03/10/2023 day(s).
Expected Output (working in liquid js playground):
FYI:- Your are applying OD from 01/10/2023 to 03/10/2023 day(s). 2023-10-01 are week offs. 2023-10-02 are holidays.
Fluid.Core : 2.5.0 .Net version: 6