SilverCraft.Trinity.Shared 0.0.1-prerelease

This is a prerelease version of SilverCraft.Trinity.Shared.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SilverCraft.Trinity.Shared --version 0.0.1-prerelease
NuGet\Install-Package SilverCraft.Trinity.Shared -Version 0.0.1-prerelease
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SilverCraft.Trinity.Shared" Version="0.0.1-prerelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SilverCraft.Trinity.Shared --version 0.0.1-prerelease
#r "nuget: SilverCraft.Trinity.Shared, 0.0.1-prerelease"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SilverCraft.Trinity.Shared as a Cake Addin
#addin nuget:?package=SilverCraft.Trinity.Shared&version=0.0.1-prerelease&prerelease

// Install SilverCraft.Trinity.Shared as a Cake Tool
#tool nuget:?package=SilverCraft.Trinity.Shared&version=0.0.1-prerelease&prerelease

Trinity

Trinity is a sort of layer that sits between your bot's codebase and a wrapper for a given platform.
It aims to enable you to easily use common features implemented by trinity wrappers for wrappers for a given platform but if something is not implemented in a given trinity wrapper you can easily cast to a given trinity wrapper from the trinity interfaces to access the platform wrapper's functionalty directly.
Current support is in Proof Of Concept state and will be treated as such.
Basic methods such as ITrinityChannel.SendMessageAsync(string message) should be implemented.
DSharpPlus.CommandsNext (https://github.com/DSharpPlus/DSharpPlus/tree/master/DSharpPlus.CommandsNext) has been ported to trinity in a basic way.

By signing off to a commit of this repository you agree to the terms of the Developer Certificate of Origin which can be found at https://developercertificate.org and reads

Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

You also agree to submiting your contribution in its entirety under the GPL 3.0 license which can be found at https://www.gnu.org/licenses/gpl-3.0.en.html

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated