-
Notifications
You must be signed in to change notification settings - Fork 175
added truncate file option to context menu - .net 8 #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: Development
Are you sure you want to change the base?
added truncate file option to context menu - .net 8 #334
Conversation
@RandallFlagg: Thanks for your work! |
this still needs unittests |
Added LockFinder project, to check processes holding file lock during truncate Added Status Line to tell user if something didn't work Renamed method and tooltip to indicate Truncate is not guaranteed
… it with an event
8d3fc5a
to
89b3f7f
Compare
please merge development back again, I just added a CI workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will merge, after the re-throw has been moved to the logger
}catch(Exception E) | ||
{ | ||
StatusLineText("Unexpected issue truncating file"); | ||
throw E; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't re-throw exception, add the exception to the logger
…truncate-file-menu-option # Conflicts: # src/LogExpert.sln # src/LogExpert/LogExpert.csproj
No description provided.