LightInject
LightInject copied to clipboard
HttpRequestMessageHandler sample broken with >5.0
The HttpRequestMessageHandler sample relies on LogicalThreadStorage
which no longer accepts a factory method in its constructor to create Value
per-thread.
The sample should be updated to include a null-check and set call for Value
in the SendAsync
function, or maybe that constructor should come back.