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
686 stars 90 forks source link

Fresh clone of repo on master does not build Swagger Issue #634

Closed Alik2015 closed 1 month ago

Alik2015 commented 7 months ago

When cloning repo or pulling new changes the project IdServer.Startup no longer builds with the following errors.


'IServiceCollection' does not contain a definition for 'AddSwaggerGen' and no accessible extension method 'AddSwaggerGen' accepting a first argument of type 'IServiceCollection' could be found
'IdentityServerConfiguration' does not contain a definition for 'ForceHttps' and no accessible extension method 'ForceHttps' accepting a first argument of type 'IdentityServerConfiguration'
simpleidserver commented 7 months ago

Oops! The build has been fixed in the master branch.