Skip to content

Release v21.19.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:37
7b199a7

Summary

The XML documentation on the MongoDB Observe* extensions described a return type none of them has.

Fixed

  • The MongoDB Observe, ObserveSingle and ObserveById extensions no longer document an "Async Task" return they do not have; they return ISubject<...> directly (#2569)
  • ObserveSingle is now documented as returning a single instance instead of a collection (#2569)
  • The <returns> docs now reference the returned ISubject{T} rather than the concrete Subject{T} (#2569)