Commit Graph

3 Commits

Author SHA1 Message Date
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
8879e98229 Whitespace changes 2024-04-30 12:18:33 -07:00
7560e6bf56 Adding arithmetic codec 2021-06-19 12:14:10 -07:00