Skip to content

Commit

Permalink
Fix broken nullability checks on master (#6625)
Browse files Browse the repository at this point in the history
## Summary of changes

Fix broken nullability checks on master

## Reason for change

A recent debugger test added `#nullable enable` to the
`src/Datadog.Trace/Debugger/Snapshots/Redaction.cs` file. This should
have required removing the file from the nullability file.

## Implementation details

Removes the file entry, as described in the action

## Test coverage

N/A

## Other details

I re-enabled the nullability check as a required stage for PRs. I can't
remember why this was disabled originally, but it was only meant to be
temporary
  • Loading branch information
andrewlock authored Feb 4, 2025
1 parent 1d68402 commit e7aa45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracer/missing-nullability-files.csv
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ src/Datadog.Trace/Debugger/Snapshots/DebuggerSnapshotSerializer.UnreachableLocal
src/Datadog.Trace/Debugger/Snapshots/ExceptionSnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/LazySnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/OldStyleTupleSnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/Redaction.cs
src/Datadog.Trace/Debugger/Snapshots/SnapshotPruner.cs
src/Datadog.Trace/Debugger/Snapshots/SnapshotSerializerFieldsAndPropsSelector.cs
src/Datadog.Trace/Debugger/Snapshots/SnapshotSummary.cs
Expand Down

0 comments on commit e7aa45c

Please sign in to comment.