Skip to content

.NET methods that we want to switch to once they become available in .NET Core #3235

@daxian-dbw

Description

@daxian-dbw

Some .NET APIs are missing in .NET Core, and thus we had our own implementation based on the full .NET source code. For those methods, we should switch to the official APIs once they become available in .NET Core.

Instances: (not a complete list)
ClrFacade.ToBase64StringWithLineBreaks(byte[]) --> System.Convert.ToBase64String(byte[] inArray, Base64FormattingOptions options)

Feel free to update this list when you spot one.

Metadata

Metadata

Assignees

Labels

Resolution-FixedThe issue is fixed.WG-Enginecore PowerShell engine, interpreter, and runtimeWaiting - DotNetCorewaiting on a fix/change in .NET

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions