Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.93 KB | None | 0 0
  1. ## The following types are no longer available
  2.  
  3. ### NServiceBus.BinarySerializer
  4. No upgrade instructions provided.
  5.  
  6. ### NServiceBus.BsonSerializer
  7. No upgrade instructions provided.
  8.  
  9. ### NServiceBus.CircuitBreakers.RepeatedFailuresOverTimeCircuitBreaker
  10. No upgrade instructions provided.
  11.  
  12. ### NServiceBus.ConfigurationBuilderExtensions
  13. No upgrade instructions provided.
  14.  
  15. ### NServiceBus.ConfigureHandlerSettings
  16. No upgrade instructions provided.
  17.  
  18. ### NServiceBus.Encryption.IEncryptionService
  19. No upgrade instructions provided.
  20.  
  21. ### NServiceBus.EndpointNameAttribute
  22. No upgrade instructions provided.
  23.  
  24. ### NServiceBus.EndpointSLAAttribute
  25. No upgrade instructions provided.
  26.  
  27. ### NServiceBus.Features.BinarySerialization
  28. No upgrade instructions provided.
  29.  
  30. ### NServiceBus.Features.BsonSerialization
  31. No upgrade instructions provided.
  32.  
  33. ### NServiceBus.Features.InstallationSupport
  34. No upgrade instructions provided.
  35.  
  36. ### NServiceBus.Features.JsonSerialization
  37. No upgrade instructions provided.
  38.  
  39. ### NServiceBus.Features.MsmqTransportConfigurator
  40. No upgrade instructions provided.
  41.  
  42. ### NServiceBus.Features.XmlSerialization
  43. No upgrade instructions provided.
  44.  
  45. ### NServiceBus.IConfigureThisEndpoint
  46. No upgrade instructions provided.
  47.  
  48. ### NServiceBus.IInMemoryOperations
  49. Removed to reduce complexity and API confusion.
  50.  
  51. ### NServiceBus.Pipeline.BehaviorContext
  52. No upgrade instructions provided.
  53.  
  54. ### NServiceBus.Pipeline.Contexts.IncomingContext
  55. No upgrade instructions provided.
  56.  
  57. ### NServiceBus.Pipeline.PipelineNotifications
  58. No upgrade instructions provided.
  59.  
  60. ### NServiceBus.Pipeline.StepEnded
  61. No upgrade instructions provided.
  62.  
  63. ### NServiceBus.Pipeline.StepStarted
  64. No upgrade instructions provided.
  65.  
  66. ### NServiceBus.Saga.ContainSagaData
  67. No upgrade instructions provided.
  68.  
  69. ### NServiceBus.Saga.IAmStartedByMessages<T>
  70. No upgrade instructions provided.
  71.  
  72. ### NServiceBus.Saga.IConfigureHowToFindSagaWithMessage
  73. No upgrade instructions provided.
  74.  
  75. ### NServiceBus.Saga.IContainSagaData
  76. No upgrade instructions provided.
  77.  
  78. ### NServiceBus.Saga.IFinder
  79. No upgrade instructions provided.
  80.  
  81. ### NServiceBus.Saga.IFindSagas<T>
  82. No upgrade instructions provided.
  83.  
  84. ### NServiceBus.Saga.IHandleSagaNotFound
  85. No upgrade instructions provided.
  86.  
  87. ### NServiceBus.Saga.IHandleTimeouts<T>
  88. No upgrade instructions provided.
  89.  
  90. ### NServiceBus.Saga.ISagaPersister
  91. No upgrade instructions provided.
  92.  
  93. ### NServiceBus.Saga.Saga
  94. No upgrade instructions provided.
  95.  
  96. ### NServiceBus.Saga.Saga<TSagaData>
  97. No upgrade instructions provided.
  98.  
  99. ### NServiceBus.Saga.SagaPropertyMapper<TSagaData>
  100. No upgrade instructions provided.
  101.  
  102. ### NServiceBus.Saga.ToSagaExpression<TSagaData, TMessage>
  103. No upgrade instructions provided.
  104.  
  105. ### NServiceBus.Saga.UniqueAttribute
  106. No upgrade instructions provided.
  107.  
  108. ### NServiceBus.Serializers.Binary.BinaryMessageSerializer
  109. No upgrade instructions provided.
  110.  
  111. ### NServiceBus.Serializers.Binary.SimpleMessageMapper
  112. No upgrade instructions provided.
  113.  
  114. ### NServiceBus.Serializers.Json.BsonMessageSerializer
  115. No upgrade instructions provided.
  116.  
  117. ### NServiceBus.Serializers.Json.JsonMessageSerializerBase
  118. No upgrade instructions provided.
  119.  
  120. ### NServiceBus.Timeout.Core.IPersistTimeoutsV2
  121. No upgrade instructions provided.
  122.  
  123. ### NServiceBus.Timeout.Core.TimeoutPersistenceVersionCheckExtension
  124. No upgrade instructions provided.
  125.  
  126. ### NServiceBus.TransactionSettingsExtentions
  127. No upgrade instructions provided.
  128.  
  129. ### NServiceBus.Transports.ConfigureTransport
  130. No upgrade instructions provided.
  131.  
  132. ### NServiceBus.Unicast.Messages.LogicalMessage
  133. No upgrade instructions provided.
  134.  
  135. ### NServiceBus.Unicast.Messages.LogicalMessageFactory
  136. No upgrade instructions provided.
  137.  
  138. ### NServiceBus.XmlSerializerConfigurationExtensions
  139. No upgrade instructions provided.
  140.  
  141. ### NServiceBus.Features.FeatureDiagnosticData
  142. No upgrade instructions provided.
  143.  
  144. ### NServiceBus.Features.FeaturesReport
  145. No upgrade instructions provided.
  146.  
  147. ### NServiceBus.Features.PrerequisiteStatus
  148. No upgrade instructions provided.
  149.  
  150. ### NServiceBus.Address
  151. Use the string based overloads.
  152.  
  153. ### NServiceBus.AllAssemblies
  154. Please use `EndpointConfiguration.ExcludeAssemblies` instead.
  155.  
  156. ### NServiceBus.BusAsyncResultEventArgs
  157. No longer used, use the new callbacks api described in the version 6 upgrade guide.
  158.  
  159. ### NServiceBus.BusConfiguration
  160. Please use `EndpointConfiguration` instead.
  161.  
  162. ### NServiceBus.BusNotifications
  163. Please use `Notifications` instead.
  164.  
  165. ### NServiceBus.CompletionResult
  166. Replaced by NServiceBus.Callbacks package.
  167.  
  168. ### NServiceBus.Config.IWantToRunWhenConfigurationIsComplete
  169. Use the feature concept instead via A class which inherits from `NServiceBus.Features.Feature` and use `configuration.EnableFeature<YourClass>()`.
  170.  
  171. ### NServiceBus.Config.MasterNodeConfig
  172. Please use `EndpointConfiguration.EnlistWithLegacyMSMQDistributor` instead.
  173.  
  174. ### NServiceBus.Configure
  175. This is no longer a public API.
  176.  
  177. ### NServiceBus.ConfigureInMemoryFaultManagement
  178. Will be removed in version 7.0.0.
  179.  
  180. ### NServiceBus.ExtensionMethods
  181. Headers are not managed via the send, reply and publishoptions.
  182.  
  183. ### NServiceBus.Faults.IManageMessageFailures
  184. IManageMessageFailures is no longer an extension point. To take control of the error handling part of the message processing pipeline, review the Version 5 to 6 upgrade guide for details.
  185.  
  186. ### NServiceBus.Features.SerializationFeatureHelper
  187. Use the ConfigureSerialization Feature class instead. Please use `ConfigureSerialization` instead.
  188.  
  189. ### NServiceBus.Features.StorageDrivenPublishing
  190. No longer used, safe to remove.
  191.  
  192. ### NServiceBus.Features.TimeoutManagerBasedDeferral
  193. No longer used, safe to remove.
  194.  
  195. ### NServiceBus.First<T>
  196. Please use `EndpointConfiguration.ExecuteTheseHandlersFirst` instead.
  197.  
  198. ### NServiceBus.IAuthorizeSubscriptions
  199. Please use `config.UseTransport<MsmqTransport>().SubscriptionAuthorizer(Authorizer);` instead.
  200.  
  201. ### NServiceBus.IBus
  202. IHandleMessages<T> now exposes the IMessageHandlerContext parameter. Use this to access what used to be available in the IBus interface. Use the provided context in extension points like message handlers or IEndpointInstance when outside the message processing pipeline.
  203.  
  204. ### NServiceBus.ICallback
  205. Replaced by NServiceBus.Callbacks package.
  206.  
  207. ### NServiceBus.IExcludesBuilder
  208. Will be removed in version 7.0.0.
  209.  
  210. ### NServiceBus.IIncludesBuilder
  211. Will be removed in version 7.0.0.
  212.  
  213. ### NServiceBus.IManageMessageHeaders
  214. No longer used, can safely be removed.
  215.  
  216. ### NServiceBus.IMessageContext
  217. Use `IMessageHandlerContext` provided to message handlers instead.
  218.  
  219. ### NServiceBus.ISendOnlyBus
  220. Use IEndpointInstance to create sending session.
  221.  
  222. ### NServiceBus.ISpecifyMessageHandlerOrdering
  223. Please use `EndpointConfiguration.ExecuteTheseHandlersFirst` instead.
  224.  
  225. ### NServiceBus.IStartableBus
  226. Please use `IStartableEndpoint` instead.
  227.  
  228. ### NServiceBus.IWantToRunWhenBusStartsAndStops
  229. `IWantToRunWhenBusStartsAndStops` has been moved to the host implementations and renamed. If you're self-hosting, instead of using this interface, you can call any startup code right before `Endpoint.Create` or any cleanup code right after `Endpoint.Stop`. When using either NServiceBus.Host or NServiceBus.Host.AzureCloudService, use the host's interface `IWantToRunWhenEndpointStartsAndStops` instead.
  230.  
  231. ### NServiceBus.MessageMutator.IMessageMutator
  232. Have the mutator implement both IMutateOutgoingMessages and IMutateIncomingMessages.
  233.  
  234. ### NServiceBus.MessageMutator.IMutateTransportMessages
  235. Have the mutator implement both IMutateIncomingTransportMessages and IMutateOutgoingTransportMessages.
  236.  
  237. ### NServiceBus.ObjectBuilder.IComponentConfig
  238. Setting property values explicitly is no longer supported via this API. Use `.ConfigureComponent(b=> new MyMessageHandler(){ MyProperty = X})` to get full control over handler creation.
  239.  
  240. ### NServiceBus.ObjectBuilder.IComponentConfig<T>
  241. Setting property values explicitly is no longer supported via this API. Use `.ConfigureComponent(b=> new MyMessageHandler(){ MyProperty = X})` to get full control over handler creation.
  242.  
  243. ### NServiceBus.Order
  244. Please use `EndpointConfiguration.ExecuteTheseHandlersFirst` instead.
  245.  
  246. ### NServiceBus.Persistence.Storage
  247. Please use `NServiceBus.Persistence.StorageType` instead.
  248.  
  249. ### NServiceBus.Pipeline.Contexts.OutgoingContext
  250. Please use `OutgoingLogicalMessage` instead.
  251.  
  252. ### NServiceBus.Pipeline.IBehavior<TContext>
  253. Please use `Behavior<T>` instead.
  254.  
  255. ### NServiceBus.Pipeline.PipelineExecutor
  256. The pipeline context is no longer avaliable via dependency injection. Use a custom behavior as described in the version 6 upgrade guide.
  257.  
  258. ### NServiceBus.Satellites.IAdvancedSatellite
  259. ISatellite is no longer an extension point. In order to create a satellite one must create a feature that uses AddSatellitePipeline() method and a class that inherits from SatelliteBehavior that is used for processing the messages.
  260.  
  261. ### NServiceBus.Satellites.ISatellite
  262. ISatellite is no longer an extension point. In order to create a satellite one must create a feature that uses AddSatellitePipeline() method and a class that inherits from SatelliteBehavior that is used for processing the messages.
  263.  
  264. ### NServiceBus.Schedule
  265. Use extension methods provided on ISendOnlyBus.
  266.  
  267. ### NServiceBus.Serializers.Json.JsonMessageSerializer
  268. Built-in serializers are internal. Switch to an alternative (e.g. Json.net) or copy the serializer code.
  269.  
  270. ### NServiceBus.Serializers.XML.XmlMessageSerializer
  271. Built-in serializers are internal. Switch to an alternative (e.g. XmlSerializer) or copy the serializer code.
  272.  
  273. ### NServiceBus.TransportMessage
  274. Not used anymore, use `OutgoingMessage` or `IncomingMessage` instead.
  275.  
  276. ### NServiceBus.Transports.IAuditMessages
  277. No longer used, safe to remove.
  278.  
  279. ### NServiceBus.Transports.IDeferMessages
  280. Please use `IDispatchMessages` instead.
  281.  
  282. ### NServiceBus.Transports.IDequeueMessages
  283. Please use `NServiceBus.Transport.IPushMessages` instead.
  284.  
  285. ### NServiceBus.Transports.IPublishMessages
  286. Please use `IDispatchMessages` instead.
  287.  
  288. ### NServiceBus.Transports.ISendMessages
  289. Please use `IDispatchMessages` instead.
  290.  
  291. ### NServiceBus.Transports.Msmq.Config.MsmqSettings
  292. No longer available, see the documentation for native sends for alternative solutions.
  293.  
  294. ### NServiceBus.Transports.Msmq.MsmqDequeueStrategy
  295. No longer available, resolve an instance of IPushMessages from the container instead.
  296.  
  297. ### NServiceBus.Transports.Msmq.MsmqMessageSender
  298. No longer available, see the documentation for native sends for alternative solutions.
  299.  
  300. ### NServiceBus.Transports.Msmq.MsmqUnitOfWork
  301. The msmq transaction is now available via the pipeline context.
  302.  
  303. ### NServiceBus.Unicast.BusAsyncResult
  304. No longer used, use the new callbacks api described in the version 6 upgrade guide.
  305.  
  306. ### NServiceBus.Unicast.DeliveryOptions
  307. Please use `NServiceBus.UnicastBus.DeliveryMessageOptions` instead.
  308.  
  309. ### NServiceBus.Unicast.IMessageHandlerRegistry
  310. Not a public API. Please use `MessageHandlerRegistry` instead.
  311.  
  312. ### NServiceBus.Unicast.MessageContext
  313. Will be removed in version 7.0.0.
  314.  
  315. ### NServiceBus.Unicast.PublishOptions
  316. Use context.Intent to detect of the message is a event being published and use context.MessageType to get the actual event type.
  317.  
  318. ### NServiceBus.Unicast.Queuing.IWantQueueCreated
  319. Please use `QueueBindings` instead.
  320.  
  321. ### NServiceBus.Unicast.ReplyOptions
  322. Not used anymore, use the 'NServiceBus.MessageIntent' header to detect if the message is a reply.
  323.  
  324. ### NServiceBus.Unicast.Routing.StaticMessageRouter
  325. No longer used, safe to remove.
  326.  
  327. ### NServiceBus.Unicast.SendOptions
  328. Please use `NServiceBus.UnicastBus.SendMessageOptions` instead.
  329.  
  330. ### NServiceBus.Unicast.Subscriptions.SubscriptionEventArgs
  331. No longer used, safe to remove.
  332.  
  333. ### NServiceBus.Unicast.Transport.ControlMessage
  334. No longer used, can safely be removed.
  335.  
  336. ### NServiceBus.Unicast.Transport.FailedMessageProcessingEventArgs
  337. Use the pipeline to catch failures.
  338.  
  339. ### NServiceBus.Unicast.Transport.FinishedMessageProcessingEventArgs
  340. No longer used, can safely be removed.
  341.  
  342. ### NServiceBus.Unicast.Transport.ITransport
  343. Please use `IPushMessages` instead.
  344.  
  345. ### NServiceBus.Unicast.Transport.StartedMessageProcessingEventArgs
  346. No longer used, can safely be removed.
  347.  
  348. ### NServiceBus.Unicast.Transport.TransactionSettings
  349. Transaction settings is no longer available via this class. See obsoletes on individual members for further details.
  350.  
  351. ### NServiceBus.Unicast.Transport.TransportMessageAvailableEventArgs
  352. No longer used, can safely be removed.
  353.  
  354. ### NServiceBus.Unicast.Transport.TransportMessageReceivedEventArgs
  355. No longer used, can safely be removed.
  356.  
  357. ### NServiceBus.Unicast.Transport.TransportReceiver
  358. No longer used, can safely be removed.
  359.  
  360. ### NServiceBus.Unicast.UnicastBus
  361. UnicastBus has been made internal. Use IEndpointInstance instead.
  362.  
  363. ## Types with removed members
  364.  
  365. ### NServiceBus.Address
  366. #### Removed fields
  367.  
  368. * `NServiceBus.Address Self` - No upgrade instructions provided.
  369. * `NServiceBus.Address Undefined` - No upgrade instructions provided.
  370.  
  371. #### Removed methods
  372.  
  373. * `void .ctor(string, string)` - No upgrade instructions provided.
  374. * `bool Equals(object)` - No upgrade instructions provided.
  375. * `string get_Machine()` - No upgrade instructions provided.
  376. * `string get_Queue()` - No upgrade instructions provided.
  377. * `int GetHashCode()` - No upgrade instructions provided.
  378. * `void IgnoreMachineName()` - No upgrade instructions provided.
  379. * `bool op_Equality(NServiceBus.Address, NServiceBus.Address)` - No upgrade instructions provided.
  380. * `bool op_Inequality(NServiceBus.Address, NServiceBus.Address)` - No upgrade instructions provided.
  381. * `void OverrideDefaultMachine(string)` - No upgrade instructions provided.
  382. * `NServiceBus.Address Parse(string)` - No upgrade instructions provided.
  383. * `NServiceBus.Address SubScope(string)` - No upgrade instructions provided.
  384. * `string ToString()` - No upgrade instructions provided.
  385.  
  386. ### NServiceBus.ContentTypes
  387. #### Removed fields
  388.  
  389. * `string Binary` - No upgrade instructions provided.
  390. * `string Bson` - No upgrade instructions provided.
  391.  
  392. ### NServiceBus.Headers
  393. #### Removed fields
  394.  
  395. * `string InvokedSagas` - Enriching the headers for saga related information has been moved to the SagaAudit plugin in ServiceControl. Add a reference to the Saga audit plugin in your endpoint to get more information.
  396.  
  397. ### NServiceBus.Pipeline.WellKnownStep
  398. #### Removed fields
  399.  
  400. * `NServiceBus.Pipeline.WellKnownStep CreatePhysicalMessage` - No upgrade instructions provided.
  401. * `NServiceBus.Pipeline.WellKnownStep DeserializeMessages` - No upgrade instructions provided.
  402. * `NServiceBus.Pipeline.WellKnownStep EnforceBestPractices` - No upgrade instructions provided.
  403. * `NServiceBus.Pipeline.WellKnownStep ExecuteLogicalMessages` - No upgrade instructions provided.
  404. * `NServiceBus.Pipeline.WellKnownStep LoadHandlers` - No upgrade instructions provided.
  405. * `NServiceBus.Pipeline.WellKnownStep SerializeMessage` - No upgrade instructions provided.
  406.  
  407. ### NServiceBus.AllAssemblies
  408. #### Removed methods
  409.  
  410. * `NServiceBus.IExcludesBuilder Except(string)` - No upgrade instructions provided.
  411. * `IEnumerator<Assembly> GetEnumerator()` - No upgrade instructions provided.
  412. * `NServiceBus.IIncludesBuilder Matching(string)` - No upgrade instructions provided.
  413.  
  414. ### NServiceBus.AutoSubscribeSettingsExtensions
  415. #### Removed methods
  416.  
  417. * `NServiceBus.AutomaticSubscriptions.Config.AutoSubscribeSettings AutoSubscribe(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  418.  
  419. ### NServiceBus.Bus
  420. #### Removed methods
  421.  
  422. * `NServiceBus.IStartableBus Create(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  423. * `NServiceBus.ISendOnlyBus CreateSendOnly(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  424.  
  425. ### NServiceBus.BusAsyncResultEventArgs
  426. #### Removed methods
  427.  
  428. * `string get_MessageId()` - No upgrade instructions provided.
  429. * `NServiceBus.Unicast.BusAsyncResult get_Result()` - No upgrade instructions provided.
  430. * `void set_MessageId(string)` - No upgrade instructions provided.
  431. * `void set_Result(NServiceBus.Unicast.BusAsyncResult)` - No upgrade instructions provided.
  432.  
  433. ### NServiceBus.BusConfiguration
  434. #### Removed methods
  435.  
  436. * `void AssembliesToScan(IEnumerable<Assembly>)` - No upgrade instructions provided.
  437. * `void AssembliesToScan(Assembly[])` - No upgrade instructions provided.
  438. * `NServiceBus.ConventionsBuilder Conventions()` - No upgrade instructions provided.
  439. * `void CustomConfigurationSource(NServiceBus.Config.ConfigurationSource.IConfigurationSource)` - No upgrade instructions provided.
  440. * `void EndpointName(string)` - No upgrade instructions provided.
  441. * `void EndpointVersion(string)` - This api does not do anything.
  442. * `NServiceBus.Pipeline.PipelineSettings get_Pipeline()` - No upgrade instructions provided.
  443. * `void OverrideLocalAddress(string)` - No upgrade instructions provided.
  444. * `void OverridePublicReturnAddress(NServiceBus.Address)` - No upgrade instructions provided.
  445. * `void RegisterComponents(Action<NServiceBus.ObjectBuilder.IConfigureComponents>)` - No upgrade instructions provided.
  446. * `void ScanAssembliesInDirectory(string)` - No upgrade instructions provided.
  447. * `void TypesToScan(IEnumerable<Type>)` - No upgrade instructions provided.
  448. * `void UseContainer<T>(Action<NServiceBus.Container.ContainerCustomizations>)` - No upgrade instructions provided.
  449. * `void UseContainer(Type)` - No upgrade instructions provided.
  450. * `void UseContainer(NServiceBus.ObjectBuilder.Common.IContainer)` - No upgrade instructions provided.
  451.  
  452. ### NServiceBus.BusNotifications
  453. #### Removed methods
  454.  
  455. * `NServiceBus.Faults.ErrorsNotifications get_Errors()` - No upgrade instructions provided.
  456. * `NServiceBus.Pipeline.PipelineNotifications get_Pipeline()` - No upgrade instructions provided.
  457.  
  458. ### NServiceBus.CompletionResult
  459. #### Removed methods
  460.  
  461. * `int get_ErrorCode()` - No upgrade instructions provided.
  462. * `Object[] get_Messages()` - No upgrade instructions provided.
  463. * `object get_State()` - No upgrade instructions provided.
  464. * `void set_ErrorCode(int)` - No upgrade instructions provided.
  465. * `void set_Messages(Object[])` - No upgrade instructions provided.
  466. * `void set_State(object)` - No upgrade instructions provided.
  467.  
  468. ### NServiceBus.Config.IWantToRunWhenConfigurationIsComplete
  469. #### Removed methods
  470.  
  471. * `void Run(NServiceBus.Configure)` - No upgrade instructions provided.
  472.  
  473. ### NServiceBus.Config.MasterNodeConfig
  474. #### Removed methods
  475.  
  476. * `string get_Node()` - No upgrade instructions provided.
  477. * `void set_Node(string)` - No upgrade instructions provided.
  478.  
  479. ### NServiceBus.Config.MessageEndpointMapping
  480. #### Removed methods
  481.  
  482. * `void Configure(Action<Type, NServiceBus.Address>)` - No upgrade instructions provided.
  483.  
  484. ### NServiceBus.ConfigurationTimeoutExtensions
  485. #### Removed methods
  486.  
  487. * `void TimeToWaitBeforeTriggeringCriticalErrorOnTimeoutOutages(NServiceBus.BusConfiguration, TimeSpan)` - No upgrade instructions provided.
  488.  
  489. ### NServiceBus.Configure
  490. #### Removed methods
  491.  
  492. * `void .ctor(NServiceBus.Settings.SettingsHolder, NServiceBus.ObjectBuilder.Common.IContainer, List<Action<NServiceBus.ObjectBuilder.IConfigureComponents>>, NServiceBus.Pipeline.PipelineSettings)` - No upgrade instructions provided.
  493. * `NServiceBus.ObjectBuilder.IBuilder get_Builder()` - No upgrade instructions provided.
  494. * `NServiceBus.Address get_LocalAddress()` - No upgrade instructions provided.
  495. * `NServiceBus.Settings.SettingsHolder get_Settings()` - No upgrade instructions provided.
  496. * `IList<Type> get_TypesToScan()` - No upgrade instructions provided.
  497.  
  498. ### NServiceBus.ConfigureCriticalErrorAction
  499. #### Removed methods
  500.  
  501. * `void DefineCriticalErrorAction(NServiceBus.BusConfiguration, Action<string, Exception>)` - No upgrade instructions provided.
  502.  
  503. ### NServiceBus.ConfigureInMemoryFaultManagement
  504. #### Removed methods
  505.  
  506. * `void DiscardFailedMessagesInsteadOfSendingToErrorQueue(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  507.  
  508. ### NServiceBus.ConfigureLicenseExtensions
  509. #### Removed methods
  510.  
  511. * `void License(NServiceBus.BusConfiguration, string)` - No upgrade instructions provided.
  512. * `void LicensePath(NServiceBus.BusConfiguration, string)` - No upgrade instructions provided.
  513.  
  514. ### NServiceBus.ConfigurePurging
  515. #### Removed methods
  516.  
  517. * `void PurgeOnStartup(NServiceBus.BusConfiguration, bool)` - No upgrade instructions provided.
  518.  
  519. ### NServiceBus.ConfigureQueueCreation
  520. #### Removed methods
  521.  
  522. * `void DoNotCreateQueues(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  523.  
  524. ### NServiceBus.ConfigureRijndaelEncryptionService
  525. #### Removed methods
  526.  
  527. * `void RegisterEncryptionService(NServiceBus.BusConfiguration, Func<NServiceBus.ObjectBuilder.IBuilder, NServiceBus.Encryption.IEncryptionService>)` - No upgrade instructions provided.
  528. * `void RijndaelEncryptionService(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  529. * `void RijndaelEncryptionService(NServiceBus.BusConfiguration, string, List<string>)` - Please use `RijndaelEncryptionService(string encryptionKeyIdentifier, byte[] encryptionKey, IEnumerable<KeyValuePair<string, byte[]>> expiredKeys = null)` instead.
  530. * `void RijndaelEncryptionService(NServiceBus.BusConfiguration, string, Byte[], IList<Byte[]>)` - No upgrade instructions provided.
  531. * `void RijndaelEncryptionService(NServiceBus.BusConfiguration, string, IDictionary<string, Byte[]>, IList<Byte[]>)` - No upgrade instructions provided.
  532.  
  533. ### NServiceBus.ConventionsBuilder
  534. #### Removed methods
  535.  
  536. * `void .ctor()` - No upgrade instructions provided.
  537. * `NServiceBus.ConventionsBuilder DefiningExpressMessagesAs(Func<Type, bool>)` - No upgrade instructions provided.
  538. * `NServiceBus.ConventionsBuilder DefiningTimeToBeReceivedAs(Func<Type, TimeSpan>)` - No upgrade instructions provided.
  539.  
  540. ### NServiceBus.CriticalError
  541. #### Removed methods
  542.  
  543. * `void .ctor(Action<string, Exception>, NServiceBus.Configure)` - No upgrade instructions provided.
  544.  
  545. ### NServiceBus.CriticalTimeMonitoringConfig
  546. #### Removed methods
  547.  
  548. * `void EnableCriticalTimePerformanceCounter(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  549.  
  550. ### NServiceBus.DataBus.IDataBus
  551. #### Removed methods
  552.  
  553. * `Stream Get(string)` - No upgrade instructions provided.
  554. * `string Put(Stream, TimeSpan)` - No upgrade instructions provided.
  555. * `void Start()` - No upgrade instructions provided.
  556.  
  557. ### NServiceBus.DurableMessagesConfig
  558. #### Removed methods
  559.  
  560. * `void DisableDurableMessages(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  561. * `void EnableDurableMessages(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  562.  
  563. ### NServiceBus.ExtensionMethods
  564. #### Removed methods
  565.  
  566. * `void SetMessageHeader(NServiceBus.ISendOnlyBus, object, string, string)` - No upgrade instructions provided.
  567.  
  568. ### NServiceBus.Faults.ErrorsNotifications
  569. #### Removed methods
  570.  
  571. * `IObservable<NServiceBus.Faults.SecondLevelRetry> get_MessageHasBeenSentToSecondLevelRetries()` - No upgrade instructions provided.
  572. * `IObservable<NServiceBus.Faults.FirstLevelRetry> get_MessageHasFailedAFirstLevelRetryAttempt()` - No upgrade instructions provided.
  573. * `IObservable<NServiceBus.Faults.FailedMessage> get_MessageSentToErrorQueue()` - No upgrade instructions provided.
  574.  
  575. ### NServiceBus.Faults.FailedMessage
  576. #### Removed methods
  577.  
  578. * `void .ctor(Dictionary<string, string>, Byte[], Exception)` - No upgrade instructions provided.
  579.  
  580. ### NServiceBus.Faults.FirstLevelRetry
  581. #### Removed methods
  582.  
  583. * `void .ctor(Dictionary<string, string>, Byte[], Exception, int)` - No upgrade instructions provided.
  584.  
  585. ### NServiceBus.Faults.IManageMessageFailures
  586. #### Removed methods
  587.  
  588. * `void Init(NServiceBus.Address)` - No upgrade instructions provided.
  589. * `void ProcessingAlwaysFailsForMessage(NServiceBus.TransportMessage, Exception)` - No upgrade instructions provided.
  590. * `void SerializationFailedForMessage(NServiceBus.TransportMessage, Exception)` - No upgrade instructions provided.
  591.  
  592. ### NServiceBus.Features.SerializationFeatureHelper
  593. #### Removed methods
  594.  
  595. * `bool ShouldSerializationFeatureBeEnabled(NServiceBus.Features.Feature, NServiceBus.Features.FeatureConfigurationContext)` - No upgrade instructions provided.
  596.  
  597. ### NServiceBus.First<T>
  598. #### Removed methods
  599.  
  600. * `NServiceBus.First<T> AndThen<K>()` - No upgrade instructions provided.
  601. * `IEnumerable<Type> get_Types()` - No upgrade instructions provided.
  602. * `NServiceBus.First<T> Then<K>()` - No upgrade instructions provided.
  603.  
  604. ### NServiceBus.Gateway.Deduplication.IDeduplicateMessages
  605. #### Removed methods
  606.  
  607. * `bool DeduplicateMessage(string, DateTime)` - No upgrade instructions provided.
  608.  
  609. ### NServiceBus.HostInfoConfigurationExtensions
  610. #### Removed methods
  611.  
  612. * `NServiceBus.HostInfoSettings UniquelyIdentifyRunningInstance(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  613.  
  614. ### NServiceBus.IAuthorizeSubscriptions
  615. #### Removed methods
  616.  
  617. * `bool AuthorizeSubscribe(string, string, IDictionary<string, string>)` - No upgrade instructions provided.
  618. * `bool AuthorizeUnsubscribe(string, string, IDictionary<string, string>)` - No upgrade instructions provided.
  619.  
  620. ### NServiceBus.IBus
  621. #### Removed methods
  622.  
  623. * `NServiceBus.ICallback Defer(TimeSpan, object)` - No upgrade instructions provided.
  624. * `NServiceBus.ICallback Defer(DateTime, object)` - No upgrade instructions provided.
  625. * `void DoNotContinueDispatchingCurrentMessageToHandlers()` - No upgrade instructions provided.
  626. * `void ForwardCurrentMessageTo(string)` - No upgrade instructions provided.
  627. * `NServiceBus.IMessageContext get_CurrentMessageContext()` - No upgrade instructions provided.
  628. * `NServiceBus.IInMemoryOperations get_InMemory()` - Removed to reduce complexity and API confusion.
  629. * `void HandleCurrentMessageLater()` - No upgrade instructions provided.
  630. * `void Reply(object)` - No upgrade instructions provided.
  631. * `void Reply<T>(Action<T>)` - No upgrade instructions provided.
  632. * `void Return<T>(T)` - No upgrade instructions provided.
  633. * `NServiceBus.ICallback SendLocal(object)` - No upgrade instructions provided.
  634. * `NServiceBus.ICallback SendLocal<T>(Action<T>)` - No upgrade instructions provided.
  635. * `void Subscribe(Type)` - No upgrade instructions provided.
  636. * `void Subscribe<T>()` - No upgrade instructions provided.
  637. * `void Unsubscribe(Type)` - No upgrade instructions provided.
  638. * `void Unsubscribe<T>()` - No upgrade instructions provided.
  639.  
  640. ### NServiceBus.ICallback
  641. #### Removed methods
  642.  
  643. * `Task<int> Register()` - No upgrade instructions provided.
  644. * `Task<T> Register<T>()` - No upgrade instructions provided.
  645. * `Task<T> Register<T>(Func<NServiceBus.CompletionResult, T>)` - No upgrade instructions provided.
  646. * `Task Register(Action<NServiceBus.CompletionResult>)` - No upgrade instructions provided.
  647. * `IAsyncResult Register(AsyncCallback, object)` - No upgrade instructions provided.
  648. * `void Register<T>(Action<T>)` - No upgrade instructions provided.
  649. * `void Register<T>(Action<T>, object)` - No upgrade instructions provided.
  650.  
  651. ### NServiceBus.IExcludesBuilder
  652. #### Removed methods
  653.  
  654. * `NServiceBus.IExcludesBuilder And(string)` - No upgrade instructions provided.
  655.  
  656. ### NServiceBus.IHandleMessages<T>
  657. #### Removed methods
  658.  
  659. * `void Handle(T)` - No upgrade instructions provided.
  660.  
  661. ### NServiceBus.IIncludesBuilder
  662. #### Removed methods
  663.  
  664. * `NServiceBus.IIncludesBuilder And(string)` - No upgrade instructions provided.
  665. * `NServiceBus.IExcludesBuilder Except(string)` - No upgrade instructions provided.
  666.  
  667. ### NServiceBus.IManageMessageHeaders
  668. #### Removed methods
  669.  
  670. * `Func<object, string, string> get_GetHeaderAction()` - No upgrade instructions provided.
  671. * `Action<object, string, string> get_SetHeaderAction()` - No upgrade instructions provided.
  672.  
  673. ### NServiceBus.IMessageContext
  674. #### Removed methods
  675.  
  676. * `IDictionary<string, string> get_Headers()` - No upgrade instructions provided.
  677. * `string get_Id()` - No upgrade instructions provided.
  678. * `NServiceBus.Address get_ReplyToAddress()` - No upgrade instructions provided.
  679.  
  680. ### NServiceBus.INeedInitialization
  681. #### Removed methods
  682.  
  683. * `void Customize(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  684.  
  685. ### NServiceBus.Installation.INeedToInstallSomething
  686. #### Removed methods
  687.  
  688. * `void Install(string, NServiceBus.Configure)` - No upgrade instructions provided.
  689.  
  690. ### NServiceBus.InstallConfigExtensions
  691. #### Removed methods
  692.  
  693. * `void EnableInstallers(NServiceBus.BusConfiguration, string)` - No upgrade instructions provided.
  694.  
  695. ### NServiceBus.ISendOnlyBus
  696. #### Removed methods
  697.  
  698. * `IDictionary<string, string> get_OutgoingHeaders()` - No upgrade instructions provided.
  699. * `void Publish<T>(T)` - No upgrade instructions provided.
  700. * `void Publish<T>()` - No upgrade instructions provided.
  701. * `void Publish<T>(Action<T>)` - No upgrade instructions provided.
  702. * `NServiceBus.ICallback Send(object)` - No upgrade instructions provided.
  703. * `NServiceBus.ICallback Send<T>(Action<T>)` - No upgrade instructions provided.
  704. * `NServiceBus.ICallback Send(string, object)` - No upgrade instructions provided.
  705. * `NServiceBus.ICallback Send(NServiceBus.Address, object)` - No upgrade instructions provided.
  706. * `NServiceBus.ICallback Send<T>(string, Action<T>)` - No upgrade instructions provided.
  707. * `NServiceBus.ICallback Send<T>(NServiceBus.Address, Action<T>)` - No upgrade instructions provided.
  708. * `NServiceBus.ICallback Send(string, string, object)` - No upgrade instructions provided.
  709. * `NServiceBus.ICallback Send(NServiceBus.Address, string, object)` - No upgrade instructions provided.
  710. * `NServiceBus.ICallback Send<T>(string, string, Action<T>)` - No upgrade instructions provided.
  711. * `NServiceBus.ICallback Send<T>(NServiceBus.Address, string, Action<T>)` - No upgrade instructions provided.
  712.  
  713. ### NServiceBus.ISpecifyMessageHandlerOrdering
  714. #### Removed methods
  715.  
  716. * `void SpecifyOrder(NServiceBus.Order)` - No upgrade instructions provided.
  717.  
  718. ### NServiceBus.IWantToRunBeforeConfigurationIsFinalized
  719. #### Removed methods
  720.  
  721. * `void Run(NServiceBus.Configure)` - No upgrade instructions provided.
  722.  
  723. ### NServiceBus.IWantToRunWhenBusStartsAndStops
  724. #### Removed methods
  725.  
  726. * `void Start()` - No upgrade instructions provided.
  727. * `void Stop()` - No upgrade instructions provided.
  728.  
  729. ### NServiceBus.LoadMessageHandlersExtentions
  730. #### Removed methods
  731.  
  732. * `void LoadMessageHandlers<TFirst>(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  733. * `void LoadMessageHandlers<T>(NServiceBus.BusConfiguration, NServiceBus.First<T>)` - No upgrade instructions provided.
  734.  
  735. ### NServiceBus.MessageMutator.IMutateIncomingMessages
  736. #### Removed methods
  737.  
  738. * `object MutateIncoming(object)` - No upgrade instructions provided.
  739.  
  740. ### NServiceBus.MessageMutator.IMutateIncomingTransportMessages
  741. #### Removed methods
  742.  
  743. * `void MutateIncoming(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  744.  
  745. ### NServiceBus.MessageMutator.IMutateOutgoingMessages
  746. #### Removed methods
  747.  
  748. * `object MutateOutgoing(object)` - No upgrade instructions provided.
  749.  
  750. ### NServiceBus.MessageMutator.IMutateOutgoingTransportMessages
  751. #### Removed methods
  752.  
  753. * `void MutateOutgoing(NServiceBus.Unicast.Messages.LogicalMessage, NServiceBus.TransportMessage)` - No upgrade instructions provided.
  754.  
  755. ### NServiceBus.ObjectBuilder.Common.IContainer
  756. #### Removed methods
  757.  
  758. * `void ConfigureProperty(Type, string, object)` - No upgrade instructions provided.
  759.  
  760. ### NServiceBus.ObjectBuilder.IComponentConfig
  761. #### Removed methods
  762.  
  763. * `NServiceBus.ObjectBuilder.IComponentConfig ConfigureProperty(string, object)` - No upgrade instructions provided.
  764.  
  765. ### NServiceBus.ObjectBuilder.IComponentConfig<T>
  766. #### Removed methods
  767.  
  768. * `NServiceBus.ObjectBuilder.IComponentConfig<T> ConfigureProperty(Expression<Func<T, object>>, object)` - No upgrade instructions provided.
  769.  
  770. ### NServiceBus.ObjectBuilder.IConfigureComponents
  771. #### Removed methods
  772.  
  773. * `NServiceBus.ObjectBuilder.IComponentConfig ConfigureComponent(Type, NServiceBus.DependencyLifecycle)` - No upgrade instructions provided.
  774. * `NServiceBus.ObjectBuilder.IComponentConfig<T> ConfigureComponent<T>(NServiceBus.DependencyLifecycle)` - No upgrade instructions provided.
  775. * `NServiceBus.ObjectBuilder.IComponentConfig<T> ConfigureComponent<T>(Func<T>, NServiceBus.DependencyLifecycle)` - No upgrade instructions provided.
  776. * `NServiceBus.ObjectBuilder.IComponentConfig<T> ConfigureComponent<T>(Func<NServiceBus.ObjectBuilder.IBuilder, T>, NServiceBus.DependencyLifecycle)` - No upgrade instructions provided.
  777. * `NServiceBus.ObjectBuilder.IConfigureComponents ConfigureProperty<T>(Expression<Func<T, object>>, object)` - No upgrade instructions provided.
  778. * `NServiceBus.ObjectBuilder.IConfigureComponents ConfigureProperty<T>(string, object)` - No upgrade instructions provided.
  779. * `NServiceBus.ObjectBuilder.IConfigureComponents RegisterSingleton(Type, object)` - No upgrade instructions provided.
  780. * `NServiceBus.ObjectBuilder.IConfigureComponents RegisterSingleton<T>(T)` - No upgrade instructions provided.
  781.  
  782. ### NServiceBus.Order
  783. #### Removed methods
  784.  
  785. * `IEnumerable<Type> get_Types()` - No upgrade instructions provided.
  786. * `void set_Types(IEnumerable<Type>)` - No upgrade instructions provided.
  787. * `void Specify<T>(NServiceBus.First<T>)` - No upgrade instructions provided.
  788. * `void Specify(Type[])` - No upgrade instructions provided.
  789. * `void SpecifyFirst<T>()` - No upgrade instructions provided.
  790.  
  791. ### NServiceBus.Outbox.IOutboxStorage
  792. #### Removed methods
  793.  
  794. * `void SetAsDispatched(string)` - No upgrade instructions provided.
  795. * `void Store(string, IEnumerable<NServiceBus.Outbox.TransportOperation>)` - No upgrade instructions provided.
  796. * `bool TryGet(string, NServiceBus.Outbox.OutboxMessage&)` - No upgrade instructions provided.
  797.  
  798. ### NServiceBus.Outbox.OutboxMessage
  799. #### Removed methods
  800.  
  801. * `void .ctor(string)` - No upgrade instructions provided.
  802. * `List<NServiceBus.Outbox.TransportOperation> get_TransportOperations()` - No upgrade instructions provided.
  803.  
  804. ### NServiceBus.OutboxConfigExtensions
  805. #### Removed methods
  806.  
  807. * `NServiceBus.Outbox.OutboxSettings EnableOutbox(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  808.  
  809. ### NServiceBus.PersistenceConfig
  810. #### Removed methods
  811.  
  812. * `NServiceBus.PersistenceExtentions<T> UsePersistence<T>(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  813. * `NServiceBus.PersistenceExtentions<T, S> UsePersistence<T, S>(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  814. * `NServiceBus.PersistenceExtentions UsePersistence(NServiceBus.BusConfiguration, Type)` - No upgrade instructions provided.
  815.  
  816. ### NServiceBus.Pipeline.Contexts.OutgoingContext
  817. #### Removed methods
  818.  
  819. * `void .ctor(NServiceBus.Pipeline.BehaviorContext, NServiceBus.Unicast.DeliveryOptions, NServiceBus.Unicast.Messages.LogicalMessage)` - No upgrade instructions provided.
  820. * `NServiceBus.Unicast.DeliveryOptions get_DeliveryOptions()` - No upgrade instructions provided.
  821. * `NServiceBus.TransportMessage get_IncomingMessage()` - No upgrade instructions provided.
  822. * `NServiceBus.Unicast.Messages.LogicalMessage get_OutgoingLogicalMessage()` - No upgrade instructions provided.
  823. * `NServiceBus.TransportMessage get_OutgoingMessage()` - No upgrade instructions provided.
  824.  
  825. ### NServiceBus.Pipeline.IBehavior<TContext>
  826. #### Removed methods
  827.  
  828. * `void Invoke(TContext, Action)` - No upgrade instructions provided.
  829.  
  830. ### NServiceBus.Pipeline.PipelineExecutor
  831. #### Removed methods
  832.  
  833. * `void .ctor(NServiceBus.Settings.ReadOnlySettings, NServiceBus.ObjectBuilder.IBuilder, NServiceBus.BusNotifications)` - No upgrade instructions provided.
  834. * `void Dispose()` - No upgrade instructions provided.
  835. * `NServiceBus.Pipeline.BehaviorContext get_CurrentContext()` - No upgrade instructions provided.
  836. * `IList<NServiceBus.Pipeline.RegisterStep> get_Incoming()` - No upgrade instructions provided.
  837. * `IList<NServiceBus.Pipeline.RegisterStep> get_Outgoing()` - No upgrade instructions provided.
  838. * `void InvokePipeline<TContext>(IEnumerable<Type>, TContext)` - No upgrade instructions provided.
  839.  
  840. ### NServiceBus.Pipeline.PipelineSettings
  841. #### Removed methods
  842.  
  843. * `void .ctor(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  844. * `void Register(string, Type, string)` - No upgrade instructions provided.
  845. * `void Register(NServiceBus.Pipeline.WellKnownStep, Type, string)` - No upgrade instructions provided.
  846.  
  847. ### NServiceBus.Sagas.ActiveSagaInstance
  848. #### Removed methods
  849.  
  850. * `void AttachNewEntity(NServiceBus.Saga.IContainSagaData)` - No upgrade instructions provided.
  851. * `NServiceBus.Saga.Saga get_Instance()` - Please use `context.MessageHandler.Instance` instead.
  852.  
  853. ### NServiceBus.Satellites.IAdvancedSatellite
  854. #### Removed methods
  855.  
  856. * `Action<NServiceBus.Unicast.Transport.TransportReceiver> GetReceiverCustomization()` - No upgrade instructions provided.
  857.  
  858. ### NServiceBus.Satellites.ISatellite
  859. #### Removed methods
  860.  
  861. * `bool get_Disabled()` - No upgrade instructions provided.
  862. * `NServiceBus.Address get_InputAddress()` - No upgrade instructions provided.
  863. * `bool Handle(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  864. * `void Start()` - No upgrade instructions provided.
  865. * `void Stop()` - No upgrade instructions provided.
  866.  
  867. ### NServiceBus.ScaleOutExtentions
  868. #### Removed methods
  869.  
  870. * `NServiceBus.Settings.ScaleOutSettings ScaleOut(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  871.  
  872. ### NServiceBus.Schedule
  873. #### Removed methods
  874.  
  875. * `void .ctor(NServiceBus.ObjectBuilder.IBuilder)` - No upgrade instructions provided.
  876. * `void Every(TimeSpan, Action)` - No upgrade instructions provided.
  877. * `void Every(TimeSpan, string, Action)` - No upgrade instructions provided.
  878.  
  879. ### NServiceBus.SecondLevelRetriesConfigExtensions
  880. #### Removed methods
  881.  
  882. * `NServiceBus.SecondLevelRetries.Config.SecondLevelRetriesSettings SecondLevelRetries(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  883.  
  884. ### NServiceBus.SerializationConfigExtensions
  885. #### Removed methods
  886.  
  887. * `NServiceBus.Serialization.SerializationExtentions<T> UseSerialization<T>(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  888. * `void UseSerialization(NServiceBus.BusConfiguration, Type)` - No upgrade instructions provided.
  889.  
  890. ### NServiceBus.Serializers.Json.JsonMessageSerializer
  891. #### Removed methods
  892.  
  893. * `void .ctor(NServiceBus.MessageInterfaces.IMessageMapper)` - No upgrade instructions provided.
  894. * `object DeserializeObject(string, Type)` - No upgrade instructions provided.
  895. * `Encoding get_Encoding()` - No upgrade instructions provided.
  896. * `string SerializeObject(object)` - No upgrade instructions provided.
  897. * `void set_Encoding(Encoding)` - No upgrade instructions provided.
  898.  
  899. ### NServiceBus.Serializers.XML.XmlMessageSerializer
  900. #### Removed methods
  901.  
  902. * `void .ctor(NServiceBus.MessageInterfaces.IMessageMapper, NServiceBus.Conventions)` - No upgrade instructions provided.
  903. * `Object[] Deserialize(Stream, IList<Type>)` - No upgrade instructions provided.
  904. * `string get_ContentType()` - No upgrade instructions provided.
  905. * `string get_Namespace()` - No upgrade instructions provided.
  906. * `bool get_SanitizeInput()` - No upgrade instructions provided.
  907. * `bool get_SkipWrappingRawXml()` - No upgrade instructions provided.
  908. * `void Initialize(IEnumerable<Type>)` - No upgrade instructions provided.
  909. * `void InitType(Type)` - No upgrade instructions provided.
  910. * `void Serialize(object, Stream)` - No upgrade instructions provided.
  911. * `void set_Namespace(string)` - No upgrade instructions provided.
  912. * `void set_SanitizeInput(bool)` - No upgrade instructions provided.
  913. * `void set_SkipWrappingRawXml(bool)` - No upgrade instructions provided.
  914.  
  915. ### NServiceBus.Settings.ReadOnlySettings
  916. #### Removed methods
  917.  
  918. * `void ApplyTo<T>(NServiceBus.ObjectBuilder.IComponentConfig)` - No upgrade instructions provided.
  919.  
  920. ### NServiceBus.SettingsExtentions
  921. #### Removed methods
  922.  
  923. * `string EndpointName(NServiceBus.Settings.ReadOnlySettings)` - No upgrade instructions provided.
  924. * `NServiceBus.Address LocalAddress(NServiceBus.Settings.ReadOnlySettings)` - No upgrade instructions provided.
  925.  
  926. ### NServiceBus.SLAMonitoringConfig
  927. #### Removed methods
  928.  
  929. * `void EnableSLAPerformanceCounter(NServiceBus.BusConfiguration, TimeSpan)` - No upgrade instructions provided.
  930. * `void EnableSLAPerformanceCounter(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  931.  
  932. ### NServiceBus.Timeout.Core.IPersistTimeouts
  933. #### Removed methods
  934.  
  935. * `void Add(NServiceBus.Timeout.Core.TimeoutData)` - No upgrade instructions provided.
  936. * `IEnumerable<Tuple<string, DateTime>> GetNextChunk(DateTime, DateTime&)` - No upgrade instructions provided.
  937. * `void RemoveTimeoutBy(Guid)` - No upgrade instructions provided.
  938. * `bool TryRemove(string, NServiceBus.Timeout.Core.TimeoutData&)` - No upgrade instructions provided.
  939.  
  940. ### NServiceBus.Timeout.Core.TimeoutData
  941. #### Removed methods
  942.  
  943. * `NServiceBus.Address get_Destination()` - No upgrade instructions provided.
  944. * `void set_Destination(NServiceBus.Address)` - No upgrade instructions provided.
  945.  
  946. ### NServiceBus.TransportExtensions<T>
  947. #### Removed methods
  948.  
  949. * `NServiceBus.TransportExtensions ConnectionString(string)` - No upgrade instructions provided.
  950. * `NServiceBus.TransportExtensions ConnectionString(Func<string>)` - No upgrade instructions provided.
  951. * `NServiceBus.TransportExtensions ConnectionStringName(string)` - No upgrade instructions provided.
  952.  
  953. ### NServiceBus.TransportMessage
  954. #### Removed methods
  955.  
  956. * `void .ctor(string, Dictionary<string, string>)` - No upgrade instructions provided.
  957. * `void .ctor(string, Dictionary<string, string>, NServiceBus.Address)` - Use `headers[Headers.ReplyToAddress]=replyToAddress; var tm = new TransportMessage(id,headers)` instead.
  958. * `NServiceBus.Address get_ReplyToAddress()` - No upgrade instructions provided.
  959. * `void set_MessageIntent(NServiceBus.MessageIntentEnum)` - No upgrade instructions provided.
  960.  
  961. ### NServiceBus.Transports.IAuditMessages
  962. #### Removed methods
  963.  
  964. * `void Audit(NServiceBus.Unicast.SendOptions, NServiceBus.TransportMessage)` - No upgrade instructions provided.
  965.  
  966. ### NServiceBus.Transports.ICreateQueues
  967. #### Removed methods
  968.  
  969. * `void CreateQueueIfNecessary(NServiceBus.Address, string)` - No upgrade instructions provided.
  970.  
  971. ### NServiceBus.Transports.IDeferMessages
  972. #### Removed methods
  973.  
  974. * `void Defer(NServiceBus.TransportMessage, NServiceBus.Unicast.SendOptions)` - No upgrade instructions provided.
  975.  
  976. ### NServiceBus.Transports.IManageSubscriptions
  977. #### Removed methods
  978.  
  979. * `void Subscribe(Type, NServiceBus.Address)` - No upgrade instructions provided.
  980. * `void Unsubscribe(Type, NServiceBus.Address)` - No upgrade instructions provided.
  981.  
  982. ### NServiceBus.Transports.IPublishMessages
  983. #### Removed methods
  984.  
  985. * `void Publish(NServiceBus.TransportMessage, NServiceBus.Unicast.PublishOptions)` - No upgrade instructions provided.
  986.  
  987. ### NServiceBus.Transports.Msmq.Config.MsmqSettings
  988. #### Removed methods
  989.  
  990. * `TimeSpan get_TimeToReachQueue()` - No upgrade instructions provided.
  991. * `bool get_UseConnectionCache()` - No upgrade instructions provided.
  992. * `bool get_UseDeadLetterQueue()` - No upgrade instructions provided.
  993. * `bool get_UseJournalQueue()` - No upgrade instructions provided.
  994. * `bool get_UseTransactionalQueues()` - No upgrade instructions provided.
  995. * `void set_TimeToReachQueue(TimeSpan)` - No upgrade instructions provided.
  996. * `void set_UseConnectionCache(bool)` - No upgrade instructions provided.
  997. * `void set_UseDeadLetterQueue(bool)` - No upgrade instructions provided.
  998. * `void set_UseJournalQueue(bool)` - No upgrade instructions provided.
  999. * `void set_UseTransactionalQueues(bool)` - No upgrade instructions provided.
  1000.  
  1001. ### NServiceBus.Transports.Msmq.MsmqDequeueStrategy
  1002. #### Removed methods
  1003.  
  1004. * `void .ctor(NServiceBus.Configure, NServiceBus.CriticalError, NServiceBus.Transports.Msmq.MsmqUnitOfWork)` - No upgrade instructions provided.
  1005. * `void Dispose()` - No upgrade instructions provided.
  1006. * `NServiceBus.Address get_ErrorQueue()` - No upgrade instructions provided.
  1007. * `void Init(NServiceBus.Address, NServiceBus.Unicast.Transport.TransactionSettings, Func<NServiceBus.TransportMessage, bool>, Action<NServiceBus.TransportMessage, Exception>)` - No upgrade instructions provided.
  1008. * `void set_ErrorQueue(NServiceBus.Address)` - No upgrade instructions provided.
  1009. * `void Start(int)` - No upgrade instructions provided.
  1010. * `void Stop()` - No upgrade instructions provided.
  1011.  
  1012. ### NServiceBus.Transports.Msmq.MsmqMessageSender
  1013. #### Removed methods
  1014.  
  1015. * `NServiceBus.Transports.Msmq.Config.MsmqSettings get_Settings()` - No upgrade instructions provided.
  1016. * `bool get_SuppressDistributedTransactions()` - No upgrade instructions provided.
  1017. * `NServiceBus.Transports.Msmq.MsmqUnitOfWork get_UnitOfWork()` - No upgrade instructions provided.
  1018. * `void Send(NServiceBus.TransportMessage, NServiceBus.Unicast.SendOptions)` - No upgrade instructions provided.
  1019. * `void set_Settings(NServiceBus.Transports.Msmq.Config.MsmqSettings)` - No upgrade instructions provided.
  1020. * `void set_SuppressDistributedTransactions(bool)` - No upgrade instructions provided.
  1021. * `void set_UnitOfWork(NServiceBus.Transports.Msmq.MsmqUnitOfWork)` - No upgrade instructions provided.
  1022.  
  1023. ### NServiceBus.Transports.Msmq.MsmqUnitOfWork
  1024. #### Removed methods
  1025.  
  1026. * `void Dispose()` - No upgrade instructions provided.
  1027. * `System.Messaging.MessageQueueTransaction get_Transaction()` - No upgrade instructions provided.
  1028. * `bool HasActiveTransaction()` - No upgrade instructions provided.
  1029.  
  1030. ### NServiceBus.Transports.TransportDefinition
  1031. #### Removed methods
  1032.  
  1033. * `bool get_RequireOutboxConsent()` - No upgrade instructions provided.
  1034. * `void set_RequireOutboxConsent(bool)` - No upgrade instructions provided.
  1035.  
  1036. ### NServiceBus.Unicast.Behaviors.MessageHandler
  1037. #### Removed methods
  1038.  
  1039. * `object get_Instance()` - No upgrade instructions provided.
  1040. * `void set_Instance(object)` - No upgrade instructions provided.
  1041.  
  1042. ### NServiceBus.Unicast.BusAsyncResult
  1043. #### Removed methods
  1044.  
  1045. * `void .ctor(AsyncCallback, object)` - No upgrade instructions provided.
  1046. * `void Complete(int, Object[])` - No upgrade instructions provided.
  1047. * `object get_AsyncState()` - No upgrade instructions provided.
  1048. * `WaitHandle get_AsyncWaitHandle()` - No upgrade instructions provided.
  1049. * `bool get_CompletedSynchronously()` - No upgrade instructions provided.
  1050. * `bool get_IsCompleted()` - No upgrade instructions provided.
  1051.  
  1052. ### NServiceBus.Unicast.DeliveryOptions
  1053. #### Removed methods
  1054.  
  1055. * `bool get_EnlistInReceiveTransaction()` - No upgrade instructions provided.
  1056. * `NServiceBus.Address get_ReplyToAddress()` - No upgrade instructions provided.
  1057. * `void set_EnlistInReceiveTransaction(bool)` - No upgrade instructions provided.
  1058. * `void set_ReplyToAddress(NServiceBus.Address)` - No upgrade instructions provided.
  1059.  
  1060. ### NServiceBus.Unicast.IMessageHandlerRegistry
  1061. #### Removed methods
  1062.  
  1063. * `IEnumerable<Type> GetHandlerTypes(Type)` - No upgrade instructions provided.
  1064. * `IEnumerable<Type> GetMessageTypes()` - No upgrade instructions provided.
  1065. * `void InvokeHandle(object, object)` - No upgrade instructions provided.
  1066. * `void InvokeTimeout(object, object)` - No upgrade instructions provided.
  1067.  
  1068. ### NServiceBus.Unicast.MessageContext
  1069. #### Removed methods
  1070.  
  1071. * `void .ctor(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  1072. * `DateTime get_TimeSent()` - No upgrade instructions provided.
  1073.  
  1074. ### NServiceBus.Unicast.Messages.MessageMetadata
  1075. #### Removed methods
  1076.  
  1077. * `string ToString()` - No upgrade instructions provided.
  1078.  
  1079. ### NServiceBus.Unicast.PublishOptions
  1080. #### Removed methods
  1081.  
  1082. * `void .ctor(Type)` - No upgrade instructions provided.
  1083. * `Type get_EventType()` - No upgrade instructions provided.
  1084.  
  1085. ### NServiceBus.Unicast.Queuing.IWantQueueCreated
  1086. #### Removed methods
  1087.  
  1088. * `NServiceBus.Address get_Address()` - No upgrade instructions provided.
  1089. * `bool ShouldCreateQueue()` - No upgrade instructions provided.
  1090.  
  1091. ### NServiceBus.Unicast.Queuing.QueueNotFoundException
  1092. #### Removed methods
  1093.  
  1094. * `NServiceBus.Address get_Queue()` - No upgrade instructions provided.
  1095. * `void set_Queue(NServiceBus.Address)` - No upgrade instructions provided.
  1096.  
  1097. ### NServiceBus.Unicast.ReplyOptions
  1098. #### Removed methods
  1099.  
  1100. * `void .ctor(NServiceBus.Address, string)` - No upgrade instructions provided.
  1101.  
  1102. ### NServiceBus.Unicast.Routing.StaticMessageRouter
  1103. #### Removed methods
  1104.  
  1105. * `void .ctor(IEnumerable<Type>)` - No upgrade instructions provided.
  1106. * `List<NServiceBus.Address> GetDestinationFor(Type)` - No upgrade instructions provided.
  1107. * `void RegisterEventRoute(Type, NServiceBus.Address)` - No upgrade instructions provided.
  1108. * `void RegisterMessageRoute(Type, NServiceBus.Address)` - No upgrade instructions provided.
  1109.  
  1110. ### NServiceBus.Unicast.SendOptions
  1111. #### Removed methods
  1112.  
  1113. * `void .ctor(string)` - No upgrade instructions provided.
  1114. * `Nullable<DateTime> get_DeliverAt()` - No upgrade instructions provided.
  1115. * `NServiceBus.Address get_Destination()` - No upgrade instructions provided.
  1116. * `Nullable<TimeSpan> get_TimeToBeReceived()` - No upgrade instructions provided.
  1117. * `void set_DeliverAt(Nullable<DateTime>)` - No upgrade instructions provided.
  1118. * `void set_Destination(NServiceBus.Address)` - No upgrade instructions provided.
  1119. * `void set_TimeToBeReceived(Nullable<TimeSpan>)` - No upgrade instructions provided.
  1120.  
  1121. ### NServiceBus.Unicast.Subscriptions.MessageDrivenSubscriptions.ISubscriptionStorage
  1122. #### Removed methods
  1123.  
  1124. * `IEnumerable<NServiceBus.Address> GetSubscriberAddressesForMessage(IEnumerable<NServiceBus.Unicast.Subscriptions.MessageType>)` - No upgrade instructions provided.
  1125. * `void Init()` - No upgrade instructions provided.
  1126. * `void Subscribe(NServiceBus.Address, IEnumerable<NServiceBus.Unicast.Subscriptions.MessageType>)` - No upgrade instructions provided.
  1127. * `void Unsubscribe(NServiceBus.Address, IEnumerable<NServiceBus.Unicast.Subscriptions.MessageType>)` - No upgrade instructions provided.
  1128.  
  1129. ### NServiceBus.Unicast.Subscriptions.SubscriptionEventArgs
  1130. #### Removed methods
  1131.  
  1132. * `string get_MessageType()` - No upgrade instructions provided.
  1133. * `NServiceBus.Address get_SubscriberReturnAddress()` - No upgrade instructions provided.
  1134. * `void set_MessageType(string)` - No upgrade instructions provided.
  1135. * `void set_SubscriberReturnAddress(NServiceBus.Address)` - No upgrade instructions provided.
  1136.  
  1137. ### NServiceBus.Unicast.Transport.ControlMessage
  1138. #### Removed methods
  1139.  
  1140. * `NServiceBus.TransportMessage Create()` - No upgrade instructions provided.
  1141.  
  1142. ### NServiceBus.Unicast.Transport.FailedMessageProcessingEventArgs
  1143. #### Removed methods
  1144.  
  1145. * `void .ctor(NServiceBus.TransportMessage, Exception)` - No upgrade instructions provided.
  1146. * `NServiceBus.TransportMessage get_Message()` - No upgrade instructions provided.
  1147. * `Exception get_Reason()` - No upgrade instructions provided.
  1148.  
  1149. ### NServiceBus.Unicast.Transport.FinishedMessageProcessingEventArgs
  1150. #### Removed methods
  1151.  
  1152. * `void .ctor(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  1153. * `NServiceBus.TransportMessage get_Message()` - No upgrade instructions provided.
  1154.  
  1155. ### NServiceBus.Unicast.Transport.ITransport
  1156. #### Removed methods
  1157.  
  1158. * `void AbortHandlingCurrentMessage()` - No upgrade instructions provided.
  1159. * `void add_FailedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FailedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1160. * `void add_FinishedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FinishedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1161. * `void add_StartedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.StartedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1162. * `void add_TransportMessageReceived(EventHandler<NServiceBus.Unicast.Transport.TransportMessageReceivedEventArgs>)` - No upgrade instructions provided.
  1163. * `void ChangeMaximumConcurrencyLevel(int)` - No upgrade instructions provided.
  1164. * `void ChangeMaximumMessageThroughputPerSecond(int)` - No upgrade instructions provided.
  1165. * `int get_MaximumConcurrencyLevel()` - No upgrade instructions provided.
  1166. * `int get_MaximumMessageThroughputPerSecond()` - No upgrade instructions provided.
  1167. * `void remove_FailedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FailedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1168. * `void remove_FinishedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FinishedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1169. * `void remove_StartedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.StartedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1170. * `void remove_TransportMessageReceived(EventHandler<NServiceBus.Unicast.Transport.TransportMessageReceivedEventArgs>)` - No upgrade instructions provided.
  1171. * `void Start(NServiceBus.Address)` - No upgrade instructions provided.
  1172. * `void Stop()` - No upgrade instructions provided.
  1173.  
  1174. ### NServiceBus.Unicast.Transport.StartedMessageProcessingEventArgs
  1175. #### Removed methods
  1176.  
  1177. * `void .ctor(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  1178. * `NServiceBus.TransportMessage get_Message()` - No upgrade instructions provided.
  1179.  
  1180. ### NServiceBus.Unicast.Transport.TransactionSettings
  1181. #### Removed methods
  1182.  
  1183. * `void .ctor(bool, TimeSpan, IsolationLevel, int, bool, bool)` - No upgrade instructions provided.
  1184. * `int get_MaxRetries()` - No upgrade instructions provided.
  1185. * `void set_MaxRetries(int)` - No upgrade instructions provided.
  1186.  
  1187. ### NServiceBus.Unicast.Transport.TransportMessageAvailableEventArgs
  1188. #### Removed methods
  1189.  
  1190. * `void .ctor(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  1191. * `NServiceBus.TransportMessage get_Message()` - No upgrade instructions provided.
  1192.  
  1193. ### NServiceBus.Unicast.Transport.TransportMessageReceivedEventArgs
  1194. #### Removed methods
  1195.  
  1196. * `void .ctor(NServiceBus.TransportMessage)` - No upgrade instructions provided.
  1197. * `NServiceBus.TransportMessage get_Message()` - No upgrade instructions provided.
  1198.  
  1199. ### NServiceBus.Unicast.Transport.TransportReceiver
  1200. #### Removed methods
  1201.  
  1202. * `void .ctor(NServiceBus.Unicast.Transport.TransactionSettings, int, int, NServiceBus.Transports.IDequeueMessages, NServiceBus.Faults.IManageMessageFailures, NServiceBus.Settings.ReadOnlySettings, NServiceBus.Configure)` - No upgrade instructions provided.
  1203. * `void AbortHandlingCurrentMessage()` - No upgrade instructions provided.
  1204. * `void add_FailedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FailedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1205. * `void add_FinishedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FinishedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1206. * `void add_StartedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.StartedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1207. * `void add_TransportMessageReceived(EventHandler<NServiceBus.Unicast.Transport.TransportMessageReceivedEventArgs>)` - No upgrade instructions provided.
  1208. * `void ChangeMaximumConcurrencyLevel(int)` - No upgrade instructions provided.
  1209. * `void ChangeMaximumMessageThroughputPerSecond(int)` - No upgrade instructions provided.
  1210. * `void Dispose()` - No upgrade instructions provided.
  1211. * `NServiceBus.Faults.IManageMessageFailures get_FailureManager()` - No upgrade instructions provided.
  1212. * `int get_MaximumConcurrencyLevel()` - No upgrade instructions provided.
  1213. * `int get_MaximumMessageThroughputPerSecond()` - No upgrade instructions provided.
  1214. * `NServiceBus.Transports.IDequeueMessages get_Receiver()` - No upgrade instructions provided.
  1215. * `NServiceBus.Unicast.Transport.TransactionSettings get_TransactionSettings()` - No upgrade instructions provided.
  1216. * `void remove_FailedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FailedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1217. * `void remove_FinishedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.FinishedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1218. * `void remove_StartedMessageProcessing(EventHandler<NServiceBus.Unicast.Transport.StartedMessageProcessingEventArgs>)` - No upgrade instructions provided.
  1219. * `void remove_TransportMessageReceived(EventHandler<NServiceBus.Unicast.Transport.TransportMessageReceivedEventArgs>)` - No upgrade instructions provided.
  1220. * `void set_FailureManager(NServiceBus.Faults.IManageMessageFailures)` - No upgrade instructions provided.
  1221. * `void set_Receiver(NServiceBus.Transports.IDequeueMessages)` - No upgrade instructions provided.
  1222. * `void Start(NServiceBus.Address)` - No upgrade instructions provided.
  1223. * `void Stop()` - No upgrade instructions provided.
  1224.  
  1225. ### NServiceBus.Unicast.UnicastBus
  1226. #### Removed methods
  1227.  
  1228. * `NServiceBus.ICallback Defer(TimeSpan, object)` - No upgrade instructions provided.
  1229. * `NServiceBus.ICallback Defer(DateTime, object)` - No upgrade instructions provided.
  1230. * `void Dispose()` - No upgrade instructions provided.
  1231. * `void DoNotContinueDispatchingCurrentMessageToHandlers()` - No upgrade instructions provided.
  1232. * `void ForwardCurrentMessageTo(string)` - No upgrade instructions provided.
  1233. * `NServiceBus.ObjectBuilder.IBuilder get_Builder()` - No upgrade instructions provided.
  1234. * `NServiceBus.Configure get_Configure()` - No upgrade instructions provided.
  1235. * `NServiceBus.CriticalError get_CriticalError()` - No upgrade instructions provided.
  1236. * `NServiceBus.IMessageContext get_CurrentMessageContext()` - No upgrade instructions provided.
  1237. * `bool get_DoNotStartTransport()` - No upgrade instructions provided.
  1238. * `Func<object, string, string> get_GetHeaderAction()` - No upgrade instructions provided.
  1239. * `NServiceBus.Hosting.HostInformation get_HostInformation()` - We have introduced a more explicit API to set the host identifier, see busConfiguration.UniquelyIdentifyRunningInstance().
  1240. * `NServiceBus.Address get_InputAddress()` - No upgrade instructions provided.
  1241. * `NServiceBus.MessageInterfaces.IMessageMapper get_MessageMapper()` - No upgrade instructions provided.
  1242. * `NServiceBus.Unicast.Routing.StaticMessageRouter get_MessageRouter()` - No upgrade instructions provided.
  1243. * `NServiceBus.Transports.ISendMessages get_MessageSender()` - No upgrade instructions provided.
  1244. * `IDictionary<string, string> get_OutgoingHeaders()` - No upgrade instructions provided.
  1245. * `bool get_PropagateReturnAddressOnSend()` - No upgrade instructions provided.
  1246. * `Action<object, string, string> get_SetHeaderAction()` - No upgrade instructions provided.
  1247. * `NServiceBus.Settings.ReadOnlySettings get_Settings()` - No upgrade instructions provided.
  1248. * `NServiceBus.Transports.IManageSubscriptions get_SubscriptionManager()` - No upgrade instructions provided.
  1249. * `NServiceBus.Unicast.Transport.ITransport get_Transport()` - No upgrade instructions provided.
  1250. * `void HandleCurrentMessageLater()` - No upgrade instructions provided.
  1251. * `void Publish<T>(Action<T>)` - No upgrade instructions provided.
  1252. * `void Publish<T>()` - No upgrade instructions provided.
  1253. * `void Publish<T>(T)` - No upgrade instructions provided.
  1254. * `void Reply(object)` - No upgrade instructions provided.
  1255. * `void Reply<T>(Action<T>)` - No upgrade instructions provided.
  1256. * `void Return<T>(T)` - No upgrade instructions provided.
  1257. * `NServiceBus.ICallback Send<T>(Action<T>)` - No upgrade instructions provided.
  1258. * `NServiceBus.ICallback Send(object)` - No upgrade instructions provided.
  1259. * `NServiceBus.ICallback Send<T>(string, Action<T>)` - No upgrade instructions provided.
  1260. * `NServiceBus.ICallback Send<T>(NServiceBus.Address, Action<T>)` - No upgrade instructions provided.
  1261. * `NServiceBus.ICallback Send(string, object)` - No upgrade instructions provided.
  1262. * `NServiceBus.ICallback Send(NServiceBus.Address, object)` - No upgrade instructions provided.
  1263. * `NServiceBus.ICallback Send<T>(string, string, Action<T>)` - No upgrade instructions provided.
  1264. * `NServiceBus.ICallback Send<T>(NServiceBus.Address, string, Action<T>)` - No upgrade instructions provided.
  1265. * `NServiceBus.ICallback Send(string, string, object)` - No upgrade instructions provided.
  1266. * `NServiceBus.ICallback Send(NServiceBus.Address, string, object)` - No upgrade instructions provided.
  1267. * `NServiceBus.ICallback SendLocal<T>(Action<T>)` - No upgrade instructions provided.
  1268. * `NServiceBus.ICallback SendLocal(object)` - No upgrade instructions provided.
  1269. * `void set_Builder(NServiceBus.ObjectBuilder.IBuilder)` - No upgrade instructions provided.
  1270. * `void set_Configure(NServiceBus.Configure)` - No upgrade instructions provided.
  1271. * `void set_CriticalError(NServiceBus.CriticalError)` - No upgrade instructions provided.
  1272. * `void set_DoNotStartTransport(bool)` - No upgrade instructions provided.
  1273. * `void set_HostInformation(NServiceBus.Hosting.HostInformation)` - We have introduced a more explicit API to set the host identifier, see busConfiguration.UniquelyIdentifyRunningInstance().
  1274. * `void set_InputAddress(NServiceBus.Address)` - No upgrade instructions provided.
  1275. * `void set_MessageMapper(NServiceBus.MessageInterfaces.IMessageMapper)` - No upgrade instructions provided.
  1276. * `void set_MessageRouter(NServiceBus.Unicast.Routing.StaticMessageRouter)` - No upgrade instructions provided.
  1277. * `void set_MessageSender(NServiceBus.Transports.ISendMessages)` - No upgrade instructions provided.
  1278. * `void set_PropagateReturnAddressOnSend(bool)` - No upgrade instructions provided.
  1279. * `void set_Settings(NServiceBus.Settings.ReadOnlySettings)` - No upgrade instructions provided.
  1280. * `void set_SubscriptionManager(NServiceBus.Transports.IManageSubscriptions)` - No upgrade instructions provided.
  1281. * `void set_Transport(NServiceBus.Unicast.Transport.ITransport)` - No upgrade instructions provided.
  1282. * `NServiceBus.IBus Start()` - No upgrade instructions provided.
  1283. * `void Subscribe<T>()` - No upgrade instructions provided.
  1284. * `void Subscribe(Type)` - No upgrade instructions provided.
  1285. * `void Unsubscribe<T>()` - No upgrade instructions provided.
  1286. * `void Unsubscribe(Type)` - No upgrade instructions provided.
  1287.  
  1288. ### NServiceBus.UnitOfWork.IManageUnitsOfWork
  1289. #### Removed methods
  1290.  
  1291. * `void Begin()` - No upgrade instructions provided.
  1292. * `void End(Exception)` - No upgrade instructions provided.
  1293.  
  1294. ### NServiceBus.UseDataBusExtensions
  1295. #### Removed methods
  1296.  
  1297. * `NServiceBus.DataBus.DataBusExtentions<T> UseDataBus<T>(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  1298. * `NServiceBus.DataBus.DataBusExtentions UseDataBus(NServiceBus.BusConfiguration, Type)` - No upgrade instructions provided.
  1299.  
  1300. ### NServiceBus.UseTransportExtensions
  1301. #### Removed methods
  1302.  
  1303. * `NServiceBus.TransportExtensions<T> UseTransport<T>(NServiceBus.BusConfiguration)` - No upgrade instructions provided.
  1304. * `NServiceBus.TransportExtensions UseTransport(NServiceBus.BusConfiguration, Type)` - No upgrade instructions provided.
  1305.  
  1306. ### NServiceBus.AutomaticSubscriptions.Config.AutoSubscribeSettings
  1307. #### Removed methods
  1308.  
  1309. * `void AutoSubscribePlainMessages()` - Encourages bad practices. IMessageSession.Subscribe should be explicitly used.
  1310. * `void DoNotRequireExplicitRouting()` - Transports with support for centralized pubsub will default this to true. Can safely be removed.
  1311.  
  1312. ### NServiceBus.Config.TransportConfig
  1313. #### Removed methods
  1314.  
  1315. * `int get_MaximumConcurrencyLevel()` - Please use `EndpointConfiguration.LimitMessageProcessingConcurrencyTo` instead.
  1316. * `int get_MaximumMessageThroughputPerSecond()` - Message throughput throttling has been removed. Consult the documentation for further information.
  1317. * `void set_MaximumConcurrencyLevel(int)` - Please use `EndpointConfiguration.LimitMessageProcessingConcurrencyTo` instead.
  1318. * `void set_MaximumMessageThroughputPerSecond(int)` - Message throughput throttling has been removed. Consult the documentation for further information.
  1319.  
  1320. ### NServiceBus.Config.UnicastBusConfig
  1321. #### Removed methods
  1322.  
  1323. * `string get_DistributorControlAddress()` - Switch to the code API by using 'EndpointConfiguration.EnlistWithLegacyMSMQDistributor' instead.
  1324. * `string get_DistributorDataAddress()` - Switch to the code API by using 'EndpointConfiguration.EnlistWithLegacyMSMQDistributor' instead.
  1325. * `string get_ForwardReceivedMessagesTo()` - Use 'EndpointConfiguration.ForwardReceivedMessagesTo' to configure the forwarding address.
  1326. * `void set_DistributorControlAddress(string)` - Switch to the code API by using 'EndpointConfiguration.EnlistWithLegacyMSMQDistributor' instead.
  1327. * `void set_DistributorDataAddress(string)` - Switch to the code API by using 'EndpointConfiguration.EnlistWithLegacyMSMQDistributor' instead.
  1328. * `void set_ForwardReceivedMessagesTo(string)` - Use 'EndpointConfiguration.ForwardReceivedMessagesTo' to configure the forwarding address.
  1329.  
  1330. ### NServiceBus.ConfigurePurging
  1331. #### Removed methods
  1332.  
  1333. * `bool PurgeOnStartup(NServiceBus.Configure)` - Will be removed in version 7.0.0.
  1334.  
  1335. ### NServiceBus.ConfigureQueueCreation
  1336. #### Removed methods
  1337.  
  1338. * `bool CreateQueues(NServiceBus.Configure)` - Please use `CreateQueues` instead.
  1339.  
  1340. ### NServiceBus.ConfigureTransportConnectionString
  1341. #### Removed methods
  1342.  
  1343. * `string TransportConnectionString(NServiceBus.Configure)` - Not available any more.
  1344.  
  1345. ### NServiceBus.Conventions
  1346. #### Removed methods
  1347.  
  1348. * `TimeSpan GetTimeToBeReceived(Type)` - No longer an extension point.
  1349. * `bool IsExpressMessageType(Type)` - No longer an extension point.
  1350.  
  1351. ### NServiceBus.DurableMessagesConfig
  1352. #### Removed methods
  1353.  
  1354. * `bool DurableMessagesEnabled(NServiceBus.Configure)` - Please use `DurableMessagesEnabled` instead.
  1355.  
  1356. ### NServiceBus.ExtensionMethods
  1357. #### Removed methods
  1358.  
  1359. * `object get_CurrentMessageBeingHandled()` - Use a incoming behavior to get access to the current message.
  1360. * `string GetMessageHeader(NServiceBus.IBus, object, string)` - Headers are not 'set' only on the outgoing pipeline.
  1361. * `void set_CurrentMessageBeingHandled(object)` - Use a incoming behavior to get access to the current message.
  1362.  
  1363. ### NServiceBus.Hosting.Helpers.AssemblyScanner
  1364. #### Removed methods
  1365.  
  1366. * `List<Assembly> get_MustReferenceAtLeastOneAssembly()` - This method is no longer required since deep scanning of assemblies is done to detect an NServiceBus reference.
  1367.  
  1368. ### NServiceBus.IStartableBus
  1369. #### Removed methods
  1370.  
  1371. * `NServiceBus.IBus Start()` - Please use `IStartableEndpoint` instead.
  1372.  
  1373. ### NServiceBus.Outbox.OutboxSettings
  1374. #### Removed methods
  1375.  
  1376. * `void TimeToKeepDeduplicationData(TimeSpan)` - Please use `InMemoryOutboxSettingsExtensions.TimeToKeepDeduplicationData(TimeSpan time)` instead.
  1377.  
  1378. ### NServiceBus.Sagas.ActiveSagaInstance
  1379. #### Removed methods
  1380.  
  1381. * `Type get_SagaType()` - Please use `.Metadata.SagaType` instead.
  1382.  
  1383. ### NServiceBus.SecondLevelRetries.Config.SecondLevelRetriesSettings
  1384. #### Removed methods
  1385.  
  1386. * `void CustomRetryPolicy(Func<NServiceBus.TransportMessage, TimeSpan>)` - Please use `CustomRetryPolicy(Func<IncomingMessage, TimeSpan> customPolicy)` instead.
  1387.  
  1388. ### NServiceBus.Settings.ScaleOutSettings
  1389. #### Removed methods
  1390.  
  1391. * `void UniqueQueuePerEndpointInstance()` - Not required any more as for MSMQ this is the default behavior and for other transports the unique instance ID has to be provided.
  1392. * `void UniqueQueuePerEndpointInstance(string)` - Please use `EndpointConfiguration.ScaleOut().InstanceDiscriminator(string discriminator)` instead.
  1393. * `void UseSingleBrokerQueue()` - This is the default starting with V6.
  1394. * `void UseUniqueBrokerQueuePerMachine()` - Not required any more as for MSMQ this is the default behavior and for other transports the unique instance ID has to be provided.
  1395.  
  1396. ### NServiceBus.Settings.SettingsHolder
  1397. #### Removed methods
  1398.  
  1399. * `void ApplyTo<T>(NServiceBus.ObjectBuilder.IComponentConfig)` - Setting property values explicitly is no longer supported via this API. Use `.ConfigureComponent(b=> new MyMessageHandler(){ MyProperty = X})` to get full control over handler creation.
  1400.  
  1401. ### NServiceBus.Settings.TransactionSettings
  1402. #### Removed methods
  1403.  
  1404. * `NServiceBus.Settings.TransactionSettings DefaultTimeout(TimeSpan)` - Please use `config.UnitOfWork().WrapHandlersInATransactionScope(timeout: TimeSpan.FromSeconds(X));` instead.
  1405. * `NServiceBus.Settings.TransactionSettings Disable()` - Please use `config.UseTransport<MyTransport>().Transactions(TransportTransactionMode.None);` instead.
  1406. * `NServiceBus.Settings.TransactionSettings DisableDistributedTransactions()` - Please use `config.UseTransport<MyTransport>().Transactions(TransportTransactionMode.ReceiveOnly|TransportTransactionMode.SendsAtomicWithReceive);` instead.
  1407. * `NServiceBus.Settings.TransactionSettings DoNotWrapHandlersExecutionInATransactionScope()` - DoNotWrapHandlersExecutionInATransactionScope() has been removed since transaction scopes are no longer used by non DTC transports delay the dispatch of all outgoing operations until handlers have been executed.
  1408. In Version 6 handlers will only be wrapped in a transactionscope if running the MSMQ or SQLServer transports in default mode. This means that performing storage operations against data sources also supporting transaction scopes
  1409. will escalate to a distributed transaction. Previous versions allowed opting out of this behavior using config.Transactions().DoNotWrapHandlersExecutionInATransactionScope(). In Version 6 it's recommended to use `EndpointConfiguration.UseTransport<MyTransport>().Transactions(TransportTransactionMode.ReceiveOnly)` to lean on native transport transaction and the new batched dispatch support to achieve the same level of consistency with better performance.
  1410. Suppressing the ambient transaction created by the MSMQ and SQL Server transports can still be achieved by creating a custom pipeline behavior with a suppressed transaction scope.
  1411. * `NServiceBus.Settings.TransactionSettings Enable()` - Please use `config.UseTransport<MyTransport>().Transactions(TransportTransactionMode.ReceiveOnly|TransportTransactionMode.SendsAtomicWithReceive);` instead.
  1412. * `NServiceBus.Settings.TransactionSettings EnableDistributedTransactions()` - Please use `config.UseTransport<MyTransport>().Transactions(TransportTransactionMode.TransactionScope);` instead.
  1413. * `NServiceBus.Settings.TransactionSettings IsolationLevel(IsolationLevel)` - Please use `config.UnitOfWork().WrapHandlersInATransactionScope(isolationLevel: IsolationLevel.X);` instead.
  1414. * `NServiceBus.Settings.TransactionSettings WrapHandlersExecutionInATransactionScope()` - Please use `config.UnitOfWork().WrapHandlersInATransactionScope();` instead.
  1415.  
  1416. ### NServiceBus.Timeout.Core.TimeoutData
  1417. #### Removed fields
  1418.  
  1419. * `string OriginalReplyToAddress` - Not used anymore.
  1420.  
  1421. #### Removed methods
  1422.  
  1423. * `NServiceBus.Unicast.SendOptions ToSendOptions(NServiceBus.Address)` - Use new SendOptions() instead.
  1424. * `NServiceBus.TransportMessage ToTransportMessage()` - Use new OutgoingMessage(timeoutData.State) instead.
  1425.  
  1426. ### NServiceBus.TransportMessage
  1427. #### Removed methods
  1428.  
  1429. * `Byte[] get_Body()` - Use the value of the 'IncomingMessage.Body' or 'OutgoingMessage.Body' instead.
  1430. * `string get_CorrelationId()` - Use the value of the 'NServiceBus.CorrelationId' header instead.
  1431. * `Dictionary<string, string> get_Headers()` - Use the value of the 'IncomingMessage.Headers' or 'OutgoingMesssage.Headers' instead.
  1432. * `string get_Id()` - Use the value of the 'IncomingMessage.MessageId' or 'OutgoingMesssage.MessageId' instead.
  1433. * `NServiceBus.MessageIntentEnum get_MessageIntent()` - Please use `GetMessageIntent(this IncomingMessage message)` instead.
  1434. * `bool get_Recoverable()` - For sending purposes use `DeliveryConstraintContextExtensions.AddDeliveryConstraint(new NonDurableDelivery())` to set NonDurable delivery or `NonDurableDelivery constraint;DeliveryConstraintContextExtensions.TryGetDeliveryConstraint(out constraint)` to read wether NonDurable delivery is set. When receiving look at the new 'NServiceBus.NonDurableMessage' header.
  1435. * `TimeSpan get_TimeToBeReceived()` - For sending purposes use `DeliveryConstraintContextExtensions.AddDeliveryConstraint(new DiscardIfNotReceivedBefore(timeToBeReceived))` to set the `TimeToBeReceived` or `DiscardIfNotReceivedBefore constraint;DeliveryConstraintContextExtensions.TryGetDeliveryConstraint(out constraint)` to read the `TimeToBeReceived`. When receiving look at the new 'NServiceBus.TimeToBeReceived' header.
  1436. * `void set_Body(Byte[])` - Use the value of the 'IncomingMessage.Body' or 'OutgoingMessage.Body' instead.
  1437. * `void set_CorrelationId(string)` - Use the value of the 'NServiceBus.CorrelationId' header instead.
  1438. * `void set_Recoverable(bool)` - For sending purposes use `DeliveryConstraintContextExtensions.AddDeliveryConstraint(new NonDurableDelivery())` to set NonDurable delivery or `NonDurableDelivery constraint;DeliveryConstraintContextExtensions.TryGetDeliveryConstraint(out constraint)` to read wether NonDurable delivery is set. When receiving look at the new 'NServiceBus.NonDurableMessage' header.
  1439. * `void set_TimeToBeReceived(TimeSpan)` - For sending purposes use `DeliveryConstraintContextExtensions.AddDeliveryConstraint(new DiscardIfNotReceivedBefore(timeToBeReceived))` to set the `TimeToBeReceived` or `DiscardIfNotReceivedBefore constraint;DeliveryConstraintContextExtensions.TryGetDeliveryConstraint(out constraint)` to read the `TimeToBeReceived`. When receiving look at the new 'NServiceBus.TimeToBeReceived' header.
  1440.  
  1441. ### NServiceBus.Transports.IDeferMessages
  1442. #### Removed methods
  1443.  
  1444. * `void ClearDeferredMessages(string, string)` - Please use `ICancelDeferredMessages` instead.
  1445.  
  1446. ### NServiceBus.Transports.TransportDefinition
  1447. #### Removed methods
  1448.  
  1449. * `bool get_HasNativePubSubSupport()` - Use TransportInfrastructure.OutboundRoutingPolicy.Publishes == OutboundRoutingType.Multicast instead.
  1450. * `bool get_HasSupportForCentralizedPubSub()` - The concept of centralized publish and subscribe is no longer available.
  1451. * `Nullable<bool> get_HasSupportForDistributedTransactions()` - Use TransportInfrastructure.TransactionMode == TransportTransactionMode.TransactionScope instead.
  1452.  
  1453. ### NServiceBus.Unicast.Behaviors.MessageHandler
  1454. #### Removed methods
  1455.  
  1456. * `void .ctor()` - Please use `NServiceBus.Pipeline.MessageHandler(Action<object, object, object> invocation, Type handlerType)` instead.
  1457. * `Action<object, object> get_Invocation()` - Please use `NServiceBus.Pipeline.MessageHandler.Invoke` instead.
  1458. * `void set_Invocation(Action<object, object>)` - Please use `NServiceBus.Pipeline.MessageHandler.Invoke` instead.
  1459.  
  1460. ### NServiceBus.Unicast.DeliveryOptions
  1461. #### Removed methods
  1462.  
  1463. * `bool get_EnforceMessagingBestPractices()` - Turn best practices check off using configuration.DisableFeature<BestPracticeEnforcement>().
  1464. * `void set_EnforceMessagingBestPractices(bool)` - Turn best practices check off using configuration.DisableFeature<BestPracticeEnforcement>().
  1465.  
  1466. ### NServiceBus.Unicast.MessageHandlerRegistry
  1467. #### Removed methods
  1468.  
  1469. * `void CacheMethodForHandler(Type, Type)` - Please use `MessageHandlerRegistry.RegisterHandler(Type handlerType)` instead.
  1470. * `IEnumerable<Type> GetHandlerTypes(Type)` - Please use `MessageHandlerRegistry.GetHandlersFor(Type messageType)` instead.
  1471. * `void InvokeHandle(object, object)` - Please use `MessageHandler.Invoke(object message, object context)` instead.
  1472. * `void InvokeTimeout(object, object)` - Please use `MessageHandler.Invoke(object message, object context)` instead.
  1473.  
  1474. ### NServiceBus.Unicast.Messages.MessageMetadata
  1475. #### Removed methods
  1476.  
  1477. * `bool get_Recoverable()` - You can access Recoverable via the DeliveryConstraints collection on the outgoing context, the new constraint is called NonDurableDelivery.
  1478. * `TimeSpan get_TimeToBeReceived()` - You can access TTBR via the DeliveryConstraints collection on the outgoing context.
  1479.  
  1480. ### NServiceBus.Unicast.Queuing.QueueNotFoundException
  1481. #### Removed methods
  1482.  
  1483. * `void .ctor(NServiceBus.Address, string, Exception)` - Please use `QueueNotFoundException(string queue, string message, Exception inner)` instead.
  1484.  
  1485. ### NServiceBus.Unicast.Routing.StaticMessageRouter
  1486. #### Removed methods
  1487.  
  1488. * `bool get_SubscribeToPlainMessages()` - Please use `config.AutoSubscribe().AutoSubscribePlainMessages()` instead.
  1489. * `void set_SubscribeToPlainMessages(bool)` - Please use `config.AutoSubscribe().AutoSubscribePlainMessages()` instead.
  1490.  
  1491. ### NServiceBus.Unicast.SendOptions
  1492. #### Removed methods
  1493.  
  1494. * `void .ctor(NServiceBus.Address)` - Please use `SendMessageOptions(string)` instead.
  1495. * `string get_CorrelationId()` - Reply to address can be get/set using the `NServiceBus.CorrelationId` header.
  1496. * `Nullable<TimeSpan> get_DelayDeliveryWith()` - Please use `DelayDeliveryFor` instead.
  1497. * `void set_CorrelationId(string)` - Reply to address can be get/set using the `NServiceBus.CorrelationId` header.
  1498. * `void set_DelayDeliveryWith(Nullable<TimeSpan>)` - Please use `DelayDeliveryFor` instead.
  1499.  
  1500. ### NServiceBus.Unicast.Transport.TransactionSettings
  1501. #### Removed methods
  1502.  
  1503. * `bool get_DoNotWrapHandlersExecutionInATransactionScope()` - DoNotWrapHandlersExecutionInATransactionScope is no longer used here. Use settings.GetOrDefault<bool>('Transactions.DoNotWrapHandlersExecutionInATransactionScope') instead.
  1504. * `IsolationLevel get_IsolationLevel()` - Isolation level are now controlled explicitly for the transaction scope unit of work using config.UnitOfWork().WrapHandlersInATransactionScope(isolationlevel: X).
  1505. * `bool get_IsTransactional()` - IsTransactional is no longer used here. Use `context.Settings.GetRequiredTransactionModeForReceives() != Transactions.None` instead.
  1506. * `bool get_SuppressDistributedTransactions()` - SuppressDistributedTransactions is no longer used here. Uuse `context.Settings.GetRequiredTransactionModeForReceives() != Transactions.TransactionScope` instead.
  1507. * `TimeSpan get_TransactionTimeout()` - Timeouts are now controlled explicitly for the transaction scope unit of work using config.UnitOfWork().WrapHandlersInATransactionScope(timeout: X).
  1508. * `void set_DoNotWrapHandlersExecutionInATransactionScope(bool)` - DoNotWrapHandlersExecutionInATransactionScope is no longer used here. Use settings.GetOrDefault<bool>('Transactions.DoNotWrapHandlersExecutionInATransactionScope') instead.
  1509. * `void set_IsolationLevel(IsolationLevel)` - Isolation level are now controlled explicitly for the transaction scope unit of work using config.UnitOfWork().WrapHandlersInATransactionScope(isolationlevel: X).
  1510. * `void set_IsTransactional(bool)` - IsTransactional is no longer used here. Use `context.Settings.GetRequiredTransactionModeForReceives() != Transactions.None` instead.
  1511. * `void set_SuppressDistributedTransactions(bool)` - SuppressDistributedTransactions is no longer used here. Uuse `context.Settings.GetRequiredTransactionModeForReceives() != Transactions.TransactionScope` instead.
  1512. * `void set_TransactionTimeout(TimeSpan)` - Timeouts are now controlled explicitly for the transaction scope unit of work using config.UnitOfWork().WrapHandlersInATransactionScope(timeout: X).
  1513.  
  1514. ### NServiceBus.Headers
  1515. #### Removed fields
  1516.  
  1517. * `string WindowsIdentityName` - The WinIdName header is no longer attached to outgoing message to avoid passing security related information on the wire. Should you rely on the header being present you can add a message mutator that sets it.
  1518.  
  1519. ### NServiceBus.Pipeline.WellKnownStep
  1520. #### Removed fields
  1521.  
  1522. * `NServiceBus.Pipeline.WellKnownStep CreateChildContainer` - The child container creation is now an integral part of the pipeline invocation and no longer a separate behavior.
  1523. * `NServiceBus.Pipeline.WellKnownStep DispatchMessageToTransport` - The dispatch step is the terminating step in v6 so any dependency on it can safely be removed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement