Activities of "alper"

approximately 7 days.

this doesn't seem to be a framework or ABP commercial template issue. it's related to IIS that's why better to ask on the IIS support website. On the other hand, you can try to change the cookie path in your module class.

services.ConfigureApplicationCookie(options =>
  {
    options.Cookie.Path = "/";
  });

our test team tested this issue and couldn't reproduce it. they just send feedback that it takes a long time to generate the UI otherwise it works. make sure your ABP Suite and your ABP project are the same version. Also, test it with the new 5.3.0 project to understand it works with the brand new template.

ABP Suite - Preserve Custom Code Across Repeated CRUD Generations

my common work-flow: generate crud->customise->re-generate crud->re-enter-previous customization-> repeat...etc

  • for the *.cs generated classes is would be very useful to be able to wrap custom code in a region - such that the CRUD engine can detect this region in the *.cs file allowing it to be preserved across CRUD generations.

`#region CustomCode

// ...custom code here

#endregion`

This would be a massive boost in efficiency and a valued Feature in my opinion.

this is one of the important features that we would like to implement. there are several approaches to preserving the custom code. we will find the best way to achieve this.

this issue has been fixed and will be delivered with v5.3.1

by the way, we're working on the The type 'gfU5S6oIGXGV5eWjNvK.tImOMJoYoJGVUBJc5hr' is not a valid page. issue. but if we find a problem there, the fix will come with the next patch version.

good to hear that closing the issue... happy coding :)

thank you I assigned your issue to @gterdem. he'll help you on that.

hi, you can check it 2 hours after this message.

we'll check it

Showing 421 to 430 of 1948 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 22, 2025, 10:12