-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align OmniSharp.Script with Dotnet.Script.DependencyModel 0.3.0 #1035
Conversation
@@ -13,6 +13,8 @@ | |||
using OmniSharp.Services; | |||
using OmniSharp.Roslyn.Utilities; | |||
using Dotnet.Script.DependencyModel.Compilation; | |||
using Dotnet.Script.DependencyModel.NuGet; | |||
using Microsoft.CodeAnalysis.Scripting; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
namespaces should be sorted: first system, then external, then OmniSharp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than the sort, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. If @filipw is good with it, I am too.
Yep let's merge this! |
This PR aligns OmniSharp.Script with Dotnet.Script.DependencyModel 0.3.0 and adds support for providing metadata for script packages.
Also took the liberty to fix a typo 😄 ("Destkop CLR scripts" -> "Desktop CLR scripts")