Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Missing System.String.Replace definitions in .NetStandard 2.0 #539

@YohanSciubukgian

Description

@YohanSciubukgian

From what I have understand, .Net Core 2.0 is an implementation of .Net Standard 2.0 .
However I'm facing an issue when I'm trying to move my code from a .Net Core 2.0 project to a .Net Standard 2.0 project with the following message :

No overload for method 'Replace' takes 3 arguments

.Net Standard 2.0 references the following methods :

In another side, .Net Core 2.0 implements the following methods :

Is it possible to add these missing definitions to the next version of .NetStandard ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions