simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
735 stars 99 forks source link

Add SimpleIdServer.Scim.Domains project to the SimpleIdServer.IdServer.Host solution because the SimpleIdServer.IdServer.Startup project wasn't compiling #816

Closed lechediaz closed 4 days ago

lechediaz commented 1 week ago

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:

compilar 1

Upon reviewing, I found that the SimpleIdServer.Scim.Domains project needed to be added to the solution:

compilar 2

compilar 3

Once the project was added, the SimpleIdServer.IdServer.Startup project compiled successfully:

compilar 4

compilar 5

I hope this will be taken into consideration, thank you.

simpleidserver commented 4 days ago

Hello, and thank you for your contribution! 🙂 The pull request has been merged!