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.

Configuration no-ops with no sources #96

Closed
@rynowak

Description

@rynowak

Setting a value in configuration with no sources has no effect. If this is by design then consider throwing instead of doing nothing.

var configuration = new Configuration();
configuration.Set("Hello", "World");

// Nope
configuration.Get("Hello")

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions