Cees van Altena
Cees van Altena
Hello, I am a long time happy user of this agent/scanner but since I updated hama/ASS to the newest version (today) because of the 1000 episode bug, One Piece is...
What is described in paragraph "using server variables in rewrite rules" is not correct. The information In the list about http headers is not correct. A dash in the http...
**Is your feature request related to a problem? Please describe.** We want to construct a service bus fqdn. Currently there is no service bus suffix available in the `environment()` function....
Hi @JaccoR, Is this project still active? I see some call for help in the issues without any response from you. With kind regards, Cees
Hello, I try to return a `Result.Created(Result.Success())` via a ReturnsAsync with Moq as follows: ``` var r2 = Result.Created(Result.Success()); _mockService2 .Setup(x => x.SyncAsync(It.IsAny(), It.IsAny())) .ReturnsAsync(r2); ``` But when the Mock...
Hello, The rule name should clearly indicate its focus on AVM modules, as mentioned: "Non-Azure Verified Modules are retired from the public module registry" ([source](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/modules#public-module-registry)). Also, if you look at...