master
Enable nullable: System.Management.Automation.Language.ICustomAstVisitor (#14191)
Update copyright notice to latest guidance (#12190)
Add `MethodInvocation` trace for overload tracing (#21320)
Fix codefactor if part 3 (#19269)
Revert some of the interpolated string changes (#19018)
Add support for interface static abstract props
Fix `TypeName.GetReflectionType()` to work when the `TypeName` instance represents a generic type definition within a `GenericTypeName` (#24985)
Fix infinite loop crash in variable type inference (#25696)
Fix ///-comments that violate the docs schema (#19957)
Update `MaxVisitCount` and `MaxHashtableKeyCount` if `VisitorSafeValueContext` indicates `SkipLimitCheck` is true (#27306)
Enable CA1868: Unnecessary call to 'Contains' for sets (#21165)
Use interpolated strings 4 (#18980)
Exclude outvariable assignments within the same CommandAst when inferring variables (#25224)
Fix `IDE0049` in `System.Management.Automation` [Part 3] (#27379)
Use null propagation operator in /engine (#17789)
Fix the extent of the parser error when a number constant is invalid (#24024)