From 252598cc134c2330826782247e2be18ac1f0c00d Mon Sep 17 00:00:00 2001 From: Daniel Loughmiller Date: Tue, 3 Jun 2025 21:34:00 -0400 Subject: [PATCH 1/2] add rules for fishnet --- descriptions/SDK.FishNet.md | 1 + rules.ini | 1 + tests/types/SDK.FishNet.txt | 2 ++ tests/types/_NonMatchingTests.txt | 3 +++ 4 files changed, 7 insertions(+) create mode 100644 descriptions/SDK.FishNet.md create mode 100644 tests/types/SDK.FishNet.txt diff --git a/descriptions/SDK.FishNet.md b/descriptions/SDK.FishNet.md new file mode 100644 index 000000000..72837c426 --- /dev/null +++ b/descriptions/SDK.FishNet.md @@ -0,0 +1 @@ +[**FishNet**](https://github.com/FirstGearGames/FishNet) - A feature-rich Unity networking solution aimed towards reliability, ease of use, efficiency, and flexibility. \ No newline at end of file diff --git a/rules.ini b/rules.ini index 1897192e2..36692015b 100644 --- a/rules.ini +++ b/rules.ini @@ -269,6 +269,7 @@ DirectStorage = (?:^|/)dstorage\.dll$ Discord = (?:^|/)(?:lib)?discord(?:|-rpc|_game_sdk|_partner_sdk)\.(?:dll|dylib|so)$ E-mote = ^emotedriver\.dll$ EpicOnlineServices = (?:^|/)(?:lib)?eossdk +FishNet = (?:^|/)FishNet\.Runtime\.dll$ FluidSynth = fluidsynth FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$ FreeImage = (?:^|/)FreeImage(?:\.so|\.dll)$ diff --git a/tests/types/SDK.FishNet.txt b/tests/types/SDK.FishNet.txt new file mode 100644 index 000000000..8de95d148 --- /dev/null +++ b/tests/types/SDK.FishNet.txt @@ -0,0 +1,2 @@ +Fishnet.Runtime.dll +/folder/FishNet.Runtime.dll \ No newline at end of file diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index b864dc128..27cb0ff6b 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -257,6 +257,9 @@ falcoengine.dlll athEngine.dll PathEngine.dl PathEngine_dll +somethingFishnet.Runtime.dll +Fishnet.Runtime_dll +Fishnet.Runtime.dllWhoopsie libsodium.dl ibsodium.dll libsodium_dll From f431cb31702af9d46b4fb0fbb7ae6f1b3c063a49 Mon Sep 17 00:00:00 2001 From: Daniel Loughmiller Date: Tue, 3 Jun 2025 21:34:56 -0400 Subject: [PATCH 2/2] added output from generate test strings --- tests/types/SDK.FishNet.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/types/SDK.FishNet.txt b/tests/types/SDK.FishNet.txt index 8de95d148..2e2ae06c9 100644 --- a/tests/types/SDK.FishNet.txt +++ b/tests/types/SDK.FishNet.txt @@ -1,2 +1,4 @@ +/FishNet.Runtime.dll +/folder/FishNet.Runtime.dll +FishNet.Runtime.dll Fishnet.Runtime.dll -/folder/FishNet.Runtime.dll \ No newline at end of file