sharplib/prof
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
..
AddressStack.cs x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
Memory.cs Log call renames 2024-07-17 16:35:23 -07:00
MemoryPipe.cs Log call renames 2024-07-17 16:35:23 -07:00
MethodInfo.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
MethodStore.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
PerProcessProfilingState.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
ProcessAllocations.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
ProcessTypeMapping.cs feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
Program.cs fix(logging): Account for nullable value types 2024-08-15 22:26:47 -07:00