-
Notifications
You must be signed in to change notification settings - Fork 49
Version 8.9.0.2504 #662
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
Merged
Version 8.9.0.2504 #662
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was
linked to
issues
Apr 27, 2025
This was
linked to
issues
Apr 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces enhancements to the user interface, functionality improvements, and codebase modernization for the
InternetTestapplication. Key updates include the addition of new styles for UI components, improvements in DNS cache handling, and the adoption of modern C# syntax and features.User Interface Enhancements:
ThemeButtonstyle forRadioButtonelements, including custom triggers for mouse-over, checked, and disabled states (App.xaml, InternetTest/InternetTest/App.xamlR204-R240).MenuItemandContextMenu, providing a modernized appearance with custom templates and drop shadow effects (App.xaml, InternetTest/InternetTest/App.xamlR1770-R1827).WindowChromeproperties to dynamically update resize border thickness based on window state (MainWindow.xaml, [1];MainWindow.xaml.cs, [2].DNS Cache Handling Improvements:
ToStringmethod and a default constructor to theDnsCacheInfoclass for better debugging and initialization (DnsCacheInfo.cs, InternetTest/InternetTest/Classes/DnsCacheInfo.csR74-R112).DnsCacheenums file to defineTypes,Status, andSectionenums for DNS cache entries (DnsCache.cs, InternetTest/InternetTest/Enums/DnsCache.csR1-R55).GetDnsCacheBtn_Clickmethod to display detailed DNS status counts in tooltips and improve status tracking using a dictionary (DnsPage.xaml.cs, InternetTest/InternetTest/Pages/DnsPage.xaml.csL232-R259).Codebase Modernization:
isexpressions for range checks and pattern matching (Global.cs, [1] [2] [3].GetMostRelevantPagesmethod to use the new list slicing syntax (Global.cs, InternetTest/InternetTest/Classes/Global.csL212-R212).8.9.0.2504and updated related metadata (Global.cs, [1];InternetTest.csproj, [2].Settings Enhancements:
ShowAdaptersNoIpv4Supportproperty to theSettingsclass, with default initialization and persistence support (Settings.cs, [1] [2] [3] [4].Miscellaneous Improvements:
DnsPagefor better user feedback on DNS status (DnsPage.xaml, InternetTest/InternetTest/Pages/DnsPage.xamlR380-R382).MainWindow.xaml, InternetTest/InternetTest/MainWindow.xamlR284-R286).