John Call
John Call
## Description With .Net 6 [Caller Argument Expression](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/caller-argument-expression) was added, this could be used in testfx to provide the expression which failed the check. Doing this could provider consumers more...
Enable control flow guard when building with msvc as nironcompress.dll is reporting [BA2008](https://github.com/microsoft/binskim/blob/main/docs/BinSkimRules.md#rule-BA2008EnableControlFlowGuard) from BinSkim. Verified that after this change that binskim no longer reports BA2008. More details for /guard...
**Bicep version** 0.36.1 **Describe the bug** When decompiling a template with a parameter like `Security.Authentication.AAD.Tenant` bicep decompiles it to `Security_Authentication_AAD_Tenant` with no notification that it is doing this renaming. It...