-
Notifications
You must be signed in to change notification settings - Fork 292
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
Update all projects with Nullable
#894
Comments
@FernandoNunes, it is the goal, but I would expect more changes related to the code adjustment. See as an example: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/892/files. Note: the tricky part could be OpenTelemetry.Contrib.Shared project which is compiled-in for multiple projects. What is more it is copied from main/SDK repository. It will be great to enable nullability there and then copy it here. |
…ion/AWSMessagingUtilsTests.cs open-telemetry#894: review suggestion Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
…functions it must be always available)
…ion/AWSMessagingUtilsTests.cs open-telemetry#894: applied suggestion Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
@zivaninstana, would you like to contribute to this issue? Exporter.Instana still does not implement this feature. |
Yes sure, I will take a look |
Assigning @CodeBlanch as he is working on last part - Geneva exporter. |
Issue that does not fit into other categories
This issue is to track the effort of updating all projects to support Nullable and remove:
If possible enable projects one by one with corresponding Tests project to avoid huge PRs.
Ref: open-telemetry/opentelemetry-dotnet#3958
The text was updated successfully, but these errors were encountered: