File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . IO ;
3
3
4
- namespace Semmle . Extraction . CSharp . Standalone
4
+ namespace Semmle . Extraction . CSharp . DependencyFetching
5
5
{
6
6
internal record DotnetVersion : IComparable < DotnetVersion >
7
7
{
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
3
- namespace Semmle . BuildAnalyser
3
+ namespace Semmle . Extraction . CSharp . DependencyFetching
4
4
{
5
5
internal interface IDotNet
6
6
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
using System . IO ;
4
- using Semmle . BuildAnalyser ;
5
4
using System . Text ;
6
5
using System . Linq ;
7
6
8
- namespace Semmle . Extraction . CSharp . Standalone
7
+ namespace Semmle . Extraction . CSharp . DependencyFetching
9
8
{
10
9
internal class Razor
11
10
{
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
- using Semmle . BuildAnalyser ;
3
2
using Semmle . Util ;
4
3
using System . Text . RegularExpressions ;
5
4
using System . Linq ;
6
5
7
- namespace Semmle . Extraction . CSharp . Standalone
6
+ namespace Semmle . Extraction . CSharp . DependencyFetching
8
7
{
9
8
internal partial class Sdk
10
9
{
You can’t perform that action at this time.
0 commit comments