We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8565f0 + 6a47979 commit 6939f35Copy full SHA for 6939f35
src/Serilog.Sinks.AzureTableStorage/Sinks/AzureTableStorage/LogEventEntity.cs
@@ -32,7 +32,7 @@ namespace Serilog.Sinks.AzureTableStorage
32
/// </remarks>
33
public class LogEventEntity : TableEntity
34
{
35
- static readonly Regex RowKeyNotAllowedMatch = new Regex(@"(\\|/|#|\?)");
+ static readonly Regex RowKeyNotAllowedMatch = new Regex(@"(\\|/|#|\?|[\x00-\x1f]|[\x7f-\x9f])");
36
37
/// <summary>
38
/// Default constructor for the Storage Client library to re-hydrate entities when querying.
0 commit comments