Closed luithefirst closed 3 years ago
Using ValueOption for Transaction.Running and Transaction.Current and thereby avoiding allocations of FSharpOption<Transcation>
ValueOption
Transaction.Running
Transaction.Current
FSharpOption<Transcation>
change of public API -> might be considered for the next major version
Using
ValueOption
forTransaction.Running
andTransaction.Current
and thereby avoiding allocations ofFSharpOption<Transcation>
change of public API -> might be considered for the next major version