sharplib/imm
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
..
FSM.cs x) Updated argument expressions and method overrides in multiple classes 2024-07-26 20:53:36 -07:00
Imm.cs fix(logging): Account for nullable value types 2024-08-15 22:26:47 -07:00
iu.cs Consolidate imports, wrap metadata in struct, update type constraints 2024-07-01 14:47:24 -07:00
List.cs x) Add observable list 2024-01-14 01:33:07 -08:00
Util.cs x) Add observable list 2024-01-14 01:33:07 -08:00