|
|
|
@ -136,6 +136,7 @@
|
|
|
|
|
<Compile Include="Extensions\Base64Extensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\DateTimeExtensions.cs" />
|
|
|
|
|
<Compile Include="Crypto\HashConverter.cs" />
|
|
|
|
|
<Compile Include="Extensions\ExceptionExtensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\Int64Extensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\ObjectExtensions.cs" />
|
|
|
|
|
<Compile Include="Extensions\StreamExtensions.cs" />
|
|
|
|
@ -175,12 +176,14 @@
|
|
|
|
|
<Compile Include="Extensions\IEnumerableExtensions.cs" />
|
|
|
|
|
<Compile Include="Http\UserAgentBuilder.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\CleanseLogMessage.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\CleansingJsonVisitor.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Extensions\LoggerProgressExtensions.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\GlobalExceptionHandlers.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\LogEventExtensions.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\NzbDroneFileTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\NzbDroneLogger.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Sentry\SentryDebounce.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Sentry\SentryPacketCleanser.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Sentry\SentryTarget.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Sentry\MachineNameUserFactory.cs" />
|
|
|
|
|
<Compile Include="Instrumentation\Sentry\SonarrJsonPacketFactory.cs" />
|
|
|
|
@ -205,6 +208,7 @@
|
|
|
|
|
<Compile Include="Serializer\HttpUriConverter.cs" />
|
|
|
|
|
<Compile Include="Serializer\IntConverter.cs" />
|
|
|
|
|
<Compile Include="Serializer\Json.cs" />
|
|
|
|
|
<Compile Include="Serializer\JsonVisitor.cs" />
|
|
|
|
|
<Compile Include="ServiceFactory.cs" />
|
|
|
|
|
<Compile Include="ServiceProvider.cs" />
|
|
|
|
|
<Compile Include="Extensions\StringExtensions.cs" />
|
|
|
|
|