Activities of "maliming"

hi

Can you try to rename the method name to AllotShareAsync?

hi

You can try to login by abp login --device command

hi

That means your project has not been completely changed to MySQL. You can search sqlserver keyword in your solution globally.

hi

Im not a swagger expert but you can try that:

options.SwaggerDoc("v1", new OpenApiInfo { Title = "BookStore API", Version = "v1" });
options.DocInclusionPredicate((docName, description) => true);
options.UseInlineDefinitionsForEnums();
options.UseAllOfToExtendReferenceSchemas();
options.CustomSchemaIds(type => Regex.Replace(type.FullName, "`|=|\\[|\\]|\\s|,", ""));

This is not a problem of abp. You can google it.

A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 35 - An internal exception was caught) Microsoft.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 35 - An internal exception was caught) ---> System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer.

Please check your connection string and database.

hi

I downloaded your project. How can I get Parsing error(s)?

hi

There is no best practice for anonymous API calls.

Do not return any sensitive data, as it is allowed to call anonymously.

The ROW_NUMBER() OVER seems to belong to SQL Server.

hi

liming.ma@volosoft.com

Thanks

Showing 5851 to 5860 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20