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 has been archived by the owner on Apr 13, 2020. It is now read-only.
I tried to build your pMixin project, but seems to need a few configuration steps before building it.
I think, it will be a great to write a How to Build guide for who wants to build this cool project.
Thanks
The text was updated successfully, but these errors were encountered:
First of all, I'm using the Visual Studio 2015 version.
When I built it, it occurs some build errors which solved by just executing script/Enable~~.bat file.
And now, it still has one error. I think it's a signing issue but I don't know how to solve it.
CSC : error CS7027: '..\..\..\pMixins.snk' 파일에서 공용 키를 사용하여 출력에 서명하는 동안 오류가 발생했습니다. 파일을 찾을 수 없습니다.
(Sorry for this unfriendly message, I don't use the English version of Visual Studio)
Unfortunately, Visual Studio 2015 isn't supported yet (#42), so you'll need to use Visual Studio 2013.
In this specific error message, the compiler is complaining that you're missing the Key (*.snk) to sign the pMixins dlls. I can't release the real one I use for pMixins, so you'll need to generate your own in order to build locally.
Hi
I tried to build your
pMixin
project, but seems to need a few configuration steps before building it.I think, it will be a great to write a
How to Build
guide for who wants to build this cool project.Thanks
The text was updated successfully, but these errors were encountered: