Tags: genexuslabs/DotNetClasses
Tags
The formatlink function was not applying the correct rewrite pattern—… …it was incorrectly adding the .aspx extension. (#1115) To maintain compatibility, the .aspx extension is preserved when loading rewrite patterns, ensuring proper handling for link function with hardcoded argument. (cherry picked from commit 5135b17)
Enhance the performance of Log API methods (#912) * Remove unused configurationLoaded field. The configLoaded flag was not updated at the appropriate moment. * Enhance the performance of Log API methods * Remove unneeded reflection for GXLoggerFactory.GetLogger. * Enable test on DEBUG. * Temporarily disabling test. * Eliminate overhead in the Log API when logging is disabled. * Remove more unneeded reflection when creating logger instance. * Remove overhead at TraceRow method when log is turned off. * Improve GXLoggerLog4Net.TraceEnabled() method performance. * Performance improvement at methods GXLoggerLog4Net.Debug and GXLoggerLog4Net.Trace (cherry picked from commit 7c61fef)
Configuration of the database session is updated to use a datastore (#… …829) * Configuration of the database session is updated to use a datastore instead of separate properties. * Add trace for database and redis session providers. * Fix connection string for session Datastore. * Remove empty lines. (cherry picked from commit b071a83)
PreviousNext