Benjamin

Results 16 comments of Benjamin

Thanks for reporting that case of the route values matter. This helped me get my breadcrumbs to work! I would cast a vote to towards having the SiteMapProvider matching be...

Glad it's not just me! I mentioned that to Raygun's customer support a few months ago, they confirmed that breadcrumbs are not supported in .net core after a bit of...

I've addressed this in the pull request linked to issue #27 FYI.

FYI, this shouldn't relevant following PR #30.

Some older version of nuget packages don't have a `publicKeyToken` value, if you happen to also depend on a more recent version of the nuget package that does set that...

This shouldn't be an issue since PR #30.

I think you are touching on something quite important here. The HTTP client (restsharp in that case) is hardcoded in `OAuth2Api.cs`. See [line 241](https://github.com/eBay/ebay-oauth-csharp-client/pull/18/files#diff-321128dfee84ebc952e4fe50638cb4dacf1f9ad305f4b70932fc19417d730084L241) of `OAuth2Api.cs`) ```csharp // Initialize client...

I totally forgot about this, updated our dependency to `LightInject.Microsoft.DepedencyInjection` and unleashed hell again. 🔥 Has anyone else had problems with that?

Mmm appveyor is complaining that the code coverage is too low :(

Hello, Is this pull request still relevant? It looks like Lightinject now has a slightly different signature on `IAssemblyScanner`: ```csharp void Scan(Assembly assembly, IServiceRegistry serviceRegistry, Func lifetime, Func shouldRegister, Func...