Sunny Chen

Results 26 comments of Sunny Chen

@kalaiselviA Good catch! To be honest for now this Irony repo is a simple migration from its original Codeplex repo, and I didn't get a chance to look into the...

@sebastienros , Looks interesting. Please just go ahead. And the situation from my side is the same: do not have enough time during these days. ;( Thanks for your effort....

@sebastienros Thank you! Actually the grammar is defined [here](https://github.com/daxnet/logo-sharp/blob/master/src/LogoSharp/LogoGrammar.cs), which is not very complex, but when I open the compiled assembly by using the Irony Explorer, it shows me a...

@nberic The project is still alive and it should be https://github.com/IronyProject/Irony. In the beginning, I migrated the original implementation from Codeplex simply because codeplex was going to be closed and...

@nberic Yes, you are absolutely right. As Irony is not maintained by its original author anymore, most of the usages of this library is somehow experimental and once there comes...

@junjian-yuan , yes, 就是在这个地址。 在编译您的App的时候,如果使用了Apworks,就需要添加以下两个Package Source: - https://www.myget.org/F/daxnet-utils/api/v3/index.json - https://www.myget.org/F/daxnet-apworks-pre/api/v3/index.json(或者是Apworks正式版:https://www.myget.org/F/daxnet-apworks/api/v3/index.json)

如果是Windows 10,应该是标准默认安装了Powershell的,所以直接执行命令即可。如果是Windows 7,并且没有安装Powershell,应该可以使用Web Platform Installer进行安装。

是的,这个问题在之前的版本存在,原因是Deserialize返回的dynamic类型其实是JObject类型,它无法被反序列化成一个具体的对象模型。现在应该已经修复了。

It is not as critical to update libraries to .NET Standard 2.0. In general, libraries should target the lowest version of .NET Standard they can tolerate (for maximum .NET implementation...

If a controller is synchronized, or say its lifetime expanded to the application lifetime, then all its method invocation should be synchronized. If a controller is a per-request initialized controller,...