rathole
Results
2
issues of
rathole
### What happened? When the following code is built for and run with .NET Framework (target framework net472), the second call to `GitHubClient.Repository.Get` fails after 100 seconds with a `TaskCanceledException`:...
Status: Up for grabs
Type: Bug
This is caused by the `InMemorySinkAssertionExtensions.IsAwesomeAssertionsAvailableOnDisk` looking for "FluentAssertions.dll" instead of "AwesomeAssertions.dll". Can be worked around by ensuring the AwesomeAssertions.dll is already loaded before `InMemorySinkAssertions.InMemorySink.Should` is called for the first...