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

Add missing dependency on Microsoft.CodeAnalysis.Analyzers v1.1.0 #46

Merged

Conversation

jthelin
Copy link
Member

@jthelin jthelin commented Oct 8, 2018

Add missing dependency on Microsoft.CodeAnalysis.Analyzers package, to ensure correct version is restored.

A dependency on package Microsoft.CodeAnalysis.Analyzers v1.1.0 implicitly shows up for csharp projects in VS2017, but that package version will not be downloaded / restored on a new machine unless the dependency is called out explicitly in the .csproj file.

…kage.

A dependency on package `Microsoft.CodeAnalysis.Analyzers` v1.1.0 implicitly shows up for csharp projects in VS2017, but that package version will not be downloaded / restored unless the dependency is called out explicitly in the .csproj file.
@badrishc badrishc merged commit 4b71b84 into microsoft:master Oct 8, 2018
@badrishc
Copy link
Contributor

badrishc commented Oct 8, 2018

Makes sense, thanks. We also need to modify FASTER.core.nuspec and FASTER.core.debug.nuspec.

@jthelin jthelin deleted the Microsoft.CodeAnalysis.Analyzers branch October 8, 2018 22:16
@jthelin
Copy link
Member Author

jthelin commented Oct 8, 2018

We also need to modify FASTER.core.nuspec and FASTER.core.debug.nuspec.

Won't the Microsoft.CodeAnalysis.* packages only be required at build time, so downstream users of the .nupkg should not require to reference them?

@badrishc
Copy link
Contributor

badrishc commented Oct 8, 2018

We have dynamic code generation and compilation going on when user creates a FASTER instance, and I thought maybe that would require it.

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.

None yet

2 participants