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 2020/04/24 18:26:00 UTC

[jira] [Updated] (IGNITE-12940) .NET: NuGet tests fail with compilation error

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

Pavel Tupitsyn updated IGNITE-12940:
------------------------------------
    Description: 
{code}
:\BuildAgent\temp\buildTmp\NuGetScratch\1izrscml.xvp.nugetrestore.targets(435,34): error MSB4092: An unexpected token ")" was found at character position 28 in condition "@(PackageReference->Count()) > 0". [C:\BuildAgent\work\832880717e6391e9\incubator-ignite\modules\platforms\dotnet\Apache.Ignite.Core\Apache.Ignite.Core.csproj
{code}

Caused by the bug in NuGet: https://github.com/NuGet/Home/issues/9458
We use the latest version in build.ps1, so this started failing right after the release.

Fix the script to use a fixed, known-to-be-good version instead of the latest.

> .NET: NuGet tests fail with compilation error
> ---------------------------------------------
>
>                 Key: IGNITE-12940
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12940
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>
> {code}
> :\BuildAgent\temp\buildTmp\NuGetScratch\1izrscml.xvp.nugetrestore.targets(435,34): error MSB4092: An unexpected token ")" was found at character position 28 in condition "@(PackageReference->Count()) > 0". [C:\BuildAgent\work\832880717e6391e9\incubator-ignite\modules\platforms\dotnet\Apache.Ignite.Core\Apache.Ignite.Core.csproj
> {code}
> Caused by the bug in NuGet: https://github.com/NuGet/Home/issues/9458
> We use the latest version in build.ps1, so this started failing right after the release.
> Fix the script to use a fixed, known-to-be-good version instead of the latest.



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