You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/08/23 07:33:00 UTC

[jira] [Updated] (IGNITE-15360) .NET: verify-nuget.ps1 fails if .NET 5 is installed

     [ https://issues.apache.org/jira/browse/IGNITE-15360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-15360:
------------------------------------
    Description: 
verify-nuget.ps1 fails if .NET 5 is installed:

{code}
error: NU1101: Unable to find package System.Configuration.ConfigurationManager. No packages exist with this id in source(s): C:\BuildAgent\work\7bc1c54bc719b67c\modules\platforms\dotnet\nupkg
{code}

Looks like NuGet restore behavior has changed in .NET 5 when "-s" option is present and it can't find ConfigurationManager on Nuget.org when a custom source is specified.

  was:
verify-nuget.ps1 fails if .NET 5 is installed:

{code}
error: NU1101: Unable to find package System.Configuration.ConfigurationManager. No packages exist with this id in source(s): C:\BuildAgent\work\7bc1c54bc719b67c\modules\platforms\dotnet\nupkg
{code}


> .NET: verify-nuget.ps1 fails if .NET 5 is installed
> ---------------------------------------------------
>
>                 Key: IGNITE-15360
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15360
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .NET
>             Fix For: 2.12
>
>
> verify-nuget.ps1 fails if .NET 5 is installed:
> {code}
> error: NU1101: Unable to find package System.Configuration.ConfigurationManager. No packages exist with this id in source(s): C:\BuildAgent\work\7bc1c54bc719b67c\modules\platforms\dotnet\nupkg
> {code}
> Looks like NuGet restore behavior has changed in .NET 5 when "-s" option is present and it can't find ConfigurationManager on Nuget.org when a custom source is specified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)