medius

0.1.51 • Public • Published

Medius

Medius is a repository of shared .net code. It is currently used by the Via project which is currently in an experimental branch of the Phasma project. It targets both .NET Standard 2.0 (netstandard2.0) and .NET Framework 4.52 (net452).1

Hosting

Medius is hosted on the private NuGet feed: http://tc.inmotionnow.com/httpAuth/app/nuget/v1/FeedService.svc/ as the following packages

  • InMotion.Common.All
  • InMotion.Common.Class
  • InMotion.Common.Interface
  • InMotion.Common.Rabbit

The debug symbols and source code are available at http://tc.inmotionnow.com/app/symbols/2

Consuming/Installation

In order to install the InMotion.Common NuGet Packages you must first configure your environment to use the NuGet server at tc.inmotionnow.com.

First try the following command from the command line: nuget sources Add -Name InMotionNow-TC -Source http://tc.inmotionnow.com/httpAuth/app/nuget/v1/FeedService.svc/ -UserName {your_username} -Password {your_password}

If you need to change your credentials use the following command: nuget sources Update -Name InMotionNow-TC -UserName {your_username} -Password {your_password}

Footnotes

  1. See https://docs.microsoft.com/en-us/dotnet/standard/frameworks
  2. See https://msdn.microsoft.com/en-us/library/ms241613.aspx#Specify-symbol-locations-and-loading-behavior

Readme

Keywords

none

Package Sidebar

Install

npm i medius

Weekly Downloads

1

Version

0.1.51

License

ISC

Unpacked Size

102 kB

Total Files

79

Last publish

Collaborators

  • inmotionnow