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 2022/04/05 06:00:00 UTC

[jira] [Comment Edited] (IGNITE-16788) .NET: verify-nuget.ps1 fails

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

Pavel Tupitsyn edited comment on IGNITE-16788 at 4/5/22 5:59 AM:
-----------------------------------------------------------------

Merged to master: 56dae898101413c7a66a90cdcb9113c9f15bc771
Cherry-picked to ignite-2.13: 9b5f3654e4609b77a9d19d296ded5c7a8833fc62


was (Author: ptupitsyn):
Merged to master: 56dae898101413c7a66a90cdcb9113c9f15bc771

> .NET: verify-nuget.ps1 fails
> ----------------------------
>
>                 Key: IGNITE-16788
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16788
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.13
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.13
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *verify-nuget.ps1* fails with the following error:
> {code}
> Unhandled Exception: System.TypeInitializationException: The type initializer for 'NLog.LogManager' threw an exception. ---> System.MissingMethodException: Method not found: 'System.AppDomainSetup System.AppDomain.get_SetupInformation()'.
>    at NLog.Internal.Fakeables.AppDomainWrapper..ctor(AppDomain appDomain)
>    at NLog.LogFactory.get_CurrentAppDomain()
>    at NLog.LogFactory..ctor()
>    at NLog.LogManager..cctor()
>    --- End of inner exception stack trace ---
>    at NLog.Internal.ExceptionHelper.MustBeRethrown(Exception exception)
>    at NLog.Config.Factory`2.ScanTypes(Type[] types, String prefix)
>    at NLog.Config.ConfigurationItemFactory.RegisterItemsFromAssembly(Assembly assembly, String itemNamePrefix)
>    at NLog.Config.ConfigurationItemFactory..ctor(Assembly[] assemblies)
>    at NLog.Config.ConfigurationItemFactory.BuildDefaultFactory()
>    at NLog.Config.ConfigurationItemFactory.get_Default()
>    at NLog.Targets.TargetWithLayout..ctor()
>    at NLog.Targets.ColoredConsoleTarget..ctor()
>    at test_proj.Program.InitLoggers() in /home/pavel/w/ignite/modules/platforms/dotnet/release/test-proj/Program.cs:line 105
>    at test_proj.Program.MainAsync() in /home/pavel/w/ignite/modules/platforms/dotnet/release/test-proj/Program.cs:line 44
>    at test_proj.Program.Main() in /home/pavel/w/ignite/modules/platforms/dotnet/release/test-proj/Program.cs:line 39
> {code}
> Additionally, it requires unsupported .NET Core 2.1 SDK via global.json.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)