v1.13.0
Added
- Added
fx.ValidateGraph
which allows graph cycle validation and dependency correctness
without running anything. This is useful iffx.Invoke
has side effects, does I/O, etc.
fx.ValidateGraph
which allows graph cycle validation and dependency correctnessfx.Invoke
has side effects, does I/O, etc.