You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-3Lines changed: 27 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,39 @@ Refer to the Exceptionless documentation here: [Exceptionless Docs](http://docs.
15
15
16
16
## Getting Started (Development)
17
17
18
-
All of our [.NET clients can be installed](https://www.nuget.org/profiles/exceptionless?showAllPackages=True) via the [NuGet package manager](https://docs.nuget.org/consume/Package-Manager-Dialog). If you need help, please contact us via in-app support or [open an issue](https://github.com/exceptionless/Exceptionless.Net/issues/new). We’re always here to help if you have any questions!
18
+
All of our [.NET clients can be installed](https://www.nuget.org/profiles/exceptionless?showAllPackages=True) via the [NuGet package manager](https://docs.nuget.org/consume/Package-Manager-Dialog).
19
+
If you need help, please contact us via in-app support or
20
+
[open an issue](https://github.com/exceptionless/Exceptionless.Net/issues/new).
21
+
We’re always here to help if you have any questions!
19
22
20
-
**This section is for development purposes only! If you are trying to use the Exceptionless .NET libraries, please get them from NuGet.**
23
+
**This section is for development purposes only! If you are trying to use the
24
+
Exceptionless .NET libraries, please get them from NuGet.**
21
25
22
-
1. You will need to have [Visual Studio 2019](http://www.visualstudio.com/products/visual-studio-community-vs) and [.NET Core SDK with VS Tooling](https://www.microsoft.com/net/core) installed.
26
+
### Visual Studio
27
+
28
+
Using Windows and Visual Studio is preferred so all platforms can be built and
29
+
editor design surfaces are available.
30
+
31
+
1. You will need to install:
32
+
1.[Visual Studio 2019](https://visualstudio.microsoft.com/vs/community/)
33
+
2.[.NET Core 3.1 SDK with VS Tooling](https://dotnet.microsoft.com/download)
0 commit comments