-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Preview 1.82.18 Hotfix #690
Conversation
100% reviewed source file: 'en_US.json' on 'id_ID'.
100% reviewed source file: 'en_US.json' on 'ja_JP'.
"Eternal"? "External"? idk....
+ This ended up refactoring the whole fetch and check mechanism
Qodana for .NET10 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
// If the ignoreContainsParams is not null and the remoteName contains | ||
// ignore list, then move to another entry | ||
if (ignoreContainsParams != null && | ||
manifestEntry.remoteName |
Check warning
Code scanning / QDNET
Possible 'System.NullReferenceException' Warning
} | ||
|
||
// Resolve the svc_catalog name where the localName contains "../" | ||
if (manifestEntry.remoteName.EndsWith("svc_catalog")) |
Check warning
Code scanning / QDNET
Possible 'System.NullReferenceException' Warning
{ | ||
entry!.remoteName = $"{parentPath.Replace('\\', '/')}/{entry.remoteName}"; | ||
} | ||
string relativeParentPath = string.IsNullOrEmpty(parentPath) ? "" : GetParentFromAssetRelativePath(entry.remoteName, out _); |
Check warning
Code scanning / QDNET
Possible 'System.NullReferenceException' Warning
entry!.remoteName = $"{parentPath.Replace('\\', '/')}/{entry.remoteName}"; | ||
} | ||
string relativeParentPath = string.IsNullOrEmpty(parentPath) ? "" : GetParentFromAssetRelativePath(entry.remoteName, out _); | ||
entry.remoteName = Path.Combine(parentPath ?? "", relativeParentPath, entry.remoteName); |
Check warning
Code scanning / QDNET
Possible 'System.NullReferenceException' Warning
Approved via VC |
|
What's changed? - 1.82.18
Templates
Changelog Prefixes