Unable to build (The given key was not present in the dictionary.)
See original GitHub issueHi,
I am struggling to get Electron.Net to build my project, I can use dotnet electronize start
and that works properly but I cannot seem to get it to build. My project is dotnet core MVC
ElectronNET.CLI Version: 0.0.9.0 Microsoft.AspNetCore 2.1.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
The given key was not present in the dictionary. Which key?
The given key '" + key.ToString() + "' was not present in the dictionary. Solutions might involve mixins or derived classes maybe. c# ......
Read more >The given Key was not present in the dictionary
To fix this issue, re-create the Group Policy and registry settings. However, while you are using the registry browser to select values in...
Read more >Solved: The given key was not present in the dictionary
It does occur after the Windows update, I have done some research and it seems like this is due to the Windows update...
Read more >The given key was not present in the dictionary - Help
So this message says that the key is not found in the queue item value. So make sure you check the keys you...
Read more >[Solved] The given key was not present in the dictionary
Use F11 (step into) in debuger on 'string POS...' line and repeat that until you find the cause. Also check the exception stack...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same issue with version 0.0.11.0
I was using the following comand in git bash:
electronize build /target win
using windows cmd solved the issueIf the issue is still not solved just let me know.