• B
    First step in moving the compiler code base to the .Net Foundation coding style. · 16512b64
    beep boop 提交于
    Background:
    
    As discussed in the dev team all hands all code under the GitHub dotnet foundation is using a single process for contribution, API review, infrastructure and coding style. The idea is to present a unified view to our customer and give them a single story for contributing to any project under the dotnet foundation.
    
    https://github.com/dotnet/corefx/wiki/Contributing#c-coding-style
    
    The coding style transition is automated using a Roslyn based rewrite tool:
    
    https://github.com/dotnet/codeformatter
    
    This will be applied in stages across our developer tree. Right now the focus is on the Open directory as this is what is being presented on github. Code owners will be contacted before the transition happens.
    
    Note: this is a soft style requirement. There are no build errors that come from this change.
     (changeset 1403394)
    16512b64
IMethodSymbol.cs 18.7 KB