tbasallo

Results 14 issues of tbasallo

**Is your feature request related to a problem?** The GET "/blazor" operation is skewing all time-based results because it looks like a single request (that can be very long). **Describe...

enhancement

The current formatting code puts brackets around varchar/nvarchar size instead of parenthesis

You can tell I've been doing a lot of work with SqlBulkCopy (in Azure Functions). Any thoughts on expanding NPoco.InsertBulkOptions to allow options/settings to be used in generating and executing...

@schotime - What you think about updating SqlBulkInsert and adding an overload with the table name to use? Today it uses the attribute, but if you want to use a...

I have a FROM clause that has a join. But my use of NPoco looks like this: `.Fetch("FROM Table1 t1 JOIN Table2 t2...")` Great. If I write the select like...

enhancement
maybe

Is there a feature or easy way (using Snapshot?) that would allow for a full versioning check? I didn't find anything, but I want to make sure I didn't anything....

enhancement

I was under the impression that the resources were cached on first load, but looking at the logs it seems that resources are loaded on every page load. Is there...

I see that in https://github.com/sjkp/letsencrypt-siteextension/commit/650e92860cea0bfc694dc4edce743837bd5ee0c7 You added code for cleaning up expired certs. But I only seeing it being called from a WebJob trigger. Since I have version .0.8.5 running...

I was not able to find any issues or notes on supporting a certificate for a custom domain for a storage account. The use case is instead of using myappsname.blob.core.windows.net...

enhancement

Application Insights was NOT an aoption while creting the web app service. However, after deployment, I was able to enable it. However, some of the settings are confusing. Is the...