Upgrayedd
Results
2
issues of
Upgrayedd
## 2. Scope of request Bug? AWS::CloudFront::Distribution - possible issue with tags and drift detection ## 3. Expected behavior When running drift detection on an AWS::CloudFront::Distribution resource, the tags applied...
bug?
In C#, this is valid: ```c# namespace MyNamespace { } ... Console.WriteLine(nameof(MyNamespace)) // "MyNamespace" ... ``` What happens when I try replicating this in C++ with this header is the...