plugin: disable strong name req for FFXIV_ACT_Plugin.Common #5806
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CN players use a modified FFXIV_ACT_Plugin to parse the game. (https://github.com/TundraWork/FFXIV_ACT_Plugin_CN)
This modified plugin do not have strong name, so cactbot report an error like this:
I remove the strong name in
\plugin\ThirdParty\FFXIV_ACT\SDK\FFXIV_ACT_Plugin.Common.dll
and the config file is autoly changed like this. I rebuild the dll and the problem solved.I'm not familiar with .net and not sure does this fully handled by this option, if something amiss pray tell me.