-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample not working #6
Comments
I've just succeed to run sample by fixing some things. See my fork PS : |
@VoronFX thank you! That fixed the build! Its worth nothing though, doesnt your fix downgrade this from .NET Core to .NET 4.5.1? |
Not sure. |
@Icestorm0141 this sample app doesn't use .NET Core ( @VoronFX sadly, most of the tooling issues we're seeing are caused by the DNX -> CLI migration. It should get more stable when the RC2 tooling is released. FWIW, I do my best to keep the aspnet-contrib/OpenIddict projects compatible with both worlds, but it's sometimes really painful and extremely time-consuming for me, specially when the issues are caused by the CoreFX or ASP.NET Core packages themselves. Are you still seeing issues with the latest packages? Everything should work fine with both DNX and CLI ATM. |
@PinpointTownes Doing a pull from this repo, the solution won't even compile. So yes, still seeing issues. |
@Icestorm0141 I meant with the official OpenIddict samples, not this repo. |
@Icestorm0141 I just sent a PR that should fix all the existing issues: #7. |
Hi,
I have downloaded the sample source code from the GitHub. Also, I have checked that I have latest dnx version in my machine. See attached screenshot.
But still when I try to run this solution its giving following errors.
I think its not supporting dnx 4.5.1 or any other problem I have can you please suggest what I am doing wrong.
The text was updated successfully, but these errors were encountered: