Base solution for your next web application

Activities of "byteplatz"

Hello there,

I was wondering why ILocalizationManager does not get injected in custom classes (not appservice and alike) when using the Test infrastructure (extending from AbpIntegratedTestBase).

Is this expected behavior ?

If so, how can I make the ILocalizationManager to be registered in Test infrastructure?

Bruno

The issue here is :

If I resolve ILocalizationManager inside test class constructor = its not registered.

If I resolve inside a [Fact] it works

Is this expected behavior ?

BRuno

Hello guys,

I am having issues frequently when trying to debug an AspNetZero project.

We are using VS2015 and latest version of AspNetZero.

First time we debug the solution using F5 everything works normal. Then we stop debugging and make some code changes in order to fix/add something. We hit F5 again and the debugger starts, browser opens and the output window is filled with information until we can see the messages generating DynamicProxyGenAssembly2 (Castle proxies) and it stays there forever. Browser keeps loading (spinning wheel) and debug output shows nothing. No exception at all (even marking all exceptions to be break into in ExceptionSettings).

I don't know what else to investigate.

Does anyone have the same issue ?

Does anyone uses VS2015 with Abp and debug / stop / change code / debug again and it works normal ?

I'm using IIS Express. The only thing left for tests is to use normal IIS instead of express...

Thanks a lot and hope someone can help me out with this.

Bruno

Thank you Halil.

I will try to reproduce the test and let you know

Bruno

Thanks a lot Halil,

I will try your suggested solution

Thanks again

Bruno

Hello there,

I am using Abp for our NServiceBus Endpoint (Windows Service) and I need to configure the message handlers to work with multitenancy.

As far as I know, Abp uses AbpSession to retrieve TenantId for EntityFramework Dynamicfilter.

Since this service does not have logins, what would be the best way to deal with this when aI receive the message ?

  1. Create my own implementation for IAbpSession and register it as transient (thus being created for every message received) ?
  • Using this approach I can set TenantId and UserId into the session because the received message contains TenantId and UserId (headers). This way, EntityFramework dynamic filter will work transparently ?
  1. Just set the PropertyFilter (EF DynamicFilter) values when the message arrives ? This way the DB-part of the multitenancy side is solved, but we may hit other issues with Session being null ?

Appreciate your suggestions

Bruno

Hello there

Am I missing somthing or AspNetZero v2 (core) does not have angular, only jquery ?

Is that correct?

Is that because of migration for angular v2 in next release ?

Bruno

Showing 51 to 57 of 57 entries