relay-dev - Relay.Core 1.0.6
An application framework for .NET Core
PM> Install-Package Relay.Core -Version 1.0.6 -Source https://www.myget.org/F/relay-dev/api/v3/index.json
> nuget.exe install Relay.Core -Version 1.0.6 -Source https://www.myget.org/F/relay-dev/api/v3/index.json
> dotnet add package Relay.Core --version 1.0.6 --source https://www.myget.org/F/relay-dev/api/v3/index.json
source https://www.myget.org/F/relay-dev/api/v3/index.json
nuget Relay.Core ~> 1.0.6
Copy to clipboard
> choco install Relay.Core --version 1.0.6 --source https://www.myget.org/F/relay-dev/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "relay-dev" -SourceLocation "https://www.myget.org/F/relay-dev/api/v2"
Install-Module -Name "Relay.Core" -RequiredVersion "1.0.6" -Repository "relay-dev"
Copy to clipboard
Core
Introduction
Core is a set of base class libraries written using .NET Standard. The code base consists of abstractions, contracts, stubs and interfaces only. Core abstractions are implemented by plugins, which can be found on GitHub and NuGet.
Core is published to the main public NuGet feed (see section Installation). All APIs are documented in a .chm file located here.
*Update: .NET Core/.NET 5 has made the original intention of this project obsolete. Services like ILogger, IConfiguration, IServiceProvider, etc have been making their way out of this codebase. There are other useful abstractions here so the package will stay.
Getting Started
Installation
Follow the instructions below to install this NuGet package into your project:
.NET Core CLI
dotnet add package Relay.Core
Package Manager Console
Install-Package Relay.Core
Latest releases
Latest releases and package version history can be found on NuGet.
Build and Test
Follow the instructions below to build and test this project:
Build
.NET Core CLI
dotnet build
Test
.NET Core CLI
dotnet test
Contribute
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Initial release
- .NETCoreApp 2.2: 2.2.0.0
Ownerssferguson82 |
AuthorsScott Ferguson |
Project URLhttps://github.com/relay-dev/core |
LicenseUnknown |
Info28 total downloads |
| 28 downloads for version 1.0.6 |
| Download (11.47 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
1.0.6 | 11.47 KB | Sun, 24 Feb 2019 21:07:38 GMT | 28 |
|