Lucas Teles
Lucas Teles
@Selmirrrrr the problem is the `saveAsFile` function does not exist in any browser yet, i have to use a polyfill for this `saveAs` and implement the `saveAsFile` for my own...
+1 for this :)
There is any workaround to have the right type check?
@64J0 something like `getf "/api/%datetime" getApplication` I want to bind some datetime ISO string directly to a System.Datetime like asp.net does I know that does not exist string format for...
Hi, I want to work on this. In NUnit assertion, we have the CollectionAssert.AreEquivalent (which order don't matter) and CollectionAssert.AreEqual (which order matter), I think both should exist in FSUnit,...
I opened a PR for NUnit in https://github.com/fsprojects/FsUnit/pull/139 Next step is to implement it for MSTest, I saw that we are not using MSTest lib for asserts, we reimplemented some...
Hello, nice to see that @CaptnCodr could use some of the my changes. This issue still open and it's not clear what is the next steps of constraints to do
@blairconrad exactly, Maybe we can have this and an ’IsFromColection' wich is the same idea, but without the ’Then’
@thomaslevesque Something like it, in this case the `Double` method should be called 3 times, with each argument, I cant say if we will need 3 assertions or if we...
@thomaslevesque yeh, that solves the problem, but affect the readability of the test, is not very good have this type of loops on it. I realy like FakeItEasy for the...