This package contains feature extensions used by other CodeGator projects. Platforms supported: .NET 6.x or above Portions of this code copyright (c) .NET Foundation. All rights reserved. Licensed under the Apache License, Version 2.0.


Keywords
features, CG.Features, CodeGator
License
MIT
Install
Install-Package CG.Features -Version 2022.1.1

Documentation

CG.Features:


Build Status Github docs NuGet downloads SqlServer DevOps coverage Github discussion CG.Features on fuget.org

What does it do?

The package contains feature extensions used by other CodeGator packages.

What platform(s) does it support?

  • .NET 6.x or higher

How do I install it?

The binary is hosted on NuGet. To install the package using the NuGet package manager:

PM> Install-Package CG.Features

How do I contact you?

If you've spotted a bug in the code please use the project Issues HERE

We have a discussion group HERE

Is there any documentation?

There is developer documentation HERE

We also blog about projects like this one on our website, HERE

Legalise:

This project is heavily inspired by the Microsoft.Extensions.Configuration library, which is copyright (c) .NET Foundation. All rights reserved. Licensed under the Apache License, Version 2.0. See Apache-LICENSE.txt in the project root for license information. HERE is the link to that code.

We have heavily modified the original intent of that Microsoft library, to function for feature sets instead of configurations. All our changes and/or additions are copyright(c) CODEGATOR. All rights reserved. Licensed under the MIT License. See MIT-LICENSE.md in the project root for license information.

Our bug are ours, so complain to us, not to Microsoft.