Use partials in ASB tool docs #7050
validate-pull-requests.yml
on: pull_request
Content verification
45s
Integrity tests
28s
Build samples & snippets
2m 20s
Annotations
10 errors and 1 warning
Build 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 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 samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L47
Property or indexer 'AzureServiceBusTransport.Topology' cannot be assigned to -- it is read only
|
Build 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 samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L53
Property or indexer 'AzureServiceBusTransport.Topology' cannot be assigned to -- it is read only
|
Build 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 samples & snippets:
Snippets/ASBS/ASBS_5/Usage.cs#L59
Property or indexer 'AzureServiceBusTransport.Topology' cannot be assigned to -- it is read only
|
Build 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 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 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.'
|
Content verification
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|