Elmah.AzureTableStorage icon indicating copy to clipboard operation
Elmah.AzureTableStorage copied to clipboard

Elmah plugin for Azure Table Storage

Results 5 Elmah.AzureTableStorage issues
Sort by recently updated
recently updated
newest added

Bumps Microsoft.Data.OData from 5.6.4 to 5.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.OData&package-manager=nuget&previous-version=5.6.4&new-version=5.8.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Added support for application settings based custom application name and table name. Also updated README for how to use guide. Use case: If you are using Azure app service, you...

Added possibility for optional table name configuration within azure table storage. Optional parameter "ApplicationName" can be added as attribute of item or as parameter of connectionString attribute. Optional parameter "TableName"...

Since the current version stores all errors in a single partition, as the row count grows, performance starts to deteriorate. A better solution would be to try to minimize the...

I've noticed an issue in an application I am currently writing, where if the stack trace (Elmah.Error.Detail) is overly large the exception will silently fail with a 400 Bad Request...