Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.11 KB

Backlog.md

File metadata and controls

30 lines (23 loc) · 1.11 KB

NFluent backlog

Now available on github: https://github.com/tpierrain/NFluent/issues?state=open


Temporary backlog

  1. Review the implementation of the Duration class (makes it a monoid)
  2. Add IsSameSizeAs() check (IEnumerable->string)
  3. Refactor the AssessEqual method (StringCheckExtensions)
  4. Refactors/improves the msbuild script
  5. Automate the release note format review (to replace every < by < and so forth)
  6. Replaces the "The expected value(s)" by "the expected " (e.g. LambdaCheckException)
  7. Adds few methods to the char: IsUpperCase(), IsLowerCase(), IsWhiteSpace(),IsLetterOrDigit()
  8. Refactors the T4 script (extract method) for the NFluent project.
  9. Adds more unit tests to the FluentMessage so that it will act as a documentation.
  10. Process all the //TODO instruction comments.

Notes:

About NCrunch integration issues:

About Async/await: