Eric
Eric
Thanks , It's convenience to auto update from store when you publish release version of detect-it-easy .😄
一个建议: 如果要做的话可以参考ILSpy那样通过Windows Store发布
其实可以参考摸鱼 https://www.microsoft.com/store/productId/9NDJ3Q12NRRM 原本也是没有上架的,后面也是上架后越来越多人用
Awesome! You are right! Some class must be untouched.
@lextm Sorry for reopen this issue, after config some classes "not to obfuscate". App run normally when in release mode using vs' "start without debugging" . Then going to archive...
你好!很高兴告诉你我可能知道了问题的所在。 问题在于如果在datasource放进两个view,就会有这个问题,不少于三张就没问题了。 希望作者能修复这个问题
在datasource放进两个view -> datasource集合内元素个数为2个
``` public class CustomZYBannerViewDataSource : ZYBannerView.ZYBannerViewDataSource { private List viewList; public CustomZYBannerViewDataSource(List _viewList) { viewList = _viewList; } public override UIView Banner(ZYBannerView.ZYBannerView banner, nint index) { return viewList[(int)index]; } public...
@lzcdgit 或者你需要重现一下步骤给作者,我的项目已经停了好久了,所以已经忘记了相关bug的重现了。
@stephen-hawley The `make` command will generate the libXamWrapping.dylib and it's arch is arm64, please take a look to the picture.