-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Stable 1.82.10 Hotfix #647
Conversation
This reverts commit a75f61a.
This method should be more efficient and less to cause errors, especially when handling floating numbers with problems like: NaN, divided by zero, Infinity and out-of-range seconds to TimeSpan conversion
100% reviewed source file: 'en_US.json' on 'ja_JP'.
100% reviewed source file: 'en_US.json' on 'zh_CN'.
SentryHelper.ExceptionHandler(ex, SentryHelper.ExceptionType.UnhandledOther); | ||
// If failed, flag ErrorOccured as true and skip the source directory deletion | ||
LogWriteLine($"Error while deleting source directory \"{directoryInfoSource.FullName}\"\r\nException: {ex}", LogType.Error, true); | ||
errorOccured = true; |
Check warning
Code scanning / QDNET
Assignment is not used Warning
@@ -389,10 +390,18 @@ | |||
basePath = Path.GetDirectoryName(filePath); | |||
baseName = Path.GetFileNameWithoutExtension(filePath); | |||
|
|||
// Get directory base info. If it doesn't exist, return | |||
DirectoryInfo basePathDirInfo = new DirectoryInfo(basePath); |
Check warning
Code scanning / QDNET
Possible 'null' assignment to non-nullable entity Warning
@@ -472,6 +472,16 @@ | |||
Grid thisIconText = (Grid)thisCheckBox?.FindDescendant("IconText"); | |||
if (thisIconText != null) | |||
thisIconText.Opacity = 1; | |||
|
|||
RadioButton thisRadioButton = thisCheckBox.Parent as RadioButton; |
Check warning
Code scanning / QDNET
Possible 'System.NullReferenceException' Warning
What's new? - 1.82.10
NullReferenceException
crash caused by nullvoice_packs
property, by @neon-nyanSharingViolation
exceptions onInstallManagerBase
, by @neon-nyanDirectoryNotFoundException
on HSR's Game Repair ->RemoveHashMarkFile()
method, by @neon-nyanChangelog Prefixes