Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.09k stars 648 forks source link

Create a NServiceBus.Azure package #106

Closed andreasohlund closed 12 years ago

andreasohlund commented 13 years ago

Include the NServiceBus.Azure dll, add a dependency on NSB, NSB.core

andreasohlund commented 13 years ago

Also add a dependency on NServiceBus.NHibernate

Jpattom commented 13 years ago

yvesgoeleven Please provide if there is any more dependency for Azure Package

yvesgoeleven commented 13 years ago

Yes there are, the references that should be in a project after running the NServiceBus.Azure package should be:

Common.Logging.dll Iesi.Collections.dll Ionic.Zip.dll log4net.dll Microsoft.Practices.ServiceLocation.dll Microsoft.WindowsAzure.Diagnostics.dll Microsoft.WindowsAzure.ServiceRuntime.dll Microsoft.WindowsAzure.StorageClient.dll NHibernate.dll NHibernate.Drivers.Azure.TableStorage.dll NHibernate.Azure.dll NServiceBus.Core.dll NServiceBus.dll NServiceBus.Hosting.Azure.dll NServiceBus.Hosting.dll NServiceBus.NHibernate.dll

Assembllies that should be on the disk of the user in the packages folder but not referenced by default should be NServiceBus.Hosting.Azure.HostProcess.exe Magnum.dll Topshelf.dll NServiceBus.Timeout.Hosting.Azure.dll

Alternatively to putting the assemblies on disk we could provide additional packages with a reference to NServiceBus.Azure

Kind regards, Yves

Jpattom commented 12 years ago

yvesgoeleven / andreasohlund I have added some dependency packages for NServiceBus.Azure Package, please test the same.

andreasohlund commented 12 years ago

Yves can you test and see if this one is ok?

yvesgoeleven commented 12 years ago

It's on my list...

-----Original Message----- From: Andreas Öhlund [mailto:reply@reply.github.com] Sent: dinsdag 15 november 2011 6:35 To: Goeleven, Yves Subject: Re: [NServiceBus] Create a NServiceBus.Azure package (#106)

Yves can you test and see if this one is ok?


Reply to this email directly or view it on GitHub: https://github.com/NServiceBus/NServiceBus/issues/106#issuecomment-2748117

andreasohlund commented 12 years ago

Looks good to me

ivern commented 12 years ago

The NServiceBus.Azure package on NuGet doesn't seem to contain any of the assemblies that you list as "should be on disk but not referenced" (the host process, etc.) Did the plans for this change? I've actually been unable to find these assemblies bundled in any form outside of building the project myself (which I am doing for the time being), as the RC4 zipfile also doesn't contain them.

In NuGet I've checked both the RC4 and CI versions of NServiceBus.Azure and both have the same issue.