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

Copy to clipboard

> nuget.exe install Relay.Core -Version 1.0.6 -Source https://www.myget.org/F/relay-dev/api/v3/index.json

Copy to clipboard

> dotnet add package Relay.Core --version 1.0.6 --source https://www.myget.org/F/relay-dev/api/v3/index.json

Copy to clipboard
<PackageReference Include="Relay.Core" Version="1.0.6" />
Copy to clipboard
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

Copy to clipboard
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

Core

Build status NuGet Release MyGet Release License

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
  • .NETCoreApp 2.2: 2.2.0.0

Owners

sferguson82

Authors

Scott Ferguson

Project URL

https://github.com/relay-dev/core

License

Unknown

Info

28 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