Dreamwalker666

Results 6 issues of Dreamwalker666

Code been used class SimpleTest { public DateTime YearBeforeNow() { return DateTime.Now.AddYears(-1); } } [Test] public void Pose_DateTimeTest() { // Arrange Shim shim = Shim.Replace(() => DateTime.Now).With(() => new DateTime(2000,...

How do you use pose to replace extension methods? I've tried replacing with Extension.MyExtension(this myClass, T value) and also myClass.MyExtension(T value) and both fail to use the replacement code and...

enhancement

Just latest versions of angular and angular material

I was looking thorugh the docs and I didn't see how you can specify different shards on the data configuration?

Title says it all you currently don't specify a license for the code :)

I was looking over the library but from what I can see client side load balancing is not implemented. Is this possible in anyway with the library as it stands?