// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Potential Code Quality Issues", "RECS0026:Possible unassigned object created by 'new'", Justification = "Constructs add themselves to the scope in which they are created")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Potential Code Analyzer Warning", "CA1014:Mark assemblies with CLSCompliant", Justification = "")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Potential Code Analyzer Warning", "CA1506:.ctor' is ccoupled", Justification = "")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Potential Code Analyzer Warning", "CA1848:Use the LoggerMessage delegates", Justification = "")]