Code Monkey home page Code Monkey logo

Comments (12)

kevinchalet avatar kevinchalet commented on May 23, 2024

The nightly builds work fine, and no, there's no "normal" NuGet package, only RC2 nightly packages.

from openiddict-core.

Gillardo avatar Gillardo commented on May 23, 2024

If i create a new web application and follow the instructions on the readme file it errors....

from openiddict-core.

kevinchalet avatar kevinchalet commented on May 23, 2024

I'm not really good at psychic debugging. If you don't share - at least - the error message you're seeing, there's nothing we can do for you.

from openiddict-core.

Gillardo avatar Gillardo commented on May 23, 2024

Sorry not at laptop atm. It is something about webapplication but i will get the error for u later

from openiddict-core.

Gillardo avatar Gillardo commented on May 23, 2024

I was doing it with a brand new application thus why confused. Will post error as soon as i can

from openiddict-core.

jimnorth55 avatar jimnorth55 commented on May 23, 2024

Pardon my jumping in here, but I have a related question... If I want to incorporate OpenIddict into an existing "rc1-final" solution (consisting of several projects), is it a requirement that I convert the entire Solution to use rc2 nightly builds for all asp.net 5 dependencies? Thanks.

from openiddict-core.

kevinchalet avatar kevinchalet commented on May 23, 2024

Is it a requirement that I convert the entire Solution to use rc2 nightly builds for all asp.net 5 dependencies?

Yes, you can't mix RC1 and RC2 packages in the same application (at least, not without seeing tons of exceptions at runtime 😄)

from openiddict-core.

kevinchalet avatar kevinchalet commented on May 23, 2024

@Gillardo are you still seeing an error?

from openiddict-core.

Gillardo avatar Gillardo commented on May 23, 2024

Yes i am, but i do not think it is your code, but maybe you can still help. I have updated all my packages to rc2, but when i build, this line is invalid

// Entry point for the application.
public static void Main(string[] args) => new WebApplication.Run<Startup>(args);

If i add a using like so using Microsoft.AspNet.Hosting.Internal;

Then it appears that the Run method is no longer there??

What do i need to change this to? Really want to try out your software, so if you can help, that would be great

from openiddict-core.

kevinchalet avatar kevinchalet commented on May 23, 2024

The hosting API has been completely revamped: aspnet/Announcements#131

Take a look at this commit to see how we fixed the OpenIddict samples to use the new API.

from openiddict-core.

Gillardo avatar Gillardo commented on May 23, 2024

Thank you!!!! I will now try and install your software

from openiddict-core.

sashasochka avatar sashasochka commented on May 23, 2024

Possible somebody knows if it's possible to use rc2 projects on Azure App Service? Does it support rc-2 version of dnx?

from openiddict-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.