Jamie
Jamie
```csharp [TestMethod] public void TestReplaceWebClientDownloadString() { var webClientDownloadStringShim = Shim.Replace(() => Is.A().DownloadString(Is.A())) .With((WebClient client, string url) => @" foobar fizzbuzz "); PoseContext.Isolate(() => { using (var client = new WebClient())...
Currently, the framework only supports synchronous endpoints. This card is to support endpoints marked as `async`.
## Issue I was having issues getting any command to fail when following the docs. After digging into the code and debugging I noticed that the `CommandHandler` abstract class will...
Hello, I've recently started to use vue-hooks for vuex. I've noticed that when creating a reactive state variable that expanding out useGetters returns an untyped dictionary. This causes typing issues...
Just tried to update @types/chai and then received a lot of duplicated type issues. Is there a reason to repackage the types that @types/chai supply?
I've been trying for a long time to figure out how to import this into typescript in an angular 4 app. Any thoughts?
Changed CompositAroundInvoke to public and added AroundInvoke providers and .gitignore for visual studio.
Currently hosted at [https://docs.stumme.net/LinFu](https://docs.stumme.net/LinFu)
# Overview This swaps out `Newtonsoft.Json` for the core library's `System.Text.Json` implementation. # Breaking changes * `System.Text.Json` does not read class attributes when inheriting a class. This means you'll need...