Use partials in ASB tool docs #7050
Annotations
10 errors
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L15
'AzureServiceBusTransport.AzureServiceBusTransport(string)' is obsolete: 'It is required to choose a topology. Use `AzureServiceBusTransport(string connectionString, TopicTopology topology)` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L22
'AzureServiceBusTransport.AzureServiceBusTransport(string, TokenCredential)' is obsolete: 'It is required to choose a topology. Use `AzureServiceBusTransport(string fullyQualifiedNamespace, TokenCredential tokenCredential, TopicTopology topology)` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L47
Property or indexer 'AzureServiceBusTransport.Topology' cannot be assigned to -- it is read only
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L47
'TopicTopology.Single(string)' is obsolete: 'Use `TopicTopology.MigrateFromNamedSingleTopic(string topicName)` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L53
Property or indexer 'AzureServiceBusTransport.Topology' cannot be assigned to -- it is read only
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L53
'TopicTopology.Hierarchy(string, string)' is obsolete: 'Use `TopicTopology.MigrateFromTopicHierarchy(string topicToPublishTo, string topicToSubscribeOn)` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L59
Property or indexer 'AzureServiceBusTransport.Topology' cannot be assigned to -- it is read only
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L59
'TopicTopology.Hierarchy(string, string)' is obsolete: 'Use `TopicTopology.MigrateFromTopicHierarchy(string topicToPublishTo, string topicToSubscribeOn)` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L76
'AzureServiceBusTransport.SubscriptionNamingConvention' is obsolete: 'Setting the subscription name is accessible via the topology. Use `OverrideSubscriptionNameFor` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Build affected samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L77
'AzureServiceBusTransport.SubscriptionRuleNamingConvention' is obsolete: 'Setting the subscription rule name is accessible via the migration topology. Use `MigrationTopology.EventToMigrate<TEventType>(string? ruleNameOverride = null)` instead. The member currently throws a NotImplementedException. Will be removed in version 6.0.0.'
|
Loading