-
Notifications
You must be signed in to change notification settings - Fork 174
Prerelease nuget packages #407
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
Comments
So it works at runtime, but you don't get intellisense correctly, right? |
Intellisense seems to work but caching the package does not work and you get the message that you have to pin the version. |
@b0urb4k1 Could you give an example of a preview package that does not get cached? |
Here is an example. Octokit.GraphQL. https://www.nuget.org/packages/Octokit.GraphQL/0.1.4-beta
Seems similar to #477 |
Another Example... Microsoft.Data.SqlClient 2.0.0-preview3.20122.2:
Returns:
|
In the 1.5.0 version of dotnet-script, I was able to resolve a directly targeted version of a pre-release nuget package: |
yes - thanks |
The NugetReferenceResolver only resolves normal packages but not prerelease packages.
https://github.com/filipw/dotnet-script/blob/master/src/Dotnet.Script.DependencyModel.Nuget/NuGetSourceReferenceResolver.cs#L18
The text was updated successfully, but these errors were encountered: