You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Particular.Obsoletes and remove Fody
* Fix obsolete attribute on obsoletes file
* Fix obsolete attributes for migration topology
* Move the constants for the obsolete messages to their own class
* Add pragmas when needed
* Add Obsolete attribute when needed.
* Tweaks
* Suppress warnings in tests
* Update APIApprovals
* Update approval test that had typo in message
* Stop using custom PreObsoleteAttribute
---------
Co-authored-by: Brandon Ording <[email protected]>
public static NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> MaxAutoLockRenewalDuration(this NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> transportExtensions, System.TimeSpan maximumAutoLockRenewalDuration) { }
36
36
public static NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> PrefetchCount(this NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> transportExtensions, int prefetchCount) { }
37
37
public static NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> PrefetchMultiplier(this NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> transportExtensions, int prefetchMultiplier) { }
38
-
[System.Obsolete("The transport no longer supports sending the transport encoding header. The membe" +
39
-
"r currently throws a NotImplementedException. Will be removed in version 7.0.0.", true)]
38
+
[System.Obsolete("The transport no longer supports sending the transport encoding header. Will be r" +
39
+
"emoved in version 7.0.0.", true)]
40
40
public static NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> SendTransportEncodingHeader(this NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> transportExtensions) { }
41
41
public static NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> TimeToWaitBeforeTriggeringCircuitBreaker(this NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> transportExtensions, System.TimeSpan timeToWait) { }
42
42
public static NServiceBus.TransportExtensions<NServiceBus.AzureServiceBusTransport> UseTransport<TTransport>(this NServiceBus.EndpointConfiguration endpointConfiguration, string connectionString, NServiceBus.TopicTopology topology)
EventsToMigrateMap: TopicToPublishTo, PublishedEventToTopicsMap: The topic to publish 'TopicToPublishTo' for 'NServiceBus.Transport.AzureServiceBus.Tests.MigrationTopologyTests+MyEvent' cannot be the sames as the topic to publish to 'TopicToPublishTo' for the migration topology.; TopicToSubscribeOn, SubscribedEventToTopicsMap: The topic to subscribe 'TopicToSubscribeOn' for 'NServiceBus.Transport.AzureServiceBus.Tests.MigrationTopologyTests+MyEvent' cannot be the sames as the topic to subscribe to 'TopicToSubscribeOn' for the migration topology.; SubscribedEventToTopicsMap: Event 'NServiceBus.Transport.AzureServiceBus.Tests.MigrationTopologyTests+MyEventMappedTwice' is in the migration map and in the subscribed event to topics map. An event type cannot be marked for migration and mapped to a topic at the same time.
1
+
EventsToMigrateMap: TopicToPublishTo, PublishedEventToTopicsMap: The topic to publish 'TopicToPublishTo' for 'NServiceBus.Transport.AzureServiceBus.Tests.MigrationTopologyTests+MyEvent' cannot be the same as the topic to publish to 'TopicToPublishTo' for the migration topology.; TopicToSubscribeOn, SubscribedEventToTopicsMap: The topic to subscribe 'TopicToSubscribeOn' for 'NServiceBus.Transport.AzureServiceBus.Tests.MigrationTopologyTests+MyEvent' cannot be the same as the topic to subscribe to 'TopicToSubscribeOn' for the migration topology.; SubscribedEventToTopicsMap: Event 'NServiceBus.Transport.AzureServiceBus.Tests.MigrationTopologyTests+MyEventMappedTwice' is in the migration map and in the subscribed event to topics map. An event type cannot be marked for migration and mapped to a topic at the same time.
0 commit comments