PowerShell/test/powershell/Language
Mathias R. Jessen 0a570211df Flatten interface hierarchy when generating properties that implement interface properties (#8382)
`TypeBuilder.GetInterfaces()` returns only the interfaces that was explicitly passed to its constructor, so we need to flatten the interface hierarchy in order to properly support inherited interfaces.
2019-02-19 15:02:34 -08:00
..
Classes Flatten interface hierarchy when generating properties that implement interface properties (#8382) 2019-02-19 15:02:34 -08:00
Interop/DotNet Fix .NET adapter to not throw when fails to create a PSMethod due to ByRef-like type (#7788) 2018-09-17 12:45:55 -07:00
Operators Standardize Pester syntax in 'ReplaceOperator.Tests.ps1' (#7963) 2018-10-08 23:15:53 -07:00
Parser Parse numeric strings as numbers again during conversions (#8681) 2019-02-04 12:22:05 -08:00
Scripting Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
CompletionTestSupport.psm1 Use new Pester syntax: -Parameter for Pester tests in Language. (#6304) 2018-03-21 10:47:08 -07:00