25 lines
3.3 KiB
C#
25 lines
3.3 KiB
C#
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved
|
|
|
|
using System;
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
|
|
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "namespace", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier", MessageId = "Fsrm")]
|
|
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "type", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.PowerShellRuleHoster", MessageId = "Hoster")]
|
|
[module: SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.PowerShellRuleHoster.#StepPipeline(Microsoft.Storage.IFsrmPropertyBag)")]
|
|
[module: SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.PowerShellRuleHoster.#ThrowNonPropertyBagException(System.String)")]
|
|
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "type", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.BlockablePropertyBagEnumerator", MessageId = "Blockable")]
|
|
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.BlockablePropertyBagEnumerator.#ResetBlockableEnum()", MessageId = "Blockable")]
|
|
[module: SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.BlockablePropertyBagEnumerator.#InsertData(System.Management.Automation.PSObject)", MessageId = "Data")]
|
|
[module: SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.StreamWrapperForIStream.#Seek(System.Int64,System.IO.SeekOrigin)")]
|
|
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.StreamWrapperForIStream.#.ctor(System.Runtime.InteropServices.ComTypes.IStream)", MessageId = "istream")]
|
|
[module: SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.StreamWrapperForIStream.#set_Position(System.Int64)")]
|
|
[module: SuppressMessage("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.StreamWrapperForIStream.#Dispose()")]
|
|
[module: SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.StreamWrapperForIStream.#Read(System.Byte[],System.Int32,System.Int32)")]
|
|
[module: SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes", Scope = "member", Target = "Microsoft.Samples.Fsrm.PowerShellHostClassifier.HostingClassifier.#GetPropertyValueToApply(System.String,System.String&,System.Guid,System.Guid)")]
|