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

Rename IOptions<TOptions>.Options to .Value #31

Closed
@davidfowl

Description

@davidfowl

Normally, you declare variables like this:

public class Foo
{
     private MyOptions _options;
     public Foo(IOptions<MyOptions> options)
     {
        _options = options.Value;
     }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions