Upgrade to .Net8 - #127
Open
ufkgrgn wants to merge 7 commits into
Open
Conversation
Changed the target framework in DiskInfoLib.Mock.csproj from net6.0 to net8.0 to ensure compatibility with the latest .NET version. No other modifications were made.
Changed the target framework in DiskInfo.csproj from net6.0-windows10.0.26100.0 to net8.0-windows10.0.26100. Also removed some blank lines for cleaner formatting. No changes to dependencies or other project settings.
Removed Microsoft.Windows.SDK.BuildTools and Microsoft.WindowsAppSDK package references from DiskInfo.csproj. Updated WindowsTargetPlatformVersion to 10.0.22621.0 in DiskInfoLibWinRT.vcxproj. No other changes made.
- Updated the RuntimeIdentifier in the win10-x86.pubxml to "win-x86". - Added new resource strings for disk overview and SMART attributes in English and Turkish. - Translated existing resource strings from Chinese to English and Turkish. - Modified app manifest to require administrator rights for accessing disk data. - Added Directory.Build.props to define target platform versions. - Created a new solution file for DiskInfo with project configurations.
Contributor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I want to use the app daily, but the hardcoded text makes it difficult. Therefore, I am taking steps to modernize and localize the app with the help of AI. I have reviewed the code line by line, and everything seems to be fine. In my end everthing compiles and runs just fine. I turned off signing for debugging purposes and enabled Administrator mode in the configurations.