• D
    Code Model: Fix CodeFunction.Name for C# conversion operators · 99afffe1
    Dustin Campbell 提交于
    In Visual Studio 2013, CodeFunction.Name for C# conversion operators listed the "implicit/explicit" keyword first and the "operator" keyword second. In Visual Studio 2015, we accidentally swapped these. Unfortunately the v1 Workflow Designer depends on this value and the change broke scenarios where conversion operators are used. That change fixes that discrepancy and adds more unit tests around FullName and Name for operators.
    99afffe1
FileCodeModelTests.vb 27.6 KB