-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
error C3611: 'System::Numerics::INumberBase::System::IUtf8SpanFormattable.Try Format': a sealed function cannot have a pure-specifier #94998
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsDescriptionI am getting error while building main and release/8.0-staging branch of runtime. Can somebody help me finding a solution for that. Reproduction Steps
Expected behaviorIt should be compiled. Actual behaviorerror C3611: 'System::Numerics::INumberBase::System::IUtf8SpanFormattable.Try Format': a sealed function cannot have a pure-specifier Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
@tannergooding Do we need to update the minimum VS version required to build the repo in https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/windows-requirements.md#visual-studio ? |
Probably. Notably, it's not kept up to date as is. New versions of Roslyn only work "correctly" with the latest IDE and so we've already "required" VS 17.8 to work with parts of the codebase for months, but the doc still says 17.3 I'll submit a PR updating that and the C++/CLI tools version |
Can we also update the .vsconfig file? or is that unnecessary? |
Description
I am getting error while building main and release/8.0-staging branch of runtime.
error C3611: 'System::Numerics::INumberBase::System::IUtf8SpanFormattable.Try Format': a sealed function cannot have a pure-specifier
Can somebody help me finding a solution for that.
Reproduction Steps
Expected behavior
It should be compiled.
Actual behavior
error C3611: 'System::Numerics::INumberBase::System::IUtf8SpanFormattable.Try Format': a sealed function cannot have a pure-specifier
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: