bfr/BFR
adroslice 0eb940012d Implemented preview TODO, modified exception handling
- Better handles unexpected exceptions
- Expected exceptions should be OperationException
- Leaves files unchanged even if the exception occurs at *any* point of the operation
- TODO: Probably have to optimize this.
- Operations now operate on IList<T> instead of List<T> to maintain compatibility with AvaloniaList<T>
- Slightly better comments
2019-11-16 02:47:07 +01:00
..
Helpers Implemented filtering 2019-11-14 20:42:25 +01:00
Models Renamed DataModels to Models 2019-11-14 15:19:52 +01:00
Operations Implemented preview TODO, modified exception handling 2019-11-16 02:47:07 +01:00
.gitignore Project Setup 2019-11-13 20:26:04 +01:00
App.xaml Project Setup 2019-11-13 20:26:04 +01:00
App.xaml.cs Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00
BFR.csproj Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00
MainWindow.xaml Implemented filtering 2019-11-14 20:42:25 +01:00
MainWindow.xaml.cs Implemented preview TODO, modified exception handling 2019-11-16 02:47:07 +01:00
MainWindowUIProperties.cs Implemented preview TODO, modified exception handling 2019-11-16 02:47:07 +01:00
nuget.config Project Setup 2019-11-13 20:26:04 +01:00
Program.cs Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00