/ src / modules / cmdpal / ext / Microsoft.CmdPal.Ext.Shell / LocalSuppressions.cs
LocalSuppressions.cs
1  // Copyright (c) Microsoft Corporation
2  // The Microsoft Corporation licenses this file to you under the MIT license.
3  // See the LICENSE file in the project root for more information.
4  using System.Diagnostics.CodeAnalysis;
5  
6  [assembly: SuppressMessage("Interoperability", "CsWinRT1028: Class should be marked partial", Justification = "CsWin32 generated code; not used across WinRT boundary", Scope = "type", Target = "~T:Windows.Win32.LocalFreeSafeHandle")]