added service collection extension for setting proxy to HttpClient (in new version of HttpClient bypassing local adresses is broken, so in this case proxy must be set explicitly)
Changes in ApiGateway
added global proxy for HttpClient (because of Ocelot)
Changes in Kros.Authorization.Api
added global proxy for HttpClient (because of authorization middleware)
moved ServiceCollectionExtensions to Application folder, so it follows our architecture guidelines
removed ClaimsPrincipalExtensions, as this class was already copied to Kros.ToDos.Base
Changes in Kros.Organizations.Api
added global proxy for HttpClient (because of request for sending user role when creating company)
This pull request introduces 1 alert when merging 1840b1411355ea10b35098771993653c59191111 into b9a394a70617b3c9c9855d49cdd10cb3dda45152 - view on LGTM.com
Changes in all projects
AddApi
in ConfigureServices with .NET Core 3.0 methodAddControllers
UseRouting
method to Configure and replacedUseMvc
method withUseEndpoints
alternative:Changes in Kros.ToDos.Base
Changes in ApiGateway
Changes in Kros.Authorization.Api
Changes in Kros.Organizations.Api