| CompareExchangeResult |
Result data for a successful TryCompareExchange(string, string, string) call. |
| InMemoryWorkspace |
Thread-safe in-memory IWorkspace backed by a System.Collections.Concurrent.ConcurrentDictionary<>. Suitable for testing, sandboxed agent runs, and scenarios where persistence is not needed. |
| ReadFileResult |
Result data for a successful TryReadFile(string) call. |
| WorkspaceResult<T> |
Result of a workspace operation — either a success value of type T or a failure carrying an System.Exception. |
| WriteFileResult |
Result data for a successful TryWriteFile(string, string) call. |