Commit 59dbf09
authored
Stop vendoring resx for vendored microsoft code (#8461)
## Summary of changes
Stop vendoring the `SR` + regex files for microsoft code
## Reason for change
Using `ResourceManager` is overkill, as we don't deploy all the
translations etc anyway, and don't want to.
## Implementation details
Replaced all the `SR.` accesses in previous PRs, so this is now dead
code that we can remove.
## Test coverage
If it builds, we're good
## Other details
https://datadoghq.atlassian.net/browse/APMLP-1207
Note that currently, there's a lot of `Utf8Formatter` code that _isn't_
used, and could be excluded, however, given that theoretically we
could/should use this in the future. I'm torn whether to just leave it
in, or whether to tear it out for now, and restore it if/when we want to
use it later. Any thoughts?
Part of a stack updating our vendored system code
- #8391
- #8454
- #8455
- #84591 parent 8363350 commit 59dbf09
4 files changed
Lines changed: 0 additions & 434 deletions
File tree
- tracer
- build/_build/UpdateVendors
- src/Datadog.Trace/Vendors/System.Private.CoreLib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | 233 | | |
247 | 234 | | |
248 | 235 | | |
| |||
0 commit comments