C#: Add change note.

This commit is contained in:
Michael Nebel
2025-01-23 14:24:24 +01:00
parent 0a2a8e9701
commit 340f3c0fd5

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* C# 13: Added support for the overload resolution priority attribute (`OverloadResolutionPriority`). Usages of the attribute and the corresponding priority can be found using the QL class `SystemRuntimeCompilerServicesOverloadResolutionPriorityAttribute`.