I've moved from a windows machine to a Macbook so I've moved from VS Community to VS Community for Mac.
I already have applications built in Asp.net Core 2.1 with Windows Authentication which does not work when debugging on the Mac because it does not have IIS from my understanding and I cannot move to Individual Accounts Login.
Is there any work around for this without having to publish the code to test code?
My current setup in VS Community for Mac and Docker for SQL Server