You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2022/11/11 16:23:00 UTC

[jira] [Commented] (IGNITE-18133) .NET: Thin 3.0: Build may fail due to Maven artifacts

    [ https://issues.apache.org/jira/browse/IGNITE-18133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632450#comment-17632450 ] 

Igor Sapego commented on IGNITE-18133:
--------------------------------------

[~ptupitsyn] looks good to me.

> .NET: Thin 3.0: Build may fail due to Maven artifacts
> -----------------------------------------------------
>
>                 Key: IGNITE-18133
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18133
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 3.0.0-beta1
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> *ApiException.java* is autogenerated, and occurs in multiple places (cli/target and cli/build). We should ignore those in the source generator.
> {code}
> C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet>dotnet build
> MSBuild version 17.3.2+561848881 for .NET
>   Определение проектов для восстановления...
>   Все проекты обновлены для восстановления.
>   Apache.Ignite.Internal.Generators -> C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet\Apache.Ignite.Internal.Generators\bin\Debug\netstandard2.0\Apache.Ignite.Internal.Generators.dll
>   Apache.Ignite.Internal.Generators -> C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet\Apache.Ignite.Internal.Generators\bin\Debug\netstandard2.0\Apache.Ignite.Internal.Generators.dll
> CSC : error CS8785: Генератору "ExceptionsGenerator" не удалось создать источник. Это не повлияет на выходные данные и ошибки компиляции, которые могут возникнуть в результате. Тип возникшего исключения: "ArgumentException", сообщен
> ие: "An item with the same key has already been added. Key: ApiException" [C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet\Apache.Ignite\Apache.Ignite.csproj]
> C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet\Apache.Ignite\Internal\ClientSocket.cs(311,20): error CS0103: Имя "ExceptionMapper" не существует в текущем контексте. [C:\Users\mapoc\IdeaProjects\ignite-3\modules\platf 
> orms\dotnet\Apache.Ignite\Apache.Ignite.csproj]
> Ошибка сборки.
> CSC : error CS8785: Генератору "ExceptionsGenerator" не удалось создать источник. Это не повлияет на выходные данные и ошибки компиляции, которые могут возникнуть в результате. Тип возникшего исключения: "ArgumentException", сообщен 
> ие: "An item with the same key has already been added. Key: ApiException" [C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet\Apache.Ignite\Apache.Ignite.csproj]
> C:\Users\mapoc\IdeaProjects\ignite-3\modules\platforms\dotnet\Apache.Ignite\Internal\ClientSocket.cs(311,20): error CS0103: Имя "ExceptionMapper" не существует в текущем контексте. [C:\Users\mapoc\IdeaProjects\ignite-3\modules\platf 
> orms\dotnet\Apache.Ignite\Apache.Ignite.csproj]
>     Предупреждений: 0
>     Ошибок: 2
> Прошло времени 00:00:02.78
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)