Skip to content

Find a way to remove special case for .NET Framework here #28

@konard

Description

@konard

#if NET471
var directory = string.Join(Path.DirectorySeparatorChar.ToString(), pathParts.ToArray());
#else
var directory = Path.Combine(pathParts);
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions