You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
I'm assigning this issue to @victorhurdugaci. The code in question will be removed eventually, and it deals with code searching incorrectly. Today the ProjectFilesCollection already returns the correct set of resources file. @victorhurdugaci will begin using it in the upcoming changes. Therefore the bug will be fixed naturally in the process.
Steps to reproduce:
"bin"
to bothexclude
andpackExclude
kpm build
(works)kpm pack
(works)kpm build
This is due to the resx file being copied into the
bin
folder by pack and then being picked up byResxResourceProvider.GetResources
The text was updated successfully, but these errors were encountered: