Elijah Bate
Elijah Bate
Ability to login with, FB, twitter etc. Add friends/followers and assign keys to them Chat with the inside felony. Will be doing work to make windows build run. And will...
When using docker containers on windows link containers with --link I was getting errors connecting to the linked container, after a loooooooong time i found simple by using 'server=tcp:servername' it...
Create a new project for dotnetcore, try to utiliseold test as much as possible. Convert NUnit tests to XUnit so that they run under dotnet test with xunit runner.
Try and fix windows auth implementation, utilise new System.Runtime.IsOsPlatform(OSPlatform.Windows) so that it will only be available on windows(if there isn't a way of supporting on *nix)
Replication currently utilises the old web config, this no longer exists. It will now have to a settings class that gets passed in.