SRCSRV: The module '{.....}\output\Debug\Catel.Core.dll' does not contain source server information.
Looking for source using source server...
The debugger will ask the user to find the file: C:\CI_WS\Ws\105284\Source\Catel\src\Catel.Core\Catel.Core.Shared\Logging\LogManager.cs.
The user pressed Cancel in the Find Source dialog. The debug source files settings for the active solution have been modified so that the debugger will not ask the user to find the file: C:\CI_WS\Ws\105284\Source\Catel\src\Catel.Core\Catel.Core.Shared\Logging\LogManager.cs.
The debugger could not locate the source file 'C:\CI_WS\Ws\105284\Source\Catel\src\Catel.Core\Catel.Core.Shared\Logging\LogManager.cs'.
Orc.ProjectManagement
atm, trying to set up a model for dealing with files. I want to enable a "save reminder" when trying to close the file with unsaved changes. The CsvTextEditor
seems like a pretty good example (I guess?). However, I have not successfully implemented something in my app that sets IsDirty
on my models, do you have some kind of recommendation here?
public override bool ShowSplashScreen => true;
public override bool ShowShell => true;