Mirko
Mirko
@loic-sharma I hope, the PR is okay for you now. If not, please do not hesitate to contact me :)
In most of the cases, I agree with you, Werner. However, for internal purposes, I don't need a full-fledged web server. I want a simple 'download and run' NuGet server...
Are there any plans to support this or is there no chance at all?
I have exactly the same issue, but changing the resource `/Logon/` to `/WindowsLogin/` works. It is a workaround, but at least it works
But was is the value of `Should().NotBeNull()` if not used like that?
Technically, I understand you. But from the perspective of a consuming developer, this should be at least documented. Even within [the documentation](https://fluentassertions.com/tips/#mstest-migration) there is the analogy between `Assert.IsNotNull()` and `Should().NotBeNull()`.
Yes, I would think so. But more importantly, it should be added to the MSTest-Migration, because simply replacing `Assert.IsNotNull()` with `Should().NotBeNull()` now seems wrong to me. Do you see any...
@dennisdoomen I really don't know. I've already asked this question in [JetBrains' corresponding Issue](https://youtrack.jetbrains.com/issue/RSRP-442740#focus=streamItem-27-3506960.0-0), but unfortunately got no answer. Since R# has built-in MSTest support, I could imagine a special...
Thanks for taking care about this!