+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Package restore failed. Rolling back package changes for 'CustomerService.API'.
At line:1 char:1
Install-Package Swashbuckle.Core
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
I've used Swashbuckle for Web API projects before and it works like a charm. But now I'm trying to use the Swashbuckle.AspNetCore on my .Net Core 2.1 MVC project (this is not a WebAPI project), and it installs with no errors, but it doesn't work. I don't see it creating a SwaggerConfig.cs file. So, my question is, will this work for a none WebApi project? i.e. just an MVC project?