AArnott / Validation

Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
Microsoft Public License
131 stars 22 forks source link

Add .NET Framework 3.5 support #89

Closed AArnott closed 2 years ago

AArnott commented 2 years ago

Closes #88

codecov-commenter commented 2 years ago

Codecov Report

Merging #89 (ceb7b0a) into master (227278c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   91.43%   91.43%           
=======================================
  Files           9        9           
  Lines         292      292           
=======================================
  Hits          267      267           
  Misses         25       25           
Impacted Files Coverage Δ
src/Validation/Assumes.cs 84.61% <ø> (ø)
src/Validation/Report.cs 100.00% <ø> (ø)
src/Validation/Requires.cs 96.80% <ø> (ø)
src/Validation/PrivateErrorHelpers.cs 75.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 227278c...ceb7b0a. Read the comment docs.