-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET 8.0 Preview 7 #8674
Comments
Updated to preview 7 (ASPNET & EF). The I get the following missing method exception.
Much longer stack trace but its mainly DI service lookups. Also went back to EF 7.0.10 and 7.0.9 (with ASPNET @ preview 7) and the same issue. |
Upgraded to preview 8.0. Trying to make use of IKeyedServices. When trying to resolve using |
The same issue met, issue created here dotnet/runtime#90235
already fixed while the fix not included in the preview 7 release, maybe we should document it as a known issue |
I have updated to the daily RC builds and this is gone now. My guess is that things are just out of sync for preview 7. |
I'm currently getting the following with preview 7:
It appears to be missing a param: Having looked into the latest source, this appears to have been resolved: src/System.IdentityModel.Tokens.Jwt [line 941] Guess I'll wait for preview 8 😉 |
There's no preview 8, next release would be RC1 |
Turned out to be the |
One bug I found - (that's already fixed but I'll explain) is with template It creates project with following dependencies: <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0-preview.7.23375.9" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0-preview.7.23375.9" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0-preview.7.23375.9" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.12.2" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.12.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> when configured with AAD values for Hopefully this helps someone who faces this issue. If someone tells me where I can submit a PR to templates repo, I'd be happy to submit the fix. |
closing in favor of #8759 |
Release Notes
Please report any issues you find with .NET 8 Preview 7, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
If there are any issues with this release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.
The text was updated successfully, but these errors were encountered: