MyMoney is a rich client .NET ClickOnce application for managing your personal finances. It is written entirely in C# and is designed for programmers who want easy access to their data and who want to quickly and easily add their own features. Your data will not be locked up in some proprietary format, it is yours to do with as you like.
I rant the tests before and it had this failure, and the tests are failing same after
Test1
Source: ScenarioTest.cs line 83
Duration: 4.8 min
Message:
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.Exception : Sales tax does not match, expected 17.9, but found '0'
Stack Trace:
Tests.Test1() line 92
RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--Exception
Tests.AreEqual(Decimal expected, Decimal actual, String name) line 1549
Tests.VerifyNewTransaction() line 1480
InvokeStub_Tests.VerifyNewTransaction(Object, Object, IntPtr*)
MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
I rant the tests before and it had this failure, and the tests are failing same after