We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a38daa commit 6c66f1fCopy full SHA for 6c66f1f
README.md
@@ -1,4 +1,4 @@
1
-# .Net diagnostics
+# .NET diagnostics
2
3
The package provides means for .Net runtime diagnostics implemented in Golang:
4
- [Diagnostics IPC Protocol](https://github.com/dotnet/diagnostics/blob/main/documentation/design-docs/ipc-protocol.md#transport) client.
@@ -10,12 +10,12 @@ The package provides means for .Net runtime diagnostics implemented in Golang:
10
# go get github.com/pyroscope-io/dotnetdiag
11
```
12
13
-Supported .Net versions:
14
- - .Net 5.0
15
- - .Net Core 3.1
+Supported .NET versions:
+ - .NET 5.0
+ - .NET Core 3.1
16
17
Supported platforms:
18
- - [ ] Windows
+ - [x] Windows
19
- [x] Linux
20
- [x] MacOS
21
0 commit comments