[AzureMonitorExporter] enable nullable reference types #34013
Labels
Client
This issue points to a problem in the data-plane of the library.
Monitor - Exporter
Monitor OpenTelemetry Exporter
Library name
Azure.Monitor.OpenTelemetry.Exporter
Please describe the feature.
This issue is to turn on compile time checking of nullables in the Azure Monitor Exporter project.
I'm opening this issue to track and organize PRs.
For this effort, we're turning on
nullable enable
for the entire project. and then settingnullable disable
for offending files.This will help ensure any new files are compliant while we work to resolve other the individual files.
Related
The text was updated successfully, but these errors were encountered: