Justin Adler

Results 36 issues of Justin Adler

Any thoughts into making this into a docker image, so it's really easy to test/play with? I just tried and failed :( I'm soooo not experienced with c++ etc... so...

Now that `HttpClientFactory` was released with .NET Core 2.1, provide some documentation example about how to use this so people can really grok why to use this and how. Also...

documentation

The official Codecov docs say that [there's a new x-plat version of the Codecov uploader and that we all should migrate to that](https://docs.codecov.com/docs/codecov-uploader). Does that mean this Github Action is...

Provide a test module for the developer to easily test the output of the redirect or the callback.

enhancement

People are :cry: about how reflection is fucking things up for them. I don't blame them. So i'll remove the reflection and make it manual.

enhancement
documentation

So we've both agreed to remove the auto scanning of assemblies, etc. Great, no probs. But what will our option be now? There's two things that the code does (currently)....

breaking change
discussion

Provide a test controller for the developer to easily test the output of the redirect or the callback.

enhancement

We need a new Logo for NuGet packages.

enhancement
You take it - Tricky and long

Unfortunately, we're inheriting the `SimpleAuthenticationController` class and doing customised stuff. So this means the default routes try to create an instance of a `SimpleAuthenticationController` .. and not our superclass. To...

enhancement
You take it - Tricky and long