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

Restored requirement for struct constructors to always have formal param... #1052

Closed
wants to merge 1 commit into from

Commits on Mar 5, 2015

  1. Restored requirement for struct constructors to always have formal pa…

    …rameters (C#)
    
    Issue dotnet#1029
    
    While overall parameterless constructors in structs are valid from IL perspective, without a convenient way to declare them they were virtually nonexistent. As we performed more and more testing, we kept discovering cases where parameterless struct constructors caused inconsistent behavior in libraries or even in some versions of CLR.
    
    After reconsidering the potential issues arising from breaking long standing assumptions, we decided it was best for our users to restore the requirement on struct constructors to always have formal parameters.
    VSadov committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    7bff65a View commit details
    Browse the repository at this point in the history