Skip to content

Conversation

@ufkgrgn
Copy link

@ufkgrgn ufkgrgn commented Nov 15, 2025

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.

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.
@Shomnipotence
Copy link
Contributor

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