mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
593 B
593 B
0.10.0
Breaking Changes
- Deleted the deprecated
getAssemblyNamepredicate from theOperatorclass. UsegetFunctionNameinstead. - Deleted the deprecated
LShiftOperator,RShiftOperator,AssignLShiftExpr,AssignRShiftExpr,LShiftExpr, andRShiftExpraliases. - Deleted the deprecated
getCallableDescriptionpredicate from theExternalApiDataNodeclass. UsehasQualifiedNameinstead.
Minor Analysis Improvements
- Generated .NET Runtime models for properties with both getters and setters have been removed as this is now handled by the data flow library.