Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

services.Configure not working with Configuration #411

@John0x

Description

@John0x

Hey, I'm using the newest unstable coreclr version of dnx (upgraded using dnvm upgrade -u -r coreclr today).

public class Settings
{ 
public string Test {get;set}
}

services.Configure<Settings>(Configuration);

Does not work, even though the official documentations says it should.
services.Configure(Configuration.GetSection("Settings"));
Does not work either, since the Configure method expects an Action

Where is the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions