phantomtypist

Results 84 comments of phantomtypist
trafficstars

This client does not contain the code to handle TGT via the CAS REST protocol. If you'd like you can contribute that code and submit a PR.

@lanorkin Just to confirm, this is a duplicate of issue #32? There is a PR already out with a fix, but we'll have to review it. If you have time,...

@lanorkin Thanks for taking the time you put into this. After a short review, I think I'm on the same page as @serac with a possible alternative solution (https://github.com/apereo/dotnet-cas-client/pull/33#issuecomment-155762594). Did...

I was actually taking a look (cursory glance) at this one last week. I think you're right about #15 needing to be done as well. This one is not a...

Go ahead and add an [EditorConfig](https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019) now. I'll worry about the StyleCop later on.... ultra-low priority.

We've done something similar with our applications however I'm not sure how easy it would be to do here and now. Let's say we introduced an action attribute called [CasAuthorize]...

This functionality _is_ missing, but exists in the Java CAS Client. I ran some rudimentary code in the debugger and a test project and it worked fine w/ POST method....

Due to limitations in Visual Studio (even 2017), we aren't going to be able to run multi-targeted tests within Visual Studio in the Test Explorer ;( https://github.com/nunit/docs/wiki/.NET-Core-and-.NET-Standard#my-tests-multi-target-net-core-and-net-framework-why-cant-i-run-both-in-visual-studio We'll have to...

My comment immediately above applies for any test framework including xUnit, NUnit, and MS Test.