Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Cannot compile the clone project with .Net Framework <= 4.0 #18

@tonginbox

Description

@tonginbox

throw new ArgumentNullException(nameof(server));

The code using 'nameof(...)' which is C# 6.0/Framework 4.x but the NHttp project target framework 2.0 therefore the project fail to compile.

Is this a mistake?

I target it to run on .Net 4.0 therefore I have to remove all of them and it works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions