dotnet electronize build win giving error in vs 2017 asp.net core mvc #158

Open
opened 2026-01-29 16:32:36 +00:00 by claunia · 0 comments
Owner

Originally created by @himansu-Bhusan93 on GitHub (May 11, 2018).

Unhandled Exception: System.AggregateException: One or more errors occurred. (Th
e given key was not present in the dictionary.) ---> System.Collections.Generic.
KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary2.get_Item(TKey key) at ElectronNET.CLI.Commands.BuildCommand.<ExecuteAsync>b__13_0() at System.Threading.Tasks.Task1.InnerInvoke()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceled
Exceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotifica
tion)
at ElectronNET.CLI.Program.Main(String[] args)

Originally created by @himansu-Bhusan93 on GitHub (May 11, 2018). Unhandled Exception: System.AggregateException: One or more errors occurred. (Th e given key was not present in the dictionary.) ---> System.Collections.Generic. KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at ElectronNET.CLI.Commands.BuildCommand.<ExecuteAsync>b__13_0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C ontextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceled Exceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotifica tion) at ElectronNET.CLI.Program.Main(String[] args)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#158