qcnguyen
Results
2
issues of
qcnguyen
hi team, in Azure function isolated-worker mode, we need something similar to [Disable] attribute - which available in in-process mode. Because we want the ability to disable many functions /...
needs-discussion
blocked
when use Linq Expression Contains() method. such as `Products.Where(x => productIdArray.Contain(x.Id))` when productIdArray is empty, the exception "The Contains method cannot be used with an empty collection" is thrown on...