|
60 | 60 | <Compile Include="Dependency\TinyIoC.cs" />
|
61 | 61 | <Compile Include="Events\EventSubmissionEventArgsBase.cs" />
|
62 | 62 | <Compile Include="Events\EventSubmittedEventArgs.cs" />
|
| 63 | + <Compile Include="Plugins\Default\030_DuplicateCheckerPlugin.cs" /> |
| 64 | + <Compile Include="Plugins\ContextData.cs" /> |
| 65 | + <Compile Include="Plugins\Default\1000_CancelSessionsWithNoUserPlugin.cs" /> |
| 66 | + <Compile Include="Plugins\Default\100_HeartbeatPlugin.cs" /> |
| 67 | + <Compile Include="Plugins\Default\ActionPlugin.cs" /> |
| 68 | + <Compile Include="Plugins\Default\010_ConfigurationDefaultsPlugin.cs" /> |
| 69 | + <Compile Include="Plugins\Default\090_SubmissionMethodPlugin.cs" /> |
| 70 | + <Compile Include="Plugins\Default\040_ReferenceIdPlugin.cs" /> |
| 71 | + <Compile Include="Plugins\Default\020_SimpleErrorPlugin.cs" /> |
| 72 | + <Compile Include="Plugins\Default\050_EnvironmentInfoPlugin.cs" /> |
| 73 | + <Compile Include="Plugins\PriortyAttribute.cs" /> |
| 74 | + <Compile Include="EventBuilder.cs" /> |
| 75 | + <Compile Include="Events\ConfigurationUpdatedEventArgs.cs" /> |
| 76 | + <Compile Include="Events\EventSubmittingEventArgs.cs" /> |
| 77 | + <Compile Include="ExceptionlessClient.cs" /> |
| 78 | + <Compile Include="Extensions\EventBuilderExtensions.cs" /> |
| 79 | + <Compile Include="Extensions\ExceptionlessConfigurationExtensions.cs" /> |
| 80 | + <Compile Include="Extensions\EnumerableExtensions.cs" /> |
| 81 | + <Compile Include="Extensions\DataDictionaryExtensions.cs" /> |
| 82 | + <Compile Include="Extensions\EventExtensions.cs" /> |
| 83 | + <Compile Include="Extensions\ExceptionExtensions.cs" /> |
| 84 | + <Compile Include="Extensions\ClientExtensions.cs" /> |
| 85 | + <Compile Include="Extensions\FileStorageExtensions.cs" /> |
| 86 | + <Compile Include="Extensions\NumberExtensions.cs" /> |
| 87 | + <Compile Include="Extensions\TaskExtensions.cs" /> |
| 88 | + <Compile Include="Extensions\TaskFactoryExtensions.cs" /> |
| 89 | + <Compile Include="Extensions\ToSimpleErrorModelExtensions.cs" /> |
| 90 | + <Compile Include="Extensions\TypeExtensions.cs" /> |
| 91 | + <Compile Include="Extensions\WebResponseExtensions.cs" /> |
| 92 | + <Compile Include="Extensions\JsonSerializerExtensions.cs" /> |
| 93 | + <Compile Include="Extensions\StringExtensions.cs" /> |
| 94 | + <Compile Include="Extensions\WebRequestExtensions.cs"> |
| 95 | + <SubType>Code</SubType> |
| 96 | + </Compile> |
| 97 | + <Compile Include="LastReferenceIdManager\DefaultLastReferenceIdManager.cs" /> |
| 98 | + <Compile Include="LastReferenceIdManager\ILastReferenceIdManager.cs" /> |
| 99 | + <Compile Include="Logging\DebugExceptionlessLog.cs" /> |
| 100 | + <Compile Include="Logging\InMemoryExceptionlessLog.cs" /> |
| 101 | + <Compile Include="Logging\LogLevel.cs" /> |
| 102 | + <Compile Include="Plugins\EventPluginManager.cs" /> |
| 103 | + <Compile Include="Plugins\EventPluginContext.cs" /> |
| 104 | + <Compile Include="Plugins\IEventPlugin.cs" /> |
| 105 | + <Compile Include="Models\Client\ClientConfiguration.cs" /> |
| 106 | + <Compile Include="Models\Client\Data\EnvironmentInfo.cs" /> |
| 107 | + <Compile Include="Models\Client\Data\Error.cs" /> |
| 108 | + <Compile Include="Models\Client\Data\InnerError.cs" /> |
| 109 | + <Compile Include="Models\Client\Data\Method.cs" /> |
| 110 | + <Compile Include="Models\Client\Data\Module.cs" /> |
| 111 | + <Compile Include="Models\Client\Data\Parameter.cs" /> |
| 112 | + <Compile Include="Models\Client\Data\RequestInfo.cs" /> |
| 113 | + <Compile Include="Models\Client\Data\SimpleError.cs" /> |
| 114 | + <Compile Include="Models\Client\Data\StackFrame.cs" /> |
| 115 | + <Compile Include="Models\Client\Data\UserDescription.cs" /> |
| 116 | + <Compile Include="Models\Client\Data\UserInfo.cs" /> |
| 117 | + <Compile Include="Models\Client\Event.cs" /> |
| 118 | + <Compile Include="Models\Collections\DataDictionary.cs" /> |
| 119 | + <Compile Include="Models\Collections\GenericArguments.cs" /> |
| 120 | + <Compile Include="Models\Collections\ModuleCollection.cs" /> |
| 121 | + <Compile Include="Models\Collections\ObservableDictionary.cs" /> |
| 122 | + <Compile Include="Models\Collections\ParameterCollection.cs" /> |
| 123 | + <Compile Include="Models\Collections\SettingsDictionary.cs" /> |
| 124 | + <Compile Include="Models\Collections\StackFrameCollection.cs" /> |
| 125 | + <Compile Include="Models\Collections\TagSet.cs" /> |
| 126 | + <Compile Include="Extensions\MethodExtensions.cs" /> |
| 127 | + <Compile Include="Extensions\ParameterExtensions.cs" /> |
| 128 | + <Compile Include="Extensions\RequestInfoExtensions.cs" /> |
| 129 | + <Compile Include="Models\Interfaces\IData.cs" /> |
63 | 130 | <Compile Include="Newtonsoft.Json\Bson\BsonBinaryType.cs" />
|
64 | 131 | <Compile Include="Newtonsoft.Json\Bson\BsonBinaryWriter.cs" />
|
65 | 132 | <Compile Include="Newtonsoft.Json\Bson\BsonObjectId.cs" />
|
|
92 | 159 | <Compile Include="Newtonsoft.Json\FloatParseHandling.cs" />
|
93 | 160 | <Compile Include="Newtonsoft.Json\FormatterAssemblyStyle.cs" />
|
94 | 161 | <Compile Include="Newtonsoft.Json\Formatting.cs" />
|
95 |
| - <Compile Include="Newtonsoft.Json\IArrayPool.cs" /> |
96 | 162 | <Compile Include="Newtonsoft.Json\IJsonLineInfo.cs" />
|
97 | 163 | <Compile Include="Newtonsoft.Json\JsonArrayAttribute.cs" />
|
98 | 164 | <Compile Include="Newtonsoft.Json\JsonConstructorAttribute.cs" />
|
|
110 | 176 | <Compile Include="Newtonsoft.Json\JsonPropertyAttribute.cs" />
|
111 | 177 | <Compile Include="Newtonsoft.Json\JsonReader.cs" />
|
112 | 178 | <Compile Include="Newtonsoft.Json\JsonReaderException.cs" />
|
113 |
| - <Compile Include="Newtonsoft.Json\JsonRequiredAttribute.cs" /> |
114 | 179 | <Compile Include="Newtonsoft.Json\JsonSerializationException.cs" />
|
115 | 180 | <Compile Include="Newtonsoft.Json\JsonSerializer.cs" />
|
116 | 181 | <Compile Include="Newtonsoft.Json\JsonSerializerSettings.cs" />
|
|
120 | 185 | <Compile Include="Newtonsoft.Json\JsonValidatingReader.cs" />
|
121 | 186 | <Compile Include="Newtonsoft.Json\JsonWriter.cs" />
|
122 | 187 | <Compile Include="Newtonsoft.Json\JsonWriterException.cs" />
|
123 |
| - <Compile Include="Newtonsoft.Json\Linq\CommentHandling.cs" /> |
124 | 188 | <Compile Include="Newtonsoft.Json\Linq\Extensions.cs" />
|
125 | 189 | <Compile Include="Newtonsoft.Json\Linq\IJEnumerable.cs" />
|
126 | 190 | <Compile Include="Newtonsoft.Json\Linq\JArray.cs" />
|
|
132 | 196 | <Compile Include="Newtonsoft.Json\Linq\JPropertyDescriptor.cs" />
|
133 | 197 | <Compile Include="Newtonsoft.Json\Linq\JPropertyKeyedCollection.cs" />
|
134 | 198 | <Compile Include="Newtonsoft.Json\Linq\JRaw.cs" />
|
135 |
| - <Compile Include="Newtonsoft.Json\Linq\JsonLoadSettings.cs" /> |
136 | 199 | <Compile Include="Newtonsoft.Json\Linq\JsonMergeSettings.cs" />
|
137 | 200 | <Compile Include="Newtonsoft.Json\Linq\JsonPath\ArrayIndexFilter.cs" />
|
138 | 201 | <Compile Include="Newtonsoft.Json\Linq\JsonPath\ArrayMultipleIndexFilter.cs" />
|
|
254 | 317 | <Compile Include="Newtonsoft.Json\Utilities\TypeExtensions.cs" />
|
255 | 318 | <Compile Include="Newtonsoft.Json\Utilities\ValidationUtils.cs" />
|
256 | 319 | <Compile Include="Newtonsoft.Json\WriteState.cs" />
|
257 |
| - <Compile Include="Plugins\Default\030_DuplicateCheckerPlugin.cs" /> |
258 |
| - <Compile Include="Plugins\ContextData.cs" /> |
259 |
| - <Compile Include="Plugins\Default\1000_CancelSessionsWithNoUserPlugin.cs" /> |
260 |
| - <Compile Include="Plugins\Default\100_HeartbeatPlugin.cs" /> |
261 |
| - <Compile Include="Plugins\Default\ActionPlugin.cs" /> |
262 |
| - <Compile Include="Plugins\Default\010_ConfigurationDefaultsPlugin.cs" /> |
263 |
| - <Compile Include="Plugins\Default\090_SubmissionMethodPlugin.cs" /> |
264 |
| - <Compile Include="Plugins\Default\040_ReferenceIdPlugin.cs" /> |
265 |
| - <Compile Include="Plugins\Default\020_SimpleErrorPlugin.cs" /> |
266 |
| - <Compile Include="Plugins\Default\050_EnvironmentInfoPlugin.cs" /> |
267 |
| - <Compile Include="Plugins\PriortyAttribute.cs" /> |
268 |
| - <Compile Include="EventBuilder.cs" /> |
269 |
| - <Compile Include="Events\ConfigurationUpdatedEventArgs.cs" /> |
270 |
| - <Compile Include="Events\EventSubmittingEventArgs.cs" /> |
271 |
| - <Compile Include="ExceptionlessClient.cs" /> |
272 |
| - <Compile Include="Extensions\EventBuilderExtensions.cs" /> |
273 |
| - <Compile Include="Extensions\ExceptionlessConfigurationExtensions.cs" /> |
274 |
| - <Compile Include="Extensions\EnumerableExtensions.cs" /> |
275 |
| - <Compile Include="Extensions\DataDictionaryExtensions.cs" /> |
276 |
| - <Compile Include="Extensions\EventExtensions.cs" /> |
277 |
| - <Compile Include="Extensions\ExceptionExtensions.cs" /> |
278 |
| - <Compile Include="Extensions\ClientExtensions.cs" /> |
279 |
| - <Compile Include="Extensions\FileStorageExtensions.cs" /> |
280 |
| - <Compile Include="Extensions\NumberExtensions.cs" /> |
281 |
| - <Compile Include="Extensions\TaskExtensions.cs" /> |
282 |
| - <Compile Include="Extensions\TaskFactoryExtensions.cs" /> |
283 |
| - <Compile Include="Extensions\ToSimpleErrorModelExtensions.cs" /> |
284 |
| - <Compile Include="Extensions\TypeExtensions.cs" /> |
285 |
| - <Compile Include="Extensions\WebResponseExtensions.cs" /> |
286 |
| - <Compile Include="Extensions\JsonSerializerExtensions.cs" /> |
287 |
| - <Compile Include="Extensions\StringExtensions.cs" /> |
288 |
| - <Compile Include="Extensions\WebRequestExtensions.cs"> |
289 |
| - <SubType>Code</SubType> |
290 |
| - </Compile> |
291 |
| - <Compile Include="LastReferenceIdManager\DefaultLastReferenceIdManager.cs" /> |
292 |
| - <Compile Include="LastReferenceIdManager\ILastReferenceIdManager.cs" /> |
293 |
| - <Compile Include="Logging\DebugExceptionlessLog.cs" /> |
294 |
| - <Compile Include="Logging\InMemoryExceptionlessLog.cs" /> |
295 |
| - <Compile Include="Logging\LogLevel.cs" /> |
296 |
| - <Compile Include="Plugins\EventPluginManager.cs" /> |
297 |
| - <Compile Include="Plugins\EventPluginContext.cs" /> |
298 |
| - <Compile Include="Plugins\IEventPlugin.cs" /> |
299 |
| - <Compile Include="Models\Client\ClientConfiguration.cs" /> |
300 |
| - <Compile Include="Models\Client\Data\EnvironmentInfo.cs" /> |
301 |
| - <Compile Include="Models\Client\Data\Error.cs" /> |
302 |
| - <Compile Include="Models\Client\Data\InnerError.cs" /> |
303 |
| - <Compile Include="Models\Client\Data\Method.cs" /> |
304 |
| - <Compile Include="Models\Client\Data\Module.cs" /> |
305 |
| - <Compile Include="Models\Client\Data\Parameter.cs" /> |
306 |
| - <Compile Include="Models\Client\Data\RequestInfo.cs" /> |
307 |
| - <Compile Include="Models\Client\Data\SimpleError.cs" /> |
308 |
| - <Compile Include="Models\Client\Data\StackFrame.cs" /> |
309 |
| - <Compile Include="Models\Client\Data\UserDescription.cs" /> |
310 |
| - <Compile Include="Models\Client\Data\UserInfo.cs" /> |
311 |
| - <Compile Include="Models\Client\Event.cs" /> |
312 |
| - <Compile Include="Models\Collections\DataDictionary.cs" /> |
313 |
| - <Compile Include="Models\Collections\GenericArguments.cs" /> |
314 |
| - <Compile Include="Models\Collections\ModuleCollection.cs" /> |
315 |
| - <Compile Include="Models\Collections\ObservableDictionary.cs" /> |
316 |
| - <Compile Include="Models\Collections\ParameterCollection.cs" /> |
317 |
| - <Compile Include="Models\Collections\SettingsDictionary.cs" /> |
318 |
| - <Compile Include="Models\Collections\StackFrameCollection.cs" /> |
319 |
| - <Compile Include="Models\Collections\TagSet.cs" /> |
320 |
| - <Compile Include="Extensions\MethodExtensions.cs" /> |
321 |
| - <Compile Include="Extensions\ParameterExtensions.cs" /> |
322 |
| - <Compile Include="Extensions\RequestInfoExtensions.cs" /> |
323 |
| - <Compile Include="Models\Interfaces\IData.cs" /> |
324 | 320 | <Compile Include="Polyfill\ConcurrentQueue.cs" />
|
325 | 321 | <Compile Include="Polyfill\ObjectPool.cs" />
|
326 | 322 | <Compile Include="Queue\IEventQueue.cs" />
|
|
0 commit comments