Michel Zehnder

Results 64 comments of Michel Zehnder

I tried writing to [email protected] as this is the account that is mentioned on the main GitHub account. Unfortunately this comes back: The group officedev only accepts messages from people...

There is no way currently to do this with the tool, and I'm not sure if there are API's for it. Will file it as a future enhancement for now,...

Unfortunately, these links are currently not translated.

Would it be a possibility to convert the wiki to static HTML to host on nlog-project.org? e.g. using mkdocs, it also allows editing of pages by pointing back to the...

> Pull Request would be great! I can try. What level of automation are you looking for? Is it OK if I just make it buildable manually, and then it...

So far I have this: Clone the wiki repo, add the following file to the root: `mkdocs.yml` ``` site_name: NLog Wiki site_url: https://nlog-project.org/wiki repo_url: https://github.com/NLog/NLog/wiki docs_dir: ../NLog.Wiki strict: false plugins:...

Yeah, this one feels annoying. Ideally it should take the resharper .DotSettings and the VS equivalent to ignore certain abbreviations. Alternatively use your own dictionary, that could be generated then...

``` using (new PerformanceValidator( NumberOfRequests * (2 * CacheAccessPenaltyMs + 100), ``` Is this calculation correct? It uses 10 requests, CacheAccessPenaltyMs is 50, that means it currently calculates: ```10 *...