[PR #701] [MERGED] More accurate resolution checks #764

Closed
opened 2026-02-15 15:56:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/701
Author: @13xforever
Created: 2/13/2021
Status: Merged
Merged: 2/13/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • cc0d435 use msbuild variable for root namespace when available
  • 43a9c62 add more precise resolution checks based on psn metadata
  • dde75b5 update deps

📊 Changes

8 files changed (+155 additions, -68 deletions)

View changed files

📝 Clients/PsnClient/PsnClient.cs (+2 -1)
📝 CompatBot/CompatBot.csproj (+8 -8)
CompatBot/Utils/Extensions/PsnMetaExtensions.cs (+48 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+80 -54)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+10 -2)
📝 HomoglyphConverter/HomoglyphConverter.csproj (+4 -0)
📝 SourceGenerators/ConfusablesSourceGenerator.cs (+2 -2)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/701 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/13/2021 **Status:** ✅ Merged **Merged:** 2/13/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`cc0d435`](https://github.com/RPCS3/discord-bot/commit/cc0d4355d54d17767673122965f705d0e8c902fd) use msbuild variable for root namespace when available - [`43a9c62`](https://github.com/RPCS3/discord-bot/commit/43a9c62506c8f90bd601b7a849c2bafa86d2bd00) add more precise resolution checks based on psn metadata - [`dde75b5`](https://github.com/RPCS3/discord-bot/commit/dde75b5422c8e73af35ba723ca61db2ccfff6bc4) update deps ### 📊 Changes **8 files changed** (+155 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `Clients/PsnClient/PsnClient.cs` (+2 -1) 📝 `CompatBot/CompatBot.csproj` (+8 -8) ➕ `CompatBot/Utils/Extensions/PsnMetaExtensions.cs` (+48 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+80 -54) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+10 -2) 📝 `HomoglyphConverter/HomoglyphConverter.csproj` (+4 -0) 📝 `SourceGenerators/ConfusablesSourceGenerator.cs` (+2 -2) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:49 -05:00
yindo closed this issue 2026-02-15 15:56:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#764