Go to file
Marc Hernandez 193067bf5c Fix nullability issues in Log.cs and Imm.cs
- Updated Log.cs to handle nullable object types
  - Modified LogEvent class to accept nullable object types
  - Adjusted methods in log class to use nullable object types where necessary
  - Initialized s_thread variable with Thread.CurrentThread

- Updated MemorySourceText and MemoryRefResolver classes in Script.cs
  - Implemented overrides for SourceText properties and methods in MemorySourceText class
  - Refactored MemoryRefResolver class to handle nullability correctly
2024-05-26 19:49:45 -07:00
ar Whitespace changes 2024-04-30 12:18:33 -07:00
att Whitespace changes 2024-04-30 12:18:33 -07:00
cfg Formatting 2024-04-28 17:31:24 -07:00
db Whitespace changes 2024-04-30 12:18:33 -07:00
fsm FSM logging 2024-04-19 02:13:27 -07:00
imm Fix nullability issues in Log.cs and Imm.cs 2024-05-26 19:49:45 -07:00
logging Fix nullability issues in Log.cs and Imm.cs 2024-05-26 19:49:45 -07:00
math Update logging functionality: Refactored log stop method, added missing end line write, and improved time formatting. Made adjustments to AngleSingle class for nullability. 2024-05-26 16:49:29 -07:00
mod Whitespace changes 2024-04-30 12:18:33 -07:00
net Add nullable annotations and update class constructors. Improve XML deserialization handling. 2024-05-26 18:47:11 -07:00
reflect Fix formatting 2024-04-28 20:05:36 -07:00
res Add nullable annotations and update class constructors. Improve XML deserialization handling. 2024-05-26 18:47:11 -07:00
scr Fix nullability issues in Log.cs and Imm.cs 2024-05-26 19:49:45 -07:00
ser Add nullable annotations and update class constructors. Improve XML deserialization handling. 2024-05-26 18:47:11 -07:00
time Whitespace changes 2024-04-30 12:18:33 -07:00
.gitattributes General git stuff 2024-05-11 16:04:06 -07:00
.gitignore General git stuff 2024-05-11 16:04:06 -07:00
Helpers.cs Whitespace changes 2024-04-30 12:18:33 -07:00
Id.cs Whitespace changes 2024-04-30 12:18:33 -07:00
sharplib_be.sln Potential TODO to spit out commented classes and enums for design 2023-10-19 18:46:06 -07:00
SharpLib.csproj Add nullable annotations and update class constructors. Improve XML deserialization handling. 2024-05-26 18:47:11 -07:00
Token.cs Whitespace changes 2024-04-30 12:18:33 -07:00
Utilities.cs Whitespace changes 2024-04-30 12:18:33 -07:00
Utilities.Interop.cs Whitespace changes 2024-04-30 12:18:33 -07:00