Skip to content

Commit

Permalink
https://github.com/Particular/GeneralPlatformExperience/issues/3312
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-samila committed Oct 16, 2024
1 parent 8e74359 commit 1921162
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ summary: If 32-bit code must be invoked and loaded, use NServiceBus.Host32.exe
component: Host
redirects:
- nservicebus/nservicebus-32-bit-x86-host-process
reviewed: 2022-01-26
reviewed: 2024-10-16
---

NServiceBus is an "Any CPU" framework. It doesn't have 32-bit or 64-bit specific code. This enables transitioning between 32- and 64-bit operating systems. Unfortunately, not all assemblies can be compiled using the default Any CPU architecture. In many, this is related to legacy systems that have 32-bit specific code for platform interoperability with native C libraries, etc.
Expand Down
2 changes: 1 addition & 1 deletion nservicebus/hosting/override-hostid.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ component: Core
versions: '[4.0,)'
redirects:
- nservicebus/override-hostid
reviewed: 2022-01-26
reviewed: 2024-10-14
---

## Host identifier
Expand Down
2 changes: 1 addition & 1 deletion persistence/cosmosdb/saga-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: CosmosDB Persistence Saga Concurrency
summary: Explains how concurrency works with sagas in the CosmosDB persister
component: CosmosDB
reviewed: 2022-01-11
reviewed: 2024-10-15
related:
- nservicebus/sagas/concurrency
---
Expand Down
2 changes: 1 addition & 1 deletion persistence/cosmosdb/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Transactions in Azure Cosmos DB persistence
component: CosmosDB
related:
- nservicebus/outbox
reviewed: 2022-01-18
reviewed: 2024-10-15
redirects:
- previews/cosmosdb/transactions
---
Expand Down
2 changes: 1 addition & 1 deletion samples/cosmosdb/container/sample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Cosmos DB Persistence Usage with non-default container
summary: Using Cosmos DB Persistence to store sagas providing a non-default container dynamically
reviewed: 2022-01-19
reviewed: 2024-10-15
component: CosmosDB
related:
- nservicebus/sagas
Expand Down
2 changes: 1 addition & 1 deletion samples/cosmosdb/transactions/sample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Cosmos DB Persistence Usage with transactions
summary: Using Cosmos DB Persistence to store sagas and outbox records atomically
reviewed: 2022-01-19
reviewed: 2024-10-14
component: CosmosDB
related:
- nservicebus/sagas
Expand Down
2 changes: 1 addition & 1 deletion servicecontrol/bcdr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Business Continuity / Disaster Recovery
summary: Solutions for business continuity / disaster recovery with ServiceControl
reviewed: 2022-01-21
reviewed: 2024-10-16
related:
- servicecontrol/backup-sc-database
- servicecontrol/deploying-servicecontrol-in-a-cluster
Expand Down
2 changes: 1 addition & 1 deletion servicecontrol/contracts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Using ServiceControl Events
summary: Build custom notifications by subscribing to ServiceControl events
reviewed: 2022-01-25
reviewed: 2024-10-14
component: ServiceControlContracts
isLearningPath: true
redirects:
Expand Down
2 changes: 1 addition & 1 deletion servicecontrol/securing-servicecontrol.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Securing ServiceControl
summary: How security is addressed in ServiceControl and how to limit access to ServiceControl data.
reviewed: 2022-01-25
reviewed: 2024-10-16
related:
- servicecontrol/servicecontrol-instances/configuration
- servicecontrol/configure-ravendb-location
Expand Down
2 changes: 1 addition & 1 deletion servicepulse/event-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ServicePulse events
summary: Introduction to ServicePulse monitoring events
reviewed: 2022-01-25
reviewed: 2024-10-16
component: ServicePulse
related:
- monitoring/custom-checks/in-servicepulse
Expand Down
2 changes: 1 addition & 1 deletion servicepulse/health-check-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Health check notifications
summary: Describes how to setup email notifications for failing ServiceControl internal health checks
component: ServicePulse
reviewed: 2022-01-13
reviewed: 2024-10-14
related:
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tutorials
suppressRelated: true
reviewed: 2022-01-21
reviewed: 2024-10-16
summary: Step-by-step tutorials to help you learn how to use NServiceBus, with detailed instructions and downloadable solutions with the completed examples.
redirects:
- tutorials/monitoring
Expand Down

0 comments on commit 1921162

Please sign in to comment.