Skip to content

Remove unused cached types#9015

Merged
TravisEz13 merged 1 commit intoPowerShell:masterfrom
adityapatwardhan:RemoveTypesNotUsed
Mar 1, 2019
Merged

Remove unused cached types#9015
TravisEz13 merged 1 commit intoPowerShell:masterfrom
adityapatwardhan:RemoveTypesNotUsed

Conversation

@adityapatwardhan
Copy link
Member

@adityapatwardhan adityapatwardhan commented Mar 1, 2019

PR Summary

These types are not used in PowerShell code base and should be removed.

PR Context

The dotnet 3.0.100-preview3-010406 version added overloads to string.get_Chars and hence we cannot resolved which overload to load. Thus, we get an type load exception.

Since we are no using this type, it is better to remove it.

PR Checklist

@TravisEz13 TravisEz13 merged commit cae9e95 into PowerShell:master Mar 1, 2019
@TravisEz13 TravisEz13 added the CL-Engine Indicates that a PR should be marked as an engine change in the Change Log label Mar 1, 2019
@adityapatwardhan adityapatwardhan deleted the RemoveTypesNotUsed branch March 1, 2019 17:35
TravisEz13 pushed a commit to TravisEz13/PowerShell that referenced this pull request Mar 5, 2019
These types are not used in PowerShell code base and should be removed.

## PR Context

The dotnet 3.0.100-preview3-010406 version added overloads to `string.get_Chars` and hence we cannot resolved which overload to load. Thus, we get an type load exception.

Since we are no using this type, it is better to remove it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-Engine Indicates that a PR should be marked as an engine change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants