File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
StaticAnalysis.Test/TestCmdlets Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ public static class SignatureProblemId
6
6
public const int ConfirmLeveleWithNoShouldProcess = 8010 ;
7
7
public const int ActionIndicatesShouldProcess = 8100 ;
8
8
public const int ConfirmLevelChange = 8200 ;
9
- public const int CmdletWithDestructiveVerbNoForce = 8210 ;
10
9
public const int CmdletWithUnapprovedVerb = 8300 ;
11
10
public const int CmdletWithPluralNoun = 8400 ;
12
11
public const int ParameterWithPluralNoun = 8410 ;
Original file line number Diff line number Diff line change @@ -205,27 +205,6 @@ protected override void BeginProcessing()
205
205
}
206
206
}
207
207
}
208
-
209
- namespace StaticAnalysis . Test . CmdletTest . Signature . ShouldContinueVerbWithoutForceSwitch
210
- {
211
- using System . Management . Automation ;
212
-
213
- /// <summary>
214
- /// Verify if cmdlet that has Force parameter should also define SupportsShouldProcess parameter
215
- /// </summary>
216
- [ Cmdlet ( VerbsData . Export , "ShouldContinueVerbWithoutForceSwitch" ) ]
217
- public class ShouldContinueVerbWithoutForceSwitch : Cmdlet
218
- {
219
- /// <summary>
220
- ///
221
- /// </summary>
222
- protected override void BeginProcessing ( )
223
- {
224
- WriteObject ( "TestCmdLet BeginProcessing()" ) ;
225
- WriteInformation ( "Info" , null ) ;
226
- }
227
- }
228
- }
229
208
#endregion
230
209
231
210
#region CmdletWithUnapprovedVerb
You can’t perform that action at this time.
0 commit comments