Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

V3 monitoring jobs - add timestamp data to exception thrown #254

Merged
merged 5 commits into from
Oct 25, 2017

Conversation

scottbommarito
Copy link

This adds more debuggability to these issues.

@@ -155,7 +155,7 @@
<Compile Include="Utility\NullableNuGetVersionConverter.cs" />
<Compile Include="Utility\LogEvents.cs" />
<Compile Include="Utility\ILoggerFactoryExtensions.cs" />
<Compile Include="Utility\SafeExceptionConverter.cs" />
<Compile Include="Utility\SafeExceptionConverter.cs" /
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops

@@ -155,7 +155,7 @@
<Compile Include="Utility\NullableNuGetVersionConverter.cs" />
<Compile Include="Utility\LogEvents.cs" />
<Compile Include="Utility\ILoggerFactoryExtensions.cs" />
<Compile Include="Utility\SafeExceptionConverter.cs" />
<Compile Include="Utility\SafeExceptionConverter.cs" /
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accident?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, just fixed it.

I resolved a merge conflict using GitHub UI and it appears to have been the culprit


namespace NuGet.Services.Metadata.Catalog.Monitoring
{
public class TimestampComparisonException : Exception
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should extend ValidationException?

@scottbommarito scottbommarito merged commit b6fb97e into dev Oct 25, 2017
@scottbommarito scottbommarito deleted the sb-monitoringtimestampdebugging branch October 25, 2017 18:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants