Feanathiel

Results 5 comments of Feanathiel

Thank you for merging the commits back to your repository. The response interface-idea is derived from ASP.NET MVC, which I found work quite nicely. But I have to say I...

I don't think the statement in the file below can actually be true: https://github.com/Rychard/CityWebServer/blob/b23a408858512dddd8a1e70186668e423c1cb160/CityWebServer/Helpers/TemplateHelper.cs#L22 Maybe we can check if the `UserInfo` in `PluginInfo.GetInstances()` is the same as the one in...

@SabotageAndi Then the bindings are analyzed almost instantly. Are partial classes going to be supported in the future, or should they be rewritten to be non-partial? Thank you for your...

@aditki What I did so far is copy every constructor and field to every partial class and remove the partial keywords. I did not have any calls to (private) members,...

@aditki I think this is a different issue from what I'm facing. It could be related, but I suggest you create a new issue with reproduction steps.