Jay Asbury

Results 156 comments of Jay Asbury

The issue template is very clear on what sample code is needed. An MVCE. NOT a full app. Break it down to exactly what the problem is. We should be...

Not how we do it. Read the issue template again. On Thu, Mar 4, 2021, 12:55 PM savanbthakkar wrote: > TestaspNetCoreWebApp.zip > > Here is the attached compressed project file....

Closedxml is a wrapper over openxml. So some of it may be openxml issues. Also the objects of closedxml do take up memory. So cleanup after the fact would be...

@binn This is a story of four people named Everybody, Somebody, Anybody, and Nobody. There was an important job to be done and Everybody was asked to do it. Everybody...

Just a thought. Exporting to excel that many records, might want to look at non excel solutions. Power bi, reporting services, maybe tweak sql to have database server generate calculated...

Start a discussion on it in this repos discussions and @ me.

@olsh I am going to use this in some projects where I am applying Kentico hotfixes to websites and want to automate the fixing of nuget packages. ```powershell function Update-Package...

@olsh I have just about completed my Hotfix work for my website projects. I really need this to be reviewed and either issues with it mentioned or merged and a...

> Also, it would be nice to update the readme file. Will Do

> Please fix the unit tests. Temporary testing commit just showing my debugging setup. Will drop once I rebase.