Sardor Shukurov

Results 3 issues of Sardor Shukurov

I have the following code: ```c# DbContext.Set().Where(c => c.Id == configDto.Id).Update(c => new Configuration { Name = configDto.Name, Description = configDto.Description, LastModificationDate = configDto.LastModificationDate, Group = configDto.Group, Enabled = configDto.Enabled,...

Hi @govert! We are bumping into an issue with obtaining the correct cell address using `XlCall.Excel(XlCall.xlfCaller)` when our functions are invoked in a spilled fashion. In other words, we have...

Hi @govert, Our team has been struggling with an unpleasant issue when at times the arguments tooltip doesn't pop up when needed. We tracked it down and created a minimal...