Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 4.21 KB

File metadata and controls

52 lines (31 loc) · 4.21 KB

CZ.Extensions.Configuration.ReferenceResolver

This is reference resolver in configuations used in dotnet core.

NuGet

The configuration reference resolver is provided as a nuget package and can be found on nuget.org.

Name Status
CZ.Extensions.Configuration.ReferenceResolver Nuget Badge

You can add the package for example with the following dotnet command:

dotnet add package CZ.Extensions.Configuration.ReferenceResolver

Pre-releases of this Package are pushed to an internal feed on Azure Artifacts.

There are also packages from pull requests released in an other Azure Artifacts feed. All Packages in this feed are named like this: PR-{pull request number}-CZ.Extensions.Configuration.ReferenceResolver. So you must only pick the package of your PR to check your changes in a test project. All changes of the pull request are tracked in the pull request package version history.

Build

The build environment for this project is on Azure Pipelines and can be found here dev.azure.com/czon/CZ.Extensions.Configuration.ReferenceResolver.

Nuget package build

Name Status
CZ.Extensions.Configuration.ReferenceResolver-CI Build Status
Alpha Alpha
Beta Beta
Release Release

Usage

INFO: For detailed usage information please have a look in the samples folder.

ToDo!

Authors

  • Kirsten Kluge - Initial work - kirkone

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments