Add SimpleIdServer.Scim.Domains project to the SimpleIdServer.IdServer.Host solution because the SimpleIdServer.IdServer.Startup project wasn't compiling #816
Hello, I did a fresh clone of the repository and on the master branch, when trying to compile the SimpleIdServer.IdServer.Startup project from the SimpleIdServer.IdServer.Host solution in Visual Studio, I encountered this error:
Upon reviewing, I found that the SimpleIdServer.Scim.Domains project needed to be added to the solution:
Once the project was added, the SimpleIdServer.IdServer.Startup project compiled successfully:
I hope this will be taken into consideration, thank you.
Hello, I did a fresh clone of the repository and on the master branch, when trying to compile the SimpleIdServer.IdServer.Startup project from the SimpleIdServer.IdServer.Host solution in Visual Studio, I encountered this error:
Upon reviewing, I found that the SimpleIdServer.Scim.Domains project needed to be added to the solution:
Once the project was added, the SimpleIdServer.IdServer.Startup project compiled successfully:
I hope this will be taken into consideration, thank you.