• H
    added OpenFileOnly in IBuiltInAnalyzer and removed RunInProcess · 0999ff02
    Heejae Chang 提交于
    now, all builtin analyzer that is not set to only run on open files will run in OOP.
    
    any builtin analyzer that can't run in OOP should mark it as open file only.
    
    for analyzers that return only hidden severity but return different severity on runtime should use the new API to control whether it want it to run full solution or not. if set to run on full solution, it will run in OOP.
    0999ff02
RudeEditUserDiagnosticAnalyzer.cs 2.7 KB