Skip to content

Commit 252598c

Browse files
add rules for fishnet
1 parent f76f527 commit 252598c

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

descriptions/SDK.FishNet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**FishNet**](https://github.com/FirstGearGames/FishNet) - A feature-rich Unity networking solution aimed towards reliability, ease of use, efficiency, and flexibility.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ DirectStorage = (?:^|/)dstorage\.dll$
269269
Discord = (?:^|/)(?:lib)?discord(?:|-rpc|_game_sdk|_partner_sdk)\.(?:dll|dylib|so)$
270270
E-mote = ^emotedriver\.dll$
271271
EpicOnlineServices = (?:^|/)(?:lib)?eossdk
272+
FishNet = (?:^|/)FishNet\.Runtime\.dll$
272273
FluidSynth = fluidsynth
273274
FMOD = (?:^|/)(?:lib)?fmod(?:l|ex|exl|studio|studiol)?(?:64)?\.(?:dylib|dll|so)$
274275
FreeImage = (?:^|/)FreeImage(?:\.so|\.dll)$

tests/types/SDK.FishNet.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fishnet.Runtime.dll
2+
/folder/FishNet.Runtime.dll

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ falcoengine.dlll
257257
athEngine.dll
258258
PathEngine.dl
259259
PathEngine_dll
260+
somethingFishnet.Runtime.dll
261+
Fishnet.Runtime_dll
262+
Fishnet.Runtime.dllWhoopsie
260263
libsodium.dl
261264
ibsodium.dll
262265
libsodium_dll

0 commit comments

Comments
 (0)