Activities of "alper"

Sorry for the late response @mahmut is on it.

when you navigate to the URL, what happens?

I generally agree with you @chauey, but Suite is designed to create pages with the collection tab on the master entity not the child entity. if you want to have both child entity collection, you need to write code for the second page. for instance, you'll first generate a Category entity then a Tag entity (with a Category relationship), and after that add a Tags tab to your Category page. On the other hand, I see that there's a design problem with your solution. I would go with Enum type instead of a Tag entity. Anyway, without knowing all the requirements of your business logic, it's hard to determine the best practice. So you can follow my suggestion above to achieve this problem.

Your feature request thread was auto closed btw.

thanks. I reactivated it.

re-activated

thanks for the feedback

All your feedback is being evaluated. Don't hesitate to declare your suggestions, issues and ideas.

Answer

if he doesn't make debugging then there's no need for him to allocate your developer seat. he can run the application with "dotnet run" and no need a license for him.

This package exists on nuget.abp.io, and I can successfully download it. Replace the {YOUR_API_KEY} with your own NuGet API key and test this file:

https://nuget.abp.io/{YOUR_API_KEY}/v3/package/Volo.Abp.AuditLogging.Application/6.0.3/Volo.Abp.AuditLogging.Application.6.0.3.nupkg

On the other hand, please ignore this message HTTP request attempt failed to https://api.nuget.org/v3-flatcontainer/volo.abp.auditlogging.application/index.json with an error: 404-Not Found. ... because package restore system tries to find the required package in all NuGet sources because it doesn't know where it's located. therefore these errors are actually informational logs.

Answer

We're using MySql.Data package for connecting to MySql database. When I checked this error, I saw that this is an issue in this package, and they fixed it in the newest version, see https://github.com/mysql/mysql-connector-net/commit/16ad749586b0e5eb1aad127e3744096692e4a6ae#diff-f422179f18fcab216691dde319e2c13c0a615a2474d2d8e227bdc15b3ed52f50

After updating this package to 8.0.32.1, it'll be fixed. https://www.nuget.org/packages/MySql.Data/8.0.32.1

Download the package https://www.nuget.org/api/v2/package/MySql.Data/8.0.32.1 Then extract the zip file. Overwrite MySql.Data.dll in the following directory (your version maybe different, check pls):

Showing 151 to 160 of 1850 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30