Mark Seemann
                                            Mark Seemann
                                        
                                    Sounds like my setup as well...
I dug a bit deeper, and there's only one case of `ToLowerInvariant` in the existing code base, and it has a `[SuppressMessage]` attribute that explicitly suppresses CA1308, and also explains...
It turns out that that suppression reason is fairly accurate after all. This is easy to discover if you remove that `.ToLowerInvariant()` line of code. When I do that, I...
The F# tests aren't _that_ important; they're mostly there in order to verify that the `GetUri` method also works from F#, against `Controller` classes written in F#. I can always...
Thank you for your interest in contributing to Numsense. Thus pull request looks promising :+1:
It builds and runs all tests without warnings on my machine, so from a technical perspective I think we're good to go :+1: As I don't read Italian, I'd like...
I solicited a review on Twitter: https://twitter.com/ploeh/status/702383554689417220 Please retweet and spread the word :smile:
I admit that I don't think much about Hyprlink these days, but I don't see why we couldn't add methods for relative URLs. In ASP.NET Web API, they make the...
Thank you for your interest in contributing to Numsense! It builds and runs all tests without warnings on my machine, so from a technical perspective I think we're good to...
I solicited a review on Twitter: https://twitter.com/ploeh/status/697466880987160576 Please retweet and spread the word :smile: