ZCH

Results 6 issues of ZCH

https://github.com/Hdurian-CH/i7h.CS

I am trying run Electron.NET in my blazor wasm project, but I failed, it can not auto start the window. The powershell like this: ![screenshot](https://github.com/ElectronNET/Electron.NET/assets/80014323/3aae0944-247f-4a3f-892e-9803ceb933e9)

question

I get **LibGit2Sharp.LibGit2SharpException:“too many redirects or authentication replays”** when I push the repository. I use username&&password in CredentialsProvider ``` using var repo = new Repository(rootPath); var options = new PushOptions...