Ben Lucas
Ben Lucas
There is a bug in AzureHealthCheckBuilderExtensions.AddAzureTableStorageCheck where the health check fails if a table name is not provided because it attempts to get a table with a "null" name. Likewise,...
There is a bug in AzureHealthCheckBuilderExtensions.AddAzureQueueStorageCheck where the health check fails if a queue name is not provided because it attempts to get a table with a "null" name. Likewise,...
I have a page that makes part of its view not visible immediately. This is causing the DOM Node to be disposed. Because this happens so quickly, it sometimes occurs...
**Describe the bug** If a falco rule is appending an exception and defines the exception with a property of `value`, it passes falco validation even though it is not valid....
Steps to reproduce 1. Enter text into the combo box 2. Make a selection 3. Note that the change event does not fire here 4. Make another selection 5. Now...