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 1
1
using Xunit ;
2
- using Semmle . Autobuild . Shared ;
3
- using Semmle . Util ;
4
- using System . Collections . Generic ;
5
2
using System ;
3
+ using System . Collections . Generic ;
4
+ using System . IO ;
6
5
using System . Linq ;
7
- using Microsoft . Build . Construction ;
8
6
using System . Xml ;
9
- using System . IO ;
7
+ using Microsoft . Build . Construction ;
8
+ using Semmle . Util ;
9
+ using Semmle . Autobuild . Shared ;
10
10
11
11
namespace Semmle . Autobuild . CSharp . Tests
12
12
{
Original file line number Diff line number Diff line change 1
- using Semmle . Extraction . CSharp ;
1
+ using System . Linq ;
2
+ using Semmle . Util ;
2
3
using Semmle . Util . Logging ;
3
4
using Semmle . Autobuild . Shared ;
4
- using Semmle . Util ;
5
- using System . Linq ;
5
+ using Semmle . Extraction . CSharp ;
6
6
7
7
namespace Semmle . Autobuild . CSharp
8
8
{
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Text . RegularExpressions ;
5
- using Semmle . Autobuild . Shared ;
6
5
using Semmle . Util ;
6
+ using Semmle . Autobuild . Shared ;
7
7
8
8
namespace Semmle . Autobuild . CSharp
9
9
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using Semmle . Util . Logging ;
3
- using System . Linq ;
4
- using Newtonsoft . Json . Linq ;
5
2
using System . Collections . Generic ;
6
3
using System . IO ;
4
+ using System . Linq ;
7
5
using Semmle . Util ;
6
+ using Semmle . Util . Logging ;
8
7
using Semmle . Autobuild . Shared ;
8
+ using Newtonsoft . Json . Linq ;
9
9
10
10
namespace Semmle . Autobuild . CSharp
11
11
{
Original file line number Diff line number Diff line change 1
- using Semmle . Util ;
2
- using Semmle . Util . Logging ;
3
1
using System ;
4
2
using System . Collections . Generic ;
5
3
using System . IO ;
6
4
using System . Linq ;
5
+ using Semmle . Util ;
6
+ using Semmle . Util . Logging ;
7
7
8
8
namespace Semmle . Autobuild . Shared
9
9
{
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 ;
4
2
using System . Collections . Generic ;
5
- using System . Linq ;
6
3
using System . IO ;
4
+ using System . Linq ;
5
+ using Microsoft . Build . Construction ;
6
+ using Microsoft . Build . Exceptions ;
7
7
using Semmle . Util . Logging ;
8
8
9
9
namespace Semmle . Autobuild . Shared
You can’t perform that action at this time.
0 commit comments