@dmeagor I'll check incorrectly have ".Shout" endings problem
@lwilbourn created an internal issue (#4243) besides, there's no need to add PublicWebIdentityServerModule to HttpApihostModule. you can delete the red lines.
I just tested to ensure that it works. I created a new solution then run the following command.
I had a temporary problem with NuGet.
Then I run the following command to clear my broken NuGet folder.
dotnet nuget locals -c all
After all, I can inject IPaymentRequestAppService
to my controller or appservice and use it.
@dmeagor, created an issue https://github.com/abpframework/abp/issues/6535
Sorry but I cannot tell a exact date for this feature. I think you can handle this easy task. Also ABP cannot solve all the software problems, and it's written in the docs that it's not supported for now. So thanks for your understanding.
@dmeagor , I'll check it.
@Ryan.sposato@ethany.com
Angular login page has been removed in v3.1 See https://blog.abp.io/abp/ABP-Framework-v3.1-RC-Has-Been-Released
There's no v3.2.0 packag for Serilog.Extensions.Hosting. Please double check.
You might be confusing it with Serilog.AspNetCore
?
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
HttpApi.Host packages:
<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.0" />
</ItemGroup>