Skip to content
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

Start testing OpenIddict on .NET 7.0 #1545

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

kevinchalet
Copy link
Member

This PR adds .NET 7.0 TFMs and 7.0-rc2 package references so we can start testing OpenIddict on .NET 7.0. Unfortunately, it seems broken on ASP.NET Core 7.0 due to the recent changes in the authentication stack...

@kevinchalet
Copy link
Member Author

Unfortunately, it seems broken on ASP.NET Core 7.0 due to the recent changes in the authentication stack...

I opened dotnet/aspnetcore#44661 to discuss that with the ASP.NET team.

@@ -292,7 +292,7 @@ protected virtual async ValueTask CreateEntryAsync(object key, TApplication? app
}

entry.SetSize(1L);
entry.SetValue(application);
entry.SetValue(application!);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevinchalet
Copy link
Member Author

Merging. The next OpenIddict 4.0 preview will integrate a .NET 7.0 TFM and 7.0 RC2 references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant