Skip to content

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

Open
wants to merge 8 commits into
base: Development
Choose a base branch
from

Conversation

RandallFlagg
Copy link
Contributor

No description provided.

@Hirogen Hirogen changed the base branch from master to Development March 8, 2025 12:35
@Neustradamus
Copy link

@RandallFlagg: Thanks for your work!

@Hirogen
Copy link
Collaborator

Hirogen commented Mar 10, 2025

this still needs unittests

jsuppe and others added 6 commits March 11, 2025 15:13
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
@RandallFlagg RandallFlagg force-pushed the truncate-file-menu-option branch from 8d3fc5a to 89b3f7f Compare March 11, 2025 13:16
@Hirogen
Copy link
Collaborator

Hirogen commented Mar 13, 2025

please merge development back again, I just added a CI workflow

Copy link
Collaborator

@Hirogen Hirogen left a 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;
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants