Activities of "maliming"

hi

You can refer the unit test of abp framework.

https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.TestApp.Tests/Volo/Abp/TestApp/Application/PersonAppService_Tests.cs#L27 https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.TestApp.Tests/Volo/Abp/TestApp/Application/PersonAppService_Tests.cs#L55

https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

hi

I think this is because the HttpApi.Host project didn't have much UI. It only depend the Volo.Abp.Account.Pro.Public.Web.IdentityServer by default.

hi selinkoykiran

Can you share the steps to reproduce this?

You can use the free start template, https://abp.io/get-started

Answer

hi

If your tenant has a separate connection string, you should switch the tenant of the current context to switch the DbContext using a different connection string.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

You should not create DbCotext manually, abp will manage it automatically.

Answer

Try FromForm

PostUploadFile([FromForm]IFormFile file)

hi FarReach

We will check your license. : )

hi

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Please share some screenshots.

hi

I think you can use IAccessTokenProvider to get access token.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator.cs

hi

I think you can use IAccessTokenProvider to get access token. Eg: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator.cs

Blazor will use Dynamic-CSharp-API-Clients to call remote APIs. https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients

hi

These features are not implemented by default, you can implement it yourself with these infrastructure below.

https://docs.abp.io/en/abp/latest/Event-Bus https://docs.abp.io/en/abp/latest/Background-Workers https://docs.abp.io/en/abp/latest/SignalR-Integration

Showing 7151 to 7160 of 7742 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33