Ошибка diff

Issue #135 resolved
Former user created an issue

Ошибка diff. Воспроизводится только в файле AssetAPTransactions.cs

Steps to reproduce: 1. checkout 19.200.0030.0019 2. add strings as on screenshot: "if (asset == null || location == null || det == null) return;" 3. save 4. enjoy:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Cong.DifferenceListBoxItem..ctor(DifferenceLineData line, Boolean showWhitespace) at Cong.DifferenceView.<DrawFormattedDiff>b__13_0(DifferenceLineData line) at Cong.ListBoxController2.<>c__DisplayClass64_0.<Synchronize>b__8(TInput actionNewElement, Converter2 actionConverter) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at Cong.Operation1.Execute() at Cong.OperationsDispatcher.<>c.<ProcessOperationsPerStep>b__9_1(Operation item) at System.Collections.Generic.List1.ForEach(Action1 action) at Cong.OperationsDispatcher.<>c.<ProcessOperationsPerStep>b__9_0(List1 list) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Олеся Новикова

Comments (2)

  1. Log in to comment