Skip to content

Tags: genexuslabs/DotNetClasses

Tags

v1.34.10

Toggle v1.34.10's commit message
Issue:204865 (#1154)

Improved GXRestAPIClient with optimized numeric handling and invariant culture support

(cherry picked from commit 8d11092)

# Conflicts:
#	dotnet/src/dotnetframework/GxClasses/Helpers/GXRestAPIClient.cs

v1.33.2

Toggle v1.33.2's commit message
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)

v1.31.4

Toggle v1.31.4's commit message
Don't send commit message on integration step (#1084)

This is now handled in the called integration workflow

(cherry picked from commit ad4ace6)

[skip ci]

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix exception when printing null values to log. (#1031)

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
GetApplicationPath was wrong when used from REST services hosted at t…

…he root. (#988)

v1.28.4

Toggle v1.28.4's commit message
Add missing export to OTL exporter for Opentelemetry logging (#963)

(cherry picked from commit b80cf49)

v1.27.1

Toggle v1.27.1's commit message
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)

v1.26.1

Toggle v1.26.1's commit message
Don't get file name when webapp has external provider

Issue:105265

(cherry picked from commit dd4f2a8)

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve tracing when reading timezone cookie (#863)

v1.24.1

Toggle v1.24.1's commit message
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)