-
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 RC2 #8828
Comments
MITRE: CVE-2023-44487 HTTP/2 Rapid Reset Attack Check spelling for "Kestral" as it should be "Kestrel" and is mentioned twice referred to as
and the following line:
|
Thank you for your feedback @thabaum. I'm reaching out to some folks internally to help with that. |
According to #8439 (comment) this piece code was needed for RC1 to make configuration binder source generator work, but it would no longer be needed for RC2 and onwards.
However, (even without removing it), I'm facing with this build error: Error: /Users/runner/work/my_repo_dir/Microsoft.Extensions.Configuration.Binder.SourceGeneration/Microsoft.Extensions.Configuration.Binder.SourceGeneration.ConfigurationBindingGenerator/BindingExtensions.g.cs(35,10): error CS9137:
The 'interceptors' experimental feature is not enabled in this namespace.
Add '<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Configuration.Binder.SourceGeneration</InterceptorsPreviewNamespaces>' to your project. [/Users/runner/work/my_repo_dir/MyProject.csproj] If I'm not wrong, that isn't mentioned in the package README or the RC2 article announcement. Is that the intended behavior? If that's the case, it's probably worth mentioning in the places mentioned above. cc/ @layomia PD: following the instructions does fix the issue. |
@eduherminio it was changed to use think the change does worth mention see: |
@thabaum the CVE page was updated. Thanks for letting us know! |
Closing in favor of #8904 |
Release Notes
Please report any issues you find with .NET 8 RC 2, 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: