-
-
Notifications
You must be signed in to change notification settings - Fork 225
Send Release to sentry #35
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
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.
Any reason for aspnetOptions.ConfigureOptionsActions
being an array? It doesn't seem very useful in the big picture.
} | ||
|
||
aspnetOptions.ConfigureOptions?.Invoke(o); | ||
aspnetOptions.ConfigureOptionsActions?.ForEach(a => a?.Invoke(o)); |
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.
Any reason for this being an array? It doesn't seem very useful in the big picture.
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.
It allows adding more than one callback to configure stuff. There are 2 already
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 94.3% 94.39% +0.09%
==========================================
Files 63 66 +3
Lines 1615 1642 +27
==========================================
+ Hits 1523 1550 +27
Misses 92 92
Continue to review full report at Codecov.
|
ref: make user.other mutable
No description provided.