Skip to content

Commit ef58938

Browse files
committed
Remove System.Private.CoreLib resource keys
1 parent 3b42dd4 commit ef58938

4 files changed

Lines changed: 0 additions & 434 deletions

File tree

tracer/build/_build/UpdateVendors/VendoredDependency.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -230,19 +230,6 @@ static VendoredDependency()
230230
},
231231
relativePathsToExclude: new [] { "Resources/Strings.resx" });
232232

233-
Add(
234-
libraryName: "System.Private.CoreLib",
235-
version: "1.0.0",
236-
downloadUrl: "https://github.com/DataDog/dotnet-vendored-code/archive/refs/tags/1.0.0.zip",
237-
pathToSrc: new[] { "dotnet-vendored-code-1.0.0", "System.Reflection.Metadata", "System.Private.CoreLib" },
238-
transform: filePath =>
239-
{
240-
241-
RewriteCsFileWithStandardTransform(filePath, originalNamespace: "System.Runtime", AddNullableDirectiveTransform, AddIgnoreNullabilityWarningDisablePragma);
242-
RewriteCsFileWithStandardTransform(filePath, originalNamespace: "System.Diagnostics", AddNullableDirectiveTransform, AddIgnoreNullabilityWarningDisablePragma);
243-
RewriteCsFileWithStandardTransform(filePath, originalNamespace: "FxResources", AddNullableDirectiveTransform, AddIgnoreNullabilityWarningDisablePragma);
244-
});
245-
246233
// "Common" shared components required by System.Reflection.Metadata (among others)
247234
// Not a "real" package
248235
Add(

0 commit comments

Comments
 (0)