linven / NServiceBus

The most popular service bus for .NET

Home Page:http://particular.net/nservicebus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

To build NServiceBus just open NServiceBus.sln in Visual Studio.

Note that the debug build doesn't ilmerge and if you plan to use the binaries in test/production you need to do a release build.

You'll find the built assemblies in /binaries.

If you see the build failing, check that you haven't put the source of NServiceBus in a deep subdirectory since long path names (greater than 248 characters) aren't supported by MSBuild.

Running

To run NServiceBus, please download and install the setup file from http://particular.net/downloads

Licenses

Autofac

Autofac is licensed under the MIT license as described here.

Autofac binaries are linked into the NServiceBus distribution allowed under the license terms found here.

Json.NET

Json.NET is licensed under the MIT license as described here.

Json.NET binaries are linked into the NServiceBus distribution allowed under the license terms found here.

RijndaelEncryptionService

Taken from rhino-esb under this license

About

The most popular service bus for .NET

http://particular.net/nservicebus

License:Other


Languages

Language:C# 100.0%Language:PowerShell 0.0%