Skip to content
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

Application Insights Publisher #281

Merged
merged 4 commits into from
Oct 12, 2023

Conversation

rossgrambo
Copy link
Contributor

No description provided.


if (evaluationEvent.FeatureDefinition == null)
{
throw new ArgumentNullException(nameof(evaluationEvent.FeatureDefinition));
Copy link
Member

Choose a reason for hiding this comment

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

This is technically an argument exception, not an argumentnullexception.

The method argument is not null, but the state of the argument is invalid.

I've seen both used, pointing it out though.

rossgrambo and others added 2 commits October 12, 2023 15:45
…ApplicationInsightsTelemetryPublisher.cs

Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
…ApplicationInsightsTelemetryPublisher.cs

Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
@rossgrambo rossgrambo merged commit 17d6202 into preview Oct 12, 2023
2 checks passed
@rossgrambo rossgrambo deleted the rossgrambo/telemetry-app-insights-publisher branch January 16, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants