The CE provides a resultOption operator, which translates a possibly-null result into a Option<'T>. Provide this same function-ality for the functions. Its signature should be (IConnection -> Task<'T>) -> Task<'T option>.
The CE provides a `resultOption` operator, which translates a possibly-null result into a `Option<'T>`. Provide this same function-ality for the functions. Its signature should be `(IConnection -> Task<'T>) -> Task<'T option>`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The CE provides a
resultOptionoperator, which translates a possibly-null result into aOption<'T>. Provide this same function-ality for the functions. Its signature should be(IConnection -> Task<'T>) -> Task<'T option>.Implemented in beta-03