File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
<PublicKeyToken >69f491c39445e920</PublicKeyToken >
11
11
12
12
<SourceRoot >$(MSBuildThisFileDirectory)..\</SourceRoot >
13
+ <WarningsNotAsErrors >IDE0040;$(WarningsNotAsErrors)</WarningsNotAsErrors >
13
14
</PropertyGroup >
14
15
15
16
</Project >
Original file line number Diff line number Diff line change @@ -3542,7 +3542,7 @@ public class MyObject
3542
3542
3543
3543
public interface IMockObject
3544
3544
{
3545
- public string Method ( Expression < Func < MyObject , bool > > expression ) ;
3545
+ string Method ( Expression < Func < MyObject , bool > > expression ) ;
3546
3546
}
3547
3547
}
3548
3548
@@ -3632,8 +3632,8 @@ public void Test()
3632
3632
}
3633
3633
public interface IClassA
3634
3634
{
3635
- public IList < string > Items { get ; set ; }
3636
- public void Method ( ) ;
3635
+ IList < string > Items { get ; set ; }
3636
+ void Method ( ) ;
3637
3637
}
3638
3638
}
3639
3639
You can’t perform that action at this time.
0 commit comments