Skip to content
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

Merged
merged 4 commits into from
Nov 29, 2017
Merged

Align OmniSharp.Script with Dotnet.Script.DependencyModel 0.3.0 #1035

merged 4 commits into from
Nov 29, 2017

Conversation

seesharper
Copy link
Contributor

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")

@@ -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;
Copy link
Member

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

Copy link
Member

@filipw filipw left a 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

@filipw
Copy link
Member

filipw commented Nov 28, 2017

For a bit of context, this change incorporates tooling support for #load directives from NuGet.
This is the topic aligned with @tmat here and documented here

Copy link
Contributor

@DustinCampbell DustinCampbell left a 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.

@filipw
Copy link
Member

filipw commented Nov 29, 2017

Yep let's merge this!

@filipw filipw merged commit 3014e6c into OmniSharp:master Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants