From 25a71df98e028e1fb351d90fdd6838d51cc12570 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:58:13 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1b87e4..6bf3e8d 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ var myInterface = pretendMyInterface.Create(); - [ ] Property setter - [ ] Static Abstract (not support but we should fake an implementation) - [ ] More matchers -- [ ] Probably need a static matcher register :( -- [ ] Support Matcher arguments and fallback if impossible -- [ ] Obsolete public types that exist only for SourceGen -- [ ] And move to Pretender.Internals namespace -- [ ] pragma disable obsolete warnings +- [x] Probably need a static matcher register :( +- [x] Support Matcher arguments and fallback if impossible +- [x] Obsolete public types that exist only for SourceGen +- [x] And move to Pretender.Internals namespace +- [x] pragma disable obsolete warnings - [ ] More Behaviors - [ ] Use CancellationToken everywhere @@ -78,6 +78,6 @@ var myInterface = pretendMyInterface.Create(); - [ ] Custom awaitable (honestly don't think I care) - [ ] Analyze constructor args them for likely match - [ ] Debugger story - - [ ] We do people want to step into + - [ ] What do we want to step into - [ ] What objects will they inspect and how can it be helpful - [ ] Documentation