-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent duplicate package reporting #1197
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
D:\a\sentry-dotnet\sentry-dotnet\src\Sentry\Package.cs(63,29): error CS1591: Missing XML comment for publicly visible type or member 'Package.GetHashCode()' [D:\a\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj] Little gotcha: we only warn missing XML docs on |
Since Danger doesn't show the message here for PRs outisde of the main fork.
|
You have write access to the repo, you can change your remote to this and remove ur fork |
Test failed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the mentioned topics, it looks ok for me.
Codecov Report
@@ Coverage Diff @@
## main #1197 +/- ##
==========================================
+ Coverage 80.44% 80.45% +0.01%
==========================================
Files 212 212
Lines 6902 6908 +6
Branches 1579 1582 +3
==========================================
+ Hits 5552 5558 +6
- Misses 822 824 +2
+ Partials 528 526 -2
Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
@@ -1,6 +1,7 @@ | |||
# Changelog | |||
|
|||
## Unreleased | |||
- Prevent duplicate package reporting ([#1197](https://github.com/getsentry/sentry-dotnet/pull/1197)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally this goes under the ### Fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small adjustment on the changelog but other than that feel free to merge
@josh-degraw feel free to merge ur own PRs once they are approved |
Sounds good, I was actually just about to ask you that haha. |
Fixes #1195