File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Semmle.Autobuild.CSharp.Tests Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11using Xunit ;
2- using Semmle . Autobuild . Shared ;
3- using Semmle . Util ;
4- using System . Collections . Generic ;
52using System ;
3+ using System . Collections . Generic ;
4+ using System . IO ;
65using System . Linq ;
7- using Microsoft . Build . Construction ;
86using System . Xml ;
9- using System . IO ;
7+ using Microsoft . Build . Construction ;
8+ using Semmle . Util ;
9+ using Semmle . Autobuild . Shared ;
1010
1111namespace Semmle . Autobuild . CSharp . Tests
1212{
Original file line number Diff line number Diff line change 1- using Semmle . Extraction . CSharp ;
1+ using System . Linq ;
2+ using Semmle . Util ;
23using Semmle . Util . Logging ;
34using Semmle . Autobuild . Shared ;
4- using Semmle . Util ;
5- using System . Linq ;
5+ using Semmle . Extraction . CSharp ;
66
77namespace Semmle . Autobuild . CSharp
88{
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Linq ;
44using System . Text . RegularExpressions ;
5- using Semmle . Autobuild . Shared ;
65using Semmle . Util ;
6+ using Semmle . Autobuild . Shared ;
77
88namespace Semmle . Autobuild . CSharp
99{
Original file line number Diff line number Diff line change 11using System ;
2- using Semmle . Util . Logging ;
3- using System . Linq ;
4- using Newtonsoft . Json . Linq ;
52using System . Collections . Generic ;
63using System . IO ;
4+ using System . Linq ;
75using Semmle . Util ;
6+ using Semmle . Util . Logging ;
87using Semmle . Autobuild . Shared ;
8+ using Newtonsoft . Json . Linq ;
99
1010namespace Semmle . Autobuild . CSharp
1111{
Original file line number Diff line number Diff line change 1- using Semmle . Util ;
2- using Semmle . Util . Logging ;
31using System ;
42using System . Collections . Generic ;
53using System . IO ;
64using System . Linq ;
5+ using Semmle . Util ;
6+ using Semmle . Util . Logging ;
77
88namespace Semmle . Autobuild . Shared
99{
Original file line number Diff line number Diff line change 1- using Microsoft . Build . Construction ;
2- using Microsoft . Build . Exceptions ;
3- using System ;
1+ using System ;
42using System . Collections . Generic ;
5- using System . Linq ;
63using System . IO ;
4+ using System . Linq ;
5+ using Microsoft . Build . Construction ;
6+ using Microsoft . Build . Exceptions ;
77using Semmle . Util . Logging ;
88
99namespace Semmle . Autobuild . Shared
You can’t perform that action at this time.
0 commit comments