Skip to content

Commit 95e05bd

Browse files
Add platform support restrictions for .NET profiling documentation
Co-authored-by: bruno <[email protected]>
1 parent bdefb64 commit 95e05bd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/platforms/dotnet/common/profiling/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: Set Up .NET Profiling
33
sidebar_title: Profiling
44
description: "Learn how to enable profiling in your app if it is not already set up."
55
sidebar_order: 5000
6+
notSupported:
7+
- dotnet.uwp
8+
- dotnet.aws-lambda
9+
- dotnet.azure-functions-worker
10+
- dotnet.blazor-webassembly
11+
- dotnet.aspnet
12+
- dotnet.entityframework
13+
- dotnet.google-cloud-functions
614
---
715

816
<PlatformContent includePath="profiling/index/preface" />

docs/platforms/dotnet/common/profiling/troubleshooting/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
title: Troubleshooting
33
description: "Learn how to troubleshoot your profiling setup."
44
sidebar_order: 9000
5+
notSupported:
6+
- dotnet.uwp
7+
- dotnet.aws-lambda
8+
- dotnet.azure-functions-worker
9+
- dotnet.blazor-webassembly
10+
- dotnet.aspnet
11+
- dotnet.entityframework
12+
- dotnet.google-cloud-functions
513
---
614

715
### Profiles are not showing up

0 commit comments

Comments
 (0)