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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Here's what you need to get going with the Splunk Enterprise SDK for C# version
91
91
The following packages are in that feed:
92
92
***Splunk.Client**: Client for the Splunk Enterprise REST API. This library is portable.
93
93
***Splunk.ModularInputs**: Functionality for building modular inputs.
94
-
94
+
95
95
>**Note**: Both packages are published to NuGet when the SDK is released.
96
96
97
97
* Get the source
@@ -107,7 +107,7 @@ The Splunk Enterprise SDK for C# supports development in the following environme
107
107
You must also install [Code Contracts for .NET](http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970).
108
108
109
109
>**Note**: Close Visual Studio before installing Code Contracts. Otherwise, the installation will not work, despite appearing to.
110
-
110
+
111
111
To run the unit tests, install an [xUnit](https://github.com/xunit/xunit) runner. If you use resharper, install its [xUnit.net Test Support](https://resharper-plugins.jetbrains.com/packages/xunitcontrib/1.6.2). Otherwise, install the [xUnit.net runner for Visual Studio 2012 and 2013](http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099).
112
112
113
113
* Xamarin Studio and Mono Develop
@@ -131,13 +131,13 @@ The Splunk Enterprise SDK for C# includes full unit tests that run using [xunit]
|| Splunk.ModularInputs | Functionality for building Modular Inputs. |
139
139
|| Splunk.Client.Helpers | Helper utilities used by tests and samples. |
140
-
| /examples ||
140
+
| /examples ||
141
141
|| Windows8/Search | Contains a Windows Store Search App. |
142
142
|| authenticate | Connects to a Splunk Instance and retrieves Splunk's session token. |
143
143
|| list_apps | Lists installed applications on a Splunk instance. |
@@ -152,7 +152,7 @@ The Splunk Enterprise SDK for C# includes full unit tests that run using [xunit]
152
152
|| search-response-message-stream | Demonstrates how to execute long-running search jobs and how to use `Job.GetSearchReponseMessageAsync`. |
153
153
|| search | Performs a One Shot search. |
154
154
|| submit | Creates an index and then sends events over HTTP to that index. |
155
-
| /tests ||
155
+
| /tests ||
156
156
|| unit-tests - Contains unit tests for all of the classes in the SDK. Does not require a Splunk instance. |
157
157
|| acceptance-tests - Contains end to end tests using the SDK. These tests by default will go against a Splunk instance. Tests can also be run in playback mode by setting `MockContext.Mode` to `Playback` in `App.Config`. |
0 commit comments