morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.67k stars 412 forks source link

Fix nullability annotation in `Subject` #891

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

This PR fixes the nullability annotation in the private helper method of Subject so a null-forgiving operator is not needed at the call site.

codecov[bot] commented 1 year ago

Codecov Report

Merging #891 (d5f066c) into master (c6ca90d) will not change coverage. The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #891   +/-   ##
=======================================
  Coverage   92.53%   92.53%           
=======================================
  Files         108      108           
  Lines        3428     3428           
  Branches     1020     1020           
=======================================
  Hits         3172     3172           
  Misses        194      194           
  Partials       62       62           
Impacted Files Coverage Δ
MoreLinq/Reactive/Subject.cs 81.53% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more