We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163f047 commit fa54c8cCopy full SHA for fa54c8c
AGENTS.md
@@ -213,6 +213,7 @@ tracer/src/Datadog.Trace
213
- Add missing `using` directives instead of fully-qualified type names
214
- Use modern C# syntax, but avoid features requiring types unavailable in older runtimes (e.g., no `ValueTuple` syntax for .NET Framework 4.6.1)
215
- Prefer modern collection expressions (`[]`)
216
+- Use `StringUtil.IsNullOrEmpty()` instead of `string.IsNullOrEmpty()` for compatibility across all supported runtimes
217
- StyleCop: see `tracer/stylecop.json`; address warnings before pushing
218
219
**C/C++ style:**
0 commit comments