PowerShell/test/powershell/Language/Interop/DotNet
Dongbo Wang c684902fba Use the original precision (prior-dotnet-core-3) for double/fload-to-string conversion (#9893)
.NET Core changes to return "shortest roundtrippable string" by default for the ToString() method of double and float types. This results in ToString() for double/float values sometimes return a string in 17-digit/9-digit precision format. This PR updated the double/float-to-string conversion in PowerShell to continue using the old precision specifier before the change in .NET Core 3.0.
2019-06-19 08:56:43 +05:00
..
DotNetAPI.Tests.ps1 Use the original precision (prior-dotnet-core-3) for double/fload-to-string conversion (#9893) 2019-06-19 08:56:43 +05:00
DotNetInterop.Tests.ps1 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