Particular / NServiceBus.Azure

Transports and storage for Windows Azure
https://docs.particular.net/nservicebus/azure/
Other
10 stars 15 forks source link

Smoketest samples #308

Closed yvesgoeleven closed 7 years ago

yvesgoeleven commented 7 years ago

From @SimonCropp

@azure-maintainers i updated the cloud showcase to NServiceBus.Azure.Transports.WindowsAzureStorageQueues.7.3.0 and Microsoft.WindowsAzure.Storage.8.1.4.0 and Newtonsoft.Json.10.0.3 and NServiceBus.Persistence.AzureStorage.1.4.0 you may want to smoke test

yvesgoeleven commented 7 years ago

Sample no longer works, it throws Could not load type 'NServiceBus.Configuration.AdvanceExtensibility.AdvanceExtensibilityExtensions' from assembly 'NServiceBus.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=9fc386479f8a226c'

SimonCropp commented 7 years ago

@yvesgoeleven thats weird. that sample should not be v7 yet??

yvesgoeleven commented 7 years ago

@SimonCropp yeah for some reason it is ported to 7. Now testing v6 one

yvesgoeleven commented 7 years ago

v6 version doesn't work either, for different reason, I'll investigate

yvesgoeleven commented 7 years ago

v7 version removed v6 version works fine, issue was related to my local storage emulator.

SeanFeldman commented 7 years ago

ASQ (uses storage) sample is broken. Persistence sample might be broken as well. Reopening.

SeanFeldman commented 7 years ago

311 to address the rest of samples

yvesgoeleven commented 7 years ago

@SeanFeldman I smoketested them earlier this week, they worked fine. I'll double check if you like