Andrey Dernov
Andrey Dernov
From https://youtrack.jetbrains.com/issue/IDEA-182749 This is usability bug for aws cloudformation plugin. # Create following aws yaml cloudformation file: ``` MyKmsKey: Type: "AWS::KMS::Key" Properties: Description: "My ksm key" KeyPolicy: Version: "2012-10-17" Id:...
Originally reported at https://youtrack.jetbrains.com/issue/IJPL-181167 Please see the attached screenshots showing the issue. The problem occurs with this code snippet: ```powershell class Testing { [TestClass]Deserialize([string]$json) { $jsonObj = [Testing]::New() return [JsonSerializer]::Deserialize[TestClass]($json,$jsonObj.GetOptions())...