MoneyTools / MyMoney.Net

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.
https://moneytools.github.io/MyMoney.Net/
70 stars 22 forks source link

LINT-fixes #111

Closed jpdup closed 10 months ago

jpdup commented 11 months ago

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)
clovett commented 11 months ago

Cool thanks, what did you run exactly to produce these lint fixes?