Activities of "talhazengin"

Hello,

We noticed that Bouncy.Castle package (https://www.nuget.org/packages/BouncyCastle/) used in many more place in the commercial system.

But this package restricted to normal .net framework. The rest whole system built upon .net core.

So can't we consider an alternative package or solution for the needs? For example "System.Security.Cryptography" .net core library.

Thank you abp team.

Hi,

I am not sure the problem is in my side but,

Now i created a template solution from abp suite and made Update-Database from package manager console. When i looked to database, i can't see any data on tables. Thus project does not works as expected. Maybe i am doing something wrong but it says migration succesfull and i used -Verbose mode.

Abp CLI 2.0.1 Abp Suite 2.0.1

Hi again,

When i run db migrations from the console project "DbMigrator" it supplied seed data.

But should not we use the Package Manager Console?

Thanks.

Hi,

When we login for the admin, encountered missing menu items.

When we create a template using embedded identity server, we can see the menu items. (not separate) But when we are using separate identity server, this problem occurs.

Are there any missing claims in the database ?

Hi,

I wanted to write a solution for a question which i opened before. But the system says;

The question(thread) is Angular UI Login Page Missing Menu Items #5

For your info, Talha Zengin

I can answer this thread.

Hi again,

The problem is not related about local storage. Source of the problem is about IIS Express localhost Certificate

Run this command under folder C:\Program Files\IIS Express; IisExpressAdminCmd .exe setupSslUrl -url:"https://localhost:44385" -UseSelfSigned to add a new certificate for the specified url.

If anyone encounters the problem, just change the url in the command for your needs.

For your information, Talha Zengin

It seems problem occurs when i wrote "something.exe" Is there a limitation for "something.exe" usage?

something.exe

Hi,

We encountering null reference problem when using lazy CurrentTenant, CurrentUser or other lazy properties.

But when we inject them through constructor as like ICurrentTenant there is no problem.

Are we missing a simple thing?

Thanks.

Showing 1 to 10 of 95 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11