Release: log-view robustness (network-share tailing, bulk row-cap trim, selection contrast) #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Release: merges the log-view robustness fixes from #9 into
main. The Version Bump workflow will tag the nextv1.2.{PR number}.Included changes:
FileStream.Length; richer status bar (matched-file count, follow state, "last new HH:mm:ss", persistent notice);FileSystemWatcher.Errorhandling with a poll fallback.BoundedLogCollection.TrimHeaddrops the oldest rows in one notification instead of one event per row, so the display no longer stalls at the 50,000-row cap under a fast log rate.How was this tested?
dotnet build Tayler.slnx -c Debug- 0 errors, 0 warningsChecklist