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

Support wildcards in NuGet Versions #82

Closed
4 of 13 tasks
eerhardt opened this issue Sep 17, 2019 · 1 comment
Closed
4 of 13 tasks

Support wildcards in NuGet Versions #82

eerhardt opened this issue Sep 17, 2019 · 1 comment

Comments

@eerhardt
Copy link
Member

Describe the bug

Please provide as much information as you can.

Try the following in a notebook:

#r "nuget:Microsoft.ML,1.*"

Expected result

I expect to get the latest stable ML.NET package.

Actual result

Attempting to install package Microsoft.ML, version 1....done!
Failed to add reference to package Microsoft.ML

index | value
-- | --
0 | error: '1.' is not a valid version string.

Note

If I do the following in a .csproj, it works correctly:

    <PackageReference Include="Microsoft.ML" Version="1.*" />

I expect it to work the same in a notebook.

Did this error occur while using dotnet try or online?

  • dotnet-try
  • online

What kind of error was it?

  • User Interface (UI): For example the output never displayed
  • Service Error: For example "The service is temporarily unavailable. We are working on it"
  • Other:

Screenshots

If applicable, add screenshots to help explain your problem.

Please complete the following:

  • OS
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Safari

/cc @rchande

@jonsequitur
Copy link
Contributor

image

@jonsequitur jonsequitur transferred this issue from dotnet/try Jan 24, 2020
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

No branches or pull requests

2 participants