Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Elskom/Sdk
Sdk to the elskom workload that helps with building plugins for Els_kom, Els_kom itself, and other applications as well.
https://github.com/Elskom/Sdk
dotnet dotnet-sdk sdk
Last synced: 3 months ago
JSON representation
Sdk to the elskom workload that helps with building plugins for Els_kom, Els_kom itself, and other applications as well.
- Host: GitHub
- URL: https://github.com/Elskom/Sdk
- Owner: Elskom
- License: mit
- Created: 2019-05-05T17:24:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T00:22:22.000Z (10 months ago)
- Last Synced: 2024-05-12T13:32:33.939Z (6 months ago)
- Topics: dotnet, dotnet-sdk, sdk
- Language: C#
- Homepage:
- Size: 835 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- csharp-source-generators - Elskom/Sdk - ![stars](https://img.shields.io/github/stars/Elskom/Sdk?style=flat-square$cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Elskom/Sdk?style=flat-square&cacheSeconds=86400) Dumps git repository data to assembly level metadata attributes that can be checked at runtime for things like trapping if a user is using an possibly unstable build of the libraries built in the repository and so the user can see a message about it (and optionally opt into running the possibly unstable code). (Projects using custom Source Generators "internally" / Other)
README
# Sdk
Sdk to the elskom workload that helps with building plugins for Els_kom, Els_kom itself, and other applications as well.# NuGet
| Package | Version |
|:-------:|:-------:|
| Elskom.Sdk | [![NuGet Badge](https://buildstats.info/nuget/Elskom.Sdk?includePreReleases=true)](https://www.nuget.org/packages/Elskom.Sdk/) |# Build Status
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/602ea77e56864263b58c05c7beaadf5f)](https://app.codacy.com/gh/Elskom/Sdk?utm_source=github.com&utm_medium=referral&utm_content=Elskom/Sdk&utm_campaign=Badge_Grade_Settings)
![Build Status](https://github.com/Elskom/Sdk/workflows/.NET%20Core%20%28build%29/badge.svg)
![Build Status](https://github.com/Elskom/Sdk/workflows/.NET%20Core%20%28build%20%26%20publish%20release%29/badge.svg)
[![GitHub release](https://img.shields.io/github/release/Elskom/Sdk.svg)](https://GitHub.com/Elskom/Sdk/releases/)
[![GitHub repo size](https://img.shields.io/github/repo-size/Elskom/Sdk)](https://github.com/Elskom/Sdk)
[![GitHub issues-opened](https://img.shields.io/github/issues/Elskom/Sdk.svg)](https://GitHub.com/Elskom/Sdk/issues?q=is%3Aissue+is%3Aopened)
[![GitHub issues-closed](https://img.shields.io/github/issues-closed/Elskom/Sdk.svg)](https://GitHub.com/Elskom/Sdk/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pulls-opened](https://img.shields.io/github/issues-pr/Elskom/Sdk.svg)](https://github.com/Elskom/Sdk/pulls?q=is%3Aopen+is%3Apr)
[![Github pulls-pending](https://img.shields.io/github/issues-search/Elskom/Sdk?label=pending%20pull%20requests&query=is%3Aopen+status%3Apending+is%3apr&color=lightgray)](https://github.com/Elskom/Sdk/pulls?q=is%3Aopen+status%3Apending+is%3Apr)
[![Github pulls-passing](https://img.shields.io/github/issues-search/Elskom/Sdk?label=passing%20pull%20requests&query=is%3Aopen+status%3Asuccess+is%3Apr&color=limegreen)](https://github.com/Elskom/Sdk/pulls?q=is%3Aopen+status%3Asuccess+is%3Apr)
[![Github pulls-failing](https://img.shields.io/github/issues-search/Elskom/Sdk?label=failing%20pull%20requests&query=is%3Aopen+status%3Afailure+is%3Apr&color=red)](https://github.com/Elskom/Sdk/pulls?q=is%3Aopen+status%3Afailure+is%3Apr)
[![GitHub pulls-merged](https://img.shields.io/github/issues-search/Elskom/Sdk?label=merged%20pull%20requests&query=is%3Apr%20is%3Aclosed%20is%3Amerged&color=darkviolet)](https://github.com/Elskom/Sdk/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged)
[![GitHub pulls-unmerged](https://img.shields.io/github/issues-search/Elskom/Sdk?label=unmerged%20pull%20requests&query=is%3Apr%20is%3Aclosed%20is%3Aunmerged&color=red)](https://github.com/Elskom/Sdk/pulls?q=is%3Apr+is%3Aclosed+is%3Aunmerged)
[![GitHub contributors](https://img.shields.io/github/contributors/Elskom/Sdk.svg)](https://GitHub.com/Elskom/Sdk/graphs/contributors/)
![Commit activity](https://img.shields.io/github/commit-activity/y/Elskom/Sdk)Note: All of my other nuget packages that are supported are part of the elskom workload runtime and reference packages.
Any bugs can be filed in this repository's built in bug tracker.