hi
I downloaded your project, can you share some steps or tips?
You can try to change to a new folder, then check out the git code, and try to publish again.
hi
liming.ma@volosoft.com
Please make your project as simple as possible.
Thanks
hi
Yes, I think it was fixed in the v3.0.0.
Are you having this problem again in 3.x? I will ask my colleague to confirm this.
hi
You can try to override DefaultAmazonS3ClientFactory class to set additional properties, I'm not sure if it supports this.
https://github.com/aws/aws-sdk-net
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlobStoring.Aws/Volo/Abp/BlobStoring/Aws/DefaultAmazonS3ClientFactory.cs#L30-L58
hi
I don't know your exact code, but you just need to create the resources and localize the translations on the server side, and after that you can use them in web.public, which you can see in a new template project.
If my understanding is wrong, you can share some code to explain your case in detail.
hi
https://github.com/abpframework/abp-samples/blob/master/Dapper/DapperDemo/Repositories/DapperBookRepository.cs https://community.abp.io/posts/new-raw-sql-queries-for-unmapped-types-with-ef-core-8.0-ahc815sn https://github.com/abpframework/abp-samples/tree/master/StoredProcedureDemo
hi
This document already explains the steps in detail.
https://docs.abp.io/en/abp/latest/Localization#creating-a-localization-resource
If you get any error, you can continue feedback.
hi
Windows also work
PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web> dotnet publish -c Release
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore...
All projects are up-to-date for restore.
p.Account.Pro.Public.Web.OpenIddict.dll
Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\Sustainium.Web.dll
Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\publish\
PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web>
hi
You can set the ConsentType of openiddict's application to OpenIddictConstants.ConsentTypes.Implicit