-
Notifications
You must be signed in to change notification settings - Fork 297
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
[Instrumentation.AWSLambda] Enable nullable #1295
[Instrumentation.AWSLambda] Enable nullable #1295
Conversation
src/OpenTelemetry.Instrumentation.AWSLambda/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt
Show resolved
Hide resolved
src/OpenTelemetry.Instrumentation.AWSLambda/Implementation/AWSMessagingUtils.cs
Show resolved
Hide resolved
test/OpenTelemetry.Instrumentation.AWSLambda.Tests/AWSLambdaWrapperTests.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Instrumentation.AWSLambda.Tests/Implementation/AWSMessagingUtilsTests.cs
Outdated
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1295 +/- ##
==========================================
- Coverage 74.23% 74.14% -0.10%
==========================================
Files 256 256
Lines 9345 9347 +2
==========================================
- Hits 6937 6930 -7
- Misses 2408 2417 +9
|
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.
Please also add a CHANGELOG entry.
src/OpenTelemetry.Instrumentation.AWSLambda/AWSLambdaWrapper.cs
Outdated
Show resolved
Hide resolved
…ion/AWSMessagingUtilsTests.cs open-telemetry#894: review suggestion Co-authored-by: Christian Neumüller <[email protected]>
…functions it must be always available)
src/OpenTelemetry.Instrumentation.AWSLambda/AWSLambdaWrapper.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Instrumentation.AWSLambda.Tests/Implementation/AWSMessagingUtilsTests.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Instrumentation.AWSLambda/AWSLambdaWrapper.cs
Outdated
Show resolved
Hide resolved
…ion/AWSMessagingUtilsTests.cs open-telemetry#894: applied suggestion Co-authored-by: Christian Neumüller <[email protected]>
src/OpenTelemetry.Instrumentation.AWSLambda/.publicApi/netstandard2.0/PublicAPI.Shipped.txt
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Instrumentation.AWSLambda/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt
Show resolved
Hide resolved
src/OpenTelemetry.Instrumentation.AWSLambda/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt
Show resolved
Hide resolved
src/OpenTelemetry.Instrumentation.AWSLambda/Implementation/AWSLambdaHttpUtils.cs
Show resolved
Hide resolved
test/OpenTelemetry.Instrumentation.AWSLambda.Tests/AWSLambdaWrapperTests.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Instrumentation.AWSLambda.Tests/Implementation/AWSLambdaHttpUtilsTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Christian Neumüller <[email protected]>
Co-authored-by: Christian Neumüller <[email protected]>
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.
Thank you!
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. Thanks.
Towards #894
Changes
Enabled Nullable for OpenTelemetry.Instrumentation.AWSLambda projects and it's tests. Code has been adapted accordingly.