Skip to content

Commit f2ce3aa

Browse files
authored
October chores (#32115)
1 parent d667779 commit f2ce3aa

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

docs/architecture/microservices/multi-container-microservice-net-applications/rabbitmq-event-bus-development-test-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 01/13/2021
77

88
[!INCLUDE [download-alert](../includes/download-alert.md)]
99

10-
We should start by saying that if you create your custom event bus based on [RabbitMQ](https://www.rabbitmq.com/) running in a container, as the eShopOnContainers application does, it should be used only for your development and test environments. Don't use it for your production environment, unless you are building it as a part of a production-ready service bus as described in the [Additional resources section below](/dotnet/architecture/microservices/multi-container-microservice-net-applications/rabbitmq-event-bus-development-test-environment#additional-resources). A simple custom event bus might be missing many production-ready critical features that a commercial service bus has.
10+
We should start by saying that if you create your custom event bus based on [RabbitMQ](https://www.rabbitmq.com/) running in a container, as the eShopOnContainers application does, it should be used only for your development and test environments. Don't use it for your production environment, unless you are building it as a part of a production-ready service bus as described in the [Additional resources section below](rabbitmq-event-bus-development-test-environment.md#additional-resources). A simple custom event bus might be missing many production-ready critical features that a commercial service bus has.
1111

1212
One of the event bus custom implementations in eShopOnContainers is basically a library using the RabbitMQ API. (There's another implementation based on Azure Service Bus.)
1313

docs/csharp/language-reference/compiler-messages/cs8141.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The tuple element names in the signature of method must match the tuple element
1313

1414
## Example
1515

16-
The following sample generates CS8141:
16+
The following sample generates CS8141:
1717

1818
```csharp
1919
// CS8141.cs (10,27)

docs/csharp/language-reference/compiler-messages/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,6 +1623,8 @@ items:
16231623
href: cs8139.md
16241624
- name: CS8140
16251625
href: cs8140.md
1626+
- name: CS8141
1627+
href: cs8141.md
16261628
- name: CS8145
16271629
href: cs8145.md
16281630
- name: CS8146

docs/framework/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ items:
2121
items:
2222
- name: Windows 11
2323
href: install/on-windows-11.md
24+
- name: Windows Server 2022
25+
href: install/on-server-2022.md
2426
- name: Windows 10 and Windows Server 2016
2527
href: install/on-windows-10.md
2628
- name: Windows 8.1 and Windows Server 2012 R2

docs/fundamentals/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,8 @@ items:
25902590
href: networking/network-info.md
25912591
- name: IPv6 overview
25922592
href: networking/ipv6-overview.md
2593+
- name: Telemetry
2594+
href: networking/networking-telemetry.md
25932595
- name: HTTP
25942596
items:
25952597
- name: HTTP support

0 commit comments

Comments
 (0)