You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newer versions contain some bug fixes that cause breakages in the tests so we need to do this upgrade manually.
> REPLACE THIS TEXT BLOCK
>
> Describe the reason for this change, what the solution is, and any
> important design decisions you made.
>
> Remember to follow the [CONTRIBUTING GUIDE] and [DESIGN GUIDELINES] for any
> code you submit.
>
> [CONTRIBUTING GUIDE]: https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md
> [DESIGN GUIDELINES]: https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md
Closes #<issue number here>.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: packages/aws-cdk/test/commands/test-resources/stacks/S3Stack.cs
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,12 @@
3
3
usingConstructs;
4
4
usingSystem.Collections.Generic;
5
5
6
-
namespaceCom.Acme.Test.Simple
6
+
namespaceGoodCSharpStack
7
7
{
8
+
publicclassGoodCSharpStackProps:StackProps
9
+
{
10
+
}
11
+
8
12
/// <summary>
9
13
/// AWS CloudFormation Sample Template S3_Website_Bucket_With_Retain_On_Delete: Sample template showing how to create a publicly accessible S3 bucket configured for website access with a deletion policy of retain on delete.
0 commit comments