Handle exceptions in userdata functions gracefully, instead of crashing the whole stack down.

This commit is contained in:
2019-09-28 13:09:33 +02:00
parent 30627a650f
commit f8193d2925
6 changed files with 56 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>