Skip to content

Conversation

@RandallFlagg
Copy link
Contributor

@Hirogen this should be merged only after the dllimport (PR #395) branch is merged

@RandallFlagg RandallFlagg marked this pull request as draft May 29, 2025 21:15
Randall Flagg added 14 commits June 13, 2025 14:33
…ems:

- ToString() may be overridden in a class, returning a custom string instead of the type name.
- Not guaranteed to return the type name, which is what ObjectDisposedException expects.
- Returns the runtime type of the instance, ensuring accuracy.
- Works even in derived classes, reflecting the actual type rather than the base type.
- Recommended by Microsoft for ObjectDisposedException.
Solved IDE0035
Solved IDE0058
Randall Flagg added 3 commits June 16, 2025 18:57
…into clean_warnings

# Conflicts:
#	src/LogExpert.UI/Controls/BufferedDataGridView.cs
#	src/LogExpert.UI/Controls/LogWindow/LogWindowPublic.cs
#	src/LogExpert.UI/Extensions/BookmarkExporter.cs
#	src/LogExpert/Classes/LogExpertProxy.cs
#	src/LogExpert/Program.cs
@Hirogen Hirogen closed this pull request by merging all changes into LogExperts:Development in 7c78ec0 Jun 17, 2025
@RandallFlagg RandallFlagg deleted the clean_warnnings branch June 17, 2025 12:47
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.

2 participants