Skip to content

Commit

Permalink
Update README.md to remove TODO
Browse files Browse the repository at this point in the history
Tracked in #45
  • Loading branch information
rjmurillo authored Jun 3, 2024
1 parent 1629d8b commit faa46b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ Note: If you are using Visual Studio 2017 then you can additionally install [Moq
* Moq1201 = Setup of async methods should use `.ReturnsAsync` instance instead of `.Result`.
* Moq1300 = Mock.As() should take interfaces.

## TODO

* Setup() should be used for methods, not for properties
* AdvancedMatcherAttribute should accept only IMatcher types
* Checks for protected mocks when dynamically referencing their members
* Setup() requires overridable members
* Mock.Get() should not take literals

## How to install

* (Option 1) Install "Moq.Analyzers" NuGet package into test projects. Con: Extension will work for specific projects only. Pro: It will be available for all project developers automatically.
Expand Down

0 comments on commit faa46b9

Please sign in to comment.