morelinq / MoreLINQ

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

Enable nullable context for extensions generated via T4 #982

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

This PR fixes #981 by enabling nullable context for the following extensions:

codecov[bot] commented 1 year ago

Codecov Report

Merging #982 (391395b) into master (b99a6a8) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 391395b differs from pull request most recent head 06102d7. Consider uploading reports for the commit 06102d7 to get more accurate results

@@           Coverage Diff           @@
##           master     #982   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files         113      113           
  Lines        3434     3434           
  Branches     1052     1052           
=======================================
  Hits         3180     3180           
  Misses        191      191           
  Partials       63       63           
Impacted Files Coverage Δ
MoreLinq/Aggregate.g.cs 100.00% <ø> (ø)
MoreLinq/Cartesian.g.cs 62.11% <ø> (ø)
MoreLinq/Fold.g.cs 100.00% <ø> (ø)
MoreLinq/ToDelimitedString.g.cs 62.85% <ø> (ø)

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