File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
examples/InstancePropertyExample Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,9 @@ public void working(
4040
4141 [ Theory ]
4242 [ InlineData ( "-i 32 -t junk" ) ]
43+ #pragma warning disable xUnit1026 // Theory methods should use all of their parameters
4344 public void broken ( string cmdLine )
45+ #pragma warning restore xUnit1026 // Theory methods should use all of their parameters
4446 {
4547 var builder = ServiceProvider . Instance . GetRequiredService < BindingTargetBuilder > ( ) ;
4648
Original file line number Diff line number Diff line change 44using FluentAssertions ;
55using J4JSoftware . CommandLine ;
66using Xunit ;
7+ #pragma warning disable 8618
78
89namespace J4JCommandLine . Tests
910{
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Linq ;
44using System . Text ;
5+ #pragma warning disable 8618
56
67namespace J4JSoftware . CommandLine
78{
Original file line number Diff line number Diff line change 22using Autofac ;
33using Autofac . Extensions . DependencyInjection ;
44using Microsoft . Extensions . DependencyInjection ;
5+ #pragma warning disable 8618
56
67namespace J4JSoftware . CommandLine . Examples
78{
You can’t perform that action at this time.
0 commit comments