Go to file
Marc Hernandez 404789d87c feat: Add explicit transaction class/ID and split functionality into threaded vs action
x) Added enum for CommitResults
x) Created interface IID<TS>
x) Implemented DB class with lock, objects, committed lists
x) Updated lookup and checkout methods in DB class
x) Added TxStates enum and implemented Tx class with checkout, add, dispose methods
x) Implemented commit method in DB class to handle transactions efficiently
2024-06-05 15:02:21 -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 feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -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 feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -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 Update Conn.cs, Resource.cs, and XmlFormatter2.cs 2024-05-26 20:13:55 -07:00
prof feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
reflect feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
res feat: Add explicit transaction class/ID and split functionality into threaded vs action 2024-06-05 15:02:21 -07:00
scr Fix nullability issues in Log.cs and Imm.cs 2024-05-26 19:49:45 -07:00
ser Update logging events and improve log details display 2024-06-02 16:26: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 feat: Add RuntimeGCEventsPrinter class for monitoring GC events 2024-05-27 01:13:43 -07:00
Token.cs Whitespace changes 2024-04-30 12:18:33 -07:00
Utilities.cs Update logging events and improve log details display 2024-06-02 16:26:11 -07:00
Utilities.Interop.cs Whitespace changes 2024-04-30 12:18:33 -07:00