* Initial login flow changes

* I hate windows

* Make it compile

* Hehe, you bet

* Another approach

* Misc

* Misc

* Final touches

* Misc

* Okay xpaw

* xPaw update

* Keep set input for reconnection

* Unify login errors

* Add missing registry entry

* Final touches before I lose my sanity
This commit is contained in:
Łukasz Domeradzki
2023-03-17 23:59:46 +01:00
committed by GitHub
parent 25e7e21604
commit dd663f43b9
8 changed files with 456 additions and 267 deletions

View File

@@ -19,6 +19,12 @@
"allowedVersions": "<= 3.1",
"matchManagers": [ "nuget" ],
"matchPackageNames": [ "Microsoft.Extensions.Configuration.Json", "Microsoft.Extensions.Logging.Configuration" ]
},
{
// TODO: Stick with SK2 version until we can remove the submodule
"enabled": false,
"matchManagers": [ "nuget" ],
"matchPackageNames": [ "Microsoft.Win32.Registry", "protobuf-net" ]
}
]
}