Skip to content

Commit 00c494a

Browse files
[release/8.0] Removing the XXHash3Redactor (#4564)
* Removing the XXHash3Redactor * Addressing Feedback --------- Co-authored-by: Jose Perez Rodriguez <[email protected]>
1 parent 55b2044 commit 00c494a

File tree

14 files changed

+0
-1491
lines changed

14 files changed

+0
-1491
lines changed

.spelling

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,5 +368,4 @@ Workstream
368368
Workstreams
369369
xmls
370370
xUnit
371-
xxHash
372371
Zipkin

eng/MSBuild/LegacySupport.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<Compile Include="$(MSBuildThisFileDirectory)\..\..\src\LegacySupport\TaskWaitAsync\*.cs" LinkBase="LegacySupport\TaskWaitAsync" />
4848
</ItemGroup>
4949

50-
<ItemGroup Condition="'$(InjectxxH3OnLegacy)' == 'true' AND ('$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0')">
51-
<Compile Include="$(MSBuildThisFileDirectory)\..\..\src\LegacySupport\xxH3\*.cs" LinkBase="LegacySupport\xxH3" />
52-
</ItemGroup>
53-
5450
<ItemGroup Condition="'$(InjectExperimentalAttributeOnLegacy)' == 'true' AND ('$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0')">
5551
<Compile Include="$(MSBuildThisFileDirectory)\..\..\src\LegacySupport\ExperimentalAttribute\*.cs" LinkBase="LegacySupport\ExperimentalAttribute" />
5652
</ItemGroup>

eng/MSBuild/LegacySupport.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
<Project>
2-
<PropertyGroup Condition="'$(InjectxxH3OnLegacy)' == 'true'">
3-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4-
<InjectBitOperationsOnLegacy>true</InjectBitOperationsOnLegacy>
5-
</PropertyGroup>
62
</Project>

src/LegacySupport/xxH3/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/LegacySupport/xxH3/XxHash3.cs

Lines changed: 0 additions & 1069 deletions
This file was deleted.

src/LegacySupport/xxH3/XxHash32.State.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/LegacySupport/xxH3/XxHash64.State.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/Libraries/Microsoft.Extensions.Compliance.Redaction/Microsoft.Extensions.Compliance.Redaction.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@
2525
}
2626
]
2727
},
28-
{
29-
"Type": "static class Microsoft.Extensions.Compliance.Redaction.RedactionBuilderExtensions",
30-
"Stage": "Stable",
31-
"Methods": [
32-
{
33-
"Member": "static Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder Microsoft.Extensions.Compliance.Redaction.RedactionBuilderExtensions.SetXxHash3Redactor(this Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder builder, System.Action<Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions> configure, params Microsoft.Extensions.Compliance.Classification.DataClassification[] classifications);",
34-
"Stage": "Stable"
35-
},
36-
{
37-
"Member": "static Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder Microsoft.Extensions.Compliance.Redaction.RedactionBuilderExtensions.SetXxHash3Redactor(this Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder builder, Microsoft.Extensions.Configuration.IConfigurationSection section, params Microsoft.Extensions.Compliance.Classification.DataClassification[] classifications);",
38-
"Stage": "Stable"
39-
}
40-
]
41-
},
4228
{
4329
"Type": "static class Microsoft.Extensions.DependencyInjection.RedactionServiceCollectionExtensions",
4430
"Stage": "Stable",
@@ -52,22 +38,6 @@
5238
"Stage": "Stable"
5339
}
5440
]
55-
},
56-
{
57-
"Type": "class Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions",
58-
"Stage": "Stable",
59-
"Methods": [
60-
{
61-
"Member": "Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions.XxHash3RedactorOptions();",
62-
"Stage": "Stable"
63-
}
64-
],
65-
"Properties": [
66-
{
67-
"Member": "ulong Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions.HashSeed { get; set; }",
68-
"Stage": "Stable"
69-
}
70-
]
7141
}
7242
]
7343
}

src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionBuilderExtensions.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/Libraries/Microsoft.Extensions.Compliance.Redaction/XXHash3Redactor.cs

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)