sharplib/logging
Marc Hernandez f873c42cbf fix(logging): Account for nullable value types
This commit updates logging to handle nullable value types and parameters.

The following changes were made:
- Updated the Value record to use '!' instead of '?' for nullability.
- Added '!' to the default Value.
- Added '!= null' checks to conditional assignment.
- Removed unnecessary nullable-disable compiler directives.
2024-08-15 22:26:47 -07:00
..
GC.cs Add global aliases for Immutable collections 2024-06-21 23:36:53 -07:00
Log.cs fix(logging): Account for nullable value types 2024-08-15 22:26:47 -07:00
Tracing.cs feat: Add RuntimeGCEventsPrinter class for monitoring GC events 2024-05-27 01:13:43 -07:00