We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832925a commit 6613f8fCopy full SHA for 6613f8f
tests/SourceFlow.Cloud.AWS.Tests/TestHelpers/LocalStackManager.cs
@@ -840,8 +840,11 @@ public async ValueTask DisposeAsync()
840
/// </summary>
841
private class LocalStackHealthResponse
842
{
843
+ [System.Text.Json.Serialization.JsonPropertyName("services")]
844
public Dictionary<string, string>? Services { get; set; }
845
+ [System.Text.Json.Serialization.JsonPropertyName("version")]
846
public string? Version { get; set; }
847
+ [System.Text.Json.Serialization.JsonPropertyName("features")]
848
public Dictionary<string, object>? Features { get; set; }
849
}
850
0 commit comments