Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/configuration-sdk-extensions-csharp
Configuration service C# client SDK extensions
https://github.com/finbourne/configuration-sdk-extensions-csharp
Last synced: 22 days ago
JSON representation
Configuration service C# client SDK extensions
- Host: GitHub
- URL: https://github.com/finbourne/configuration-sdk-extensions-csharp
- Owner: finbourne
- License: other
- Created: 2022-02-20T09:27:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:20:20.000Z (2 months ago)
- Last Synced: 2024-10-25T08:37:19.463Z (2 months ago)
- Language: C#
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
# LUSID® Configuration SDK Extensions C#
These are the C# SDK Extensions to accompany the [C# SDK (Preview) for the Configuration Store application](https://github.com/finbourne/configuration-sdk-csharp-preview). The Configuration Store provides a secure central repository for secrets and parameters (like the AWS Parameter Store).
This extensions package provides the user with additional extensions to make it easy to configure and use the API endpoints.
The Configuration application is part of the [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology) platform. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup).
For more details on other applications in the LUSID platform, see [Understanding all the applications in the LUSID platform](https://support.lusid.com/knowledgebase/article/KA-01787/en-us).
## Installation
The NuGet package for the FINBOURNE Configuration Store SDK can installed from https://www.nuget.org/packages/Finbourne.Configuration.Sdk.Extensions using the following:
```
$ dotnet add package Finbourne.Configuration.Sdk.Extensions
```## Build Status
| branch | status |
| --- | --- |
| `master` | ![Nuget](https://img.shields.io/nuget/v/Finbourne.Configuration.Sdk.Extensions?color=blue) [![Build and test](https://github.com/finbourne/configuration-sdk-extensions-csharp/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/finbourne/configuration-sdk-extensions-csharp/actions/workflows/build-and-test.yaml) |