File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 <PublicKeyToken >69f491c39445e920</PublicKeyToken >
1111
1212 <SourceRoot >$(MSBuildThisFileDirectory)..\</SourceRoot >
13+ <WarningsNotAsErrors >IDE0040;$(WarningsNotAsErrors)</WarningsNotAsErrors >
1314 </PropertyGroup >
1415
1516</Project >
Original file line number Diff line number Diff line change @@ -3542,7 +3542,7 @@ public class MyObject
35423542
35433543 public interface IMockObject
35443544 {
3545- public string Method ( Expression < Func < MyObject , bool > > expression ) ;
3545+ string Method ( Expression < Func < MyObject , bool > > expression ) ;
35463546 }
35473547 }
35483548
@@ -3632,8 +3632,8 @@ public void Test()
36323632 }
36333633 public interface IClassA
36343634 {
3635- public IList < string > Items { get ; set ; }
3636- public void Method ( ) ;
3635+ IList < string > Items { get ; set ; }
3636+ void Method ( ) ;
36373637 }
36383638 }
36393639
You can’t perform that action at this time.
0 commit comments