SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Fresh clone of repo on master does not build Swagger Issue

Open Alik2015 opened this issue 2 years ago • 1 comments

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'

Alik2015 avatar Nov 18 '23 02:11 Alik2015

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

simpleidserver avatar Nov 18 '23 19:11 simpleidserver