debugger lent en net core wpf
Bonjour,
Quand je debugge un projet en net core 8, j'ai des lenteurs,
et la cause trouvé c'est le traçage debugger
Extrait de logs de ce genre :
Citation:
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'Point') from 'ReferencePoints' (type 'Point[]'). BindingExpression:Path=ReferencePoints[5]; DataItem='Profiles' (Name='prof'); target element is 'Line' (Name=''); target property is 'EndPoint' (type 'Point') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')'
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'Point') from 'ReferencePoints' (type 'Point[]'). BindingExpression:Path=ReferencePoints[1]; DataItem='Profiles' (Name='prof'); target element is 'LinearDimension' (Name=''); target property is 'StartPoint' (type 'Point') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')'
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'Point') from 'ReferencePoints' (type 'Point[]'). BindingExpression:Path=ReferencePoints[1]; DataItem='Profiles' (Name='prof'); target element is 'LinearDimension' (Name=''); target property is 'EndPoint' (type 'Point') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')'
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'Point') from 'ReferencePoints' (type 'Point[]'). BindingExpression:Path=ReferencePoints[1]; DataItem='Profiles' (Name='prof'); target element is 'BasePoint' (Name=''); target property is 'Origin' (type 'Point') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')'
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'Point') from 'ReferencePoints' (type 'Point[]'). BindingExpression:Path=ReferencePoints[4]; DataItem='Profiles' (Name='prof'); target element is 'BasePoint' (Name=''); target property is 'Origin' (type 'Point') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')'
System.Windows.Data Error: 17 : Cannot get 'Item[]' value (type 'Point') from 'ReferencePoints' (type 'Point[]'). BindingExpression:Path=ReferencePoints[5]; DataItem='Profiles' (Name='prof'); target element is 'BasePoint' (Name=''); target property is 'Origin' (type 'Point') ArgumentOutOfRangeException:'System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='CanvasActiveTabNormalBackgroundBrush'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='CanvasUnactiveTabNormalBackgroundBrush'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='ClientAreaForegroundBrush'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='DockWindowButtonNormalForegroundBrush'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='DockWindowButtonNormalForegroundBrush'
Comment alors désactiver ces tracing ?
J'ai chercher sur googl...... trouver des choses mais cela ne marche pas pour ces logs.
Merci.