-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into bugfix/csx-gotometadata
- Loading branch information
Showing
89 changed files
with
257 additions
and
235 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...rp.Abstractions/Services/IEventEmitter.cs → ...rp.Abstractions/Eventing/IEventEmitter.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace OmniSharp.Services | ||
namespace OmniSharp.Eventing | ||
{ | ||
public interface IEventEmitter | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
...ons/Extensions/IEventEmitterExtensions.cs → ...tions/Eventing/IEventEmitterExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rvices/FileWatching/IFileSystemWatcher.cs → ...ctions/FileWatching/IFileSystemWatcher.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...actions/Services/IOmniSharpEnvironment.cs → ...arp.Abstractions/IOmniSharpEnvironment.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
|
||
namespace OmniSharp.Models.Events | ||
{ | ||
public class ErrorMessage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace OmniSharp.Models | ||
namespace OmniSharp.Models.Events | ||
{ | ||
public class PackageDependency | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/OmniSharp.Abstractions/Models/Events/PackageRestoreMessage.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace OmniSharp.Models | ||
namespace OmniSharp.Models.Events | ||
{ | ||
public class PackageRestoreMessage | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/OmniSharp.Abstractions/Models/Events/UnresolvedDependenciesMessage.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/OmniSharp.Abstractions/Models/v1/ChangeBuffer/ChangeBufferRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
using OmniSharp.Mef; | ||
|
||
namespace OmniSharp.Models.ChangeBuffer | ||
|
2 changes: 0 additions & 2 deletions
2
src/OmniSharp.Abstractions/Models/v1/CodeAction/CodeActionRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/OmniSharp.Abstractions/Models/v1/Format/FormatRangeRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
using OmniSharp.Mef; | ||
|
||
namespace OmniSharp.Models.Format | ||
|
1 change: 0 additions & 1 deletion
1
src/OmniSharp.Abstractions/Models/v1/GotoDefinition/GotoDefinitionResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/OmniSharp.Abstractions/Models/v1/Highlight/HighlightRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
using OmniSharp.Mef; | ||
|
||
namespace OmniSharp.Models.Highlight | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
src/OmniSharp.Abstractions/Models/v1/LinePositionSpanTextChange.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/OmniSharp.Abstractions/Models/v1/Navigate/NavigateResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
using System.Collections.Generic; | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
|
||
namespace OmniSharp.Models | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
....Abstractions/Services/TestCommandType.cs → .../Models/v1/TestCommand/TestCommandType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace OmniSharp | ||
namespace OmniSharp.Models.TestCommand | ||
{ | ||
public enum TestCommandType | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
|
||
namespace OmniSharp.Models.V2 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Newtonsoft.Json; | ||
using OmniSharp.Json; | ||
|
||
namespace OmniSharp.Models.V2 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ractions/Mef/Options/FormattingOptions.cs → ...Abstractions/Options/FormattingOptions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
src/OmniSharp.Abstractions/Services/IMetadataFileReferenceCache.cs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/OmniSharp.Abstractions/Services/IWorkspaceOptionsProvider.cs
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...rp.Abstractions/Services/TransportType.cs → src/OmniSharp.Abstractions/TransportType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace OmniSharp.Services | ||
namespace OmniSharp | ||
{ | ||
public enum TransportType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...ctions/Extensions/ReflectionExtensions.cs → ...actions/Utilities/ReflectionExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Abstractions/Extensions/TaskExtensions.cs → ....Abstractions/Utilities/TaskExtensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.