Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2019-05-11 23:41:37 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-05-11 23:41:37 +0300
commit7f8f295f86e0fe9047a16fbb3d7da127ca3910fb (patch)
tree754941821ee5b82b5a4a4f987f2befbbdeb6d6d9 /main/tests/UnitTests/UnitTests.csproj
parent5c3c05452580f4c1815c18cb8166d967e3daab8f (diff)
Move CapturingCrashReporter and implement NSException handling
Fixes VSTS #867387 - [Telemetry] Objective-C based crashes should log exception information to telemetry
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index 972b4e0cae..2bc28e433d 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -43,6 +43,7 @@
<Compile Include="TestSingleThreadSynchronizationContext.cs" />
<Compile Include="ObjectReference.cs" />
<Compile Include="RequireServiceAttribute.cs" />
+ <Compile Include="CapturingCrashReporter.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">