Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,4 @@ Workstream
Workstreams
xmls
xUnit
xxHash
Zipkin
4 changes: 0 additions & 4 deletions eng/MSBuild/LegacySupport.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<Compile Include="$(MSBuildThisFileDirectory)\..\..\src\LegacySupport\TaskWaitAsync\*.cs" LinkBase="LegacySupport\TaskWaitAsync" />
</ItemGroup>

<ItemGroup Condition="'$(InjectxxH3OnLegacy)' == 'true' AND ('$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0')">
<Compile Include="$(MSBuildThisFileDirectory)\..\..\src\LegacySupport\xxH3\*.cs" LinkBase="LegacySupport\xxH3" />
</ItemGroup>

<ItemGroup Condition="'$(InjectExperimentalAttributeOnLegacy)' == 'true' AND ('$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0')">
<Compile Include="$(MSBuildThisFileDirectory)\..\..\src\LegacySupport\ExperimentalAttribute\*.cs" LinkBase="LegacySupport\ExperimentalAttribute" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions eng/MSBuild/LegacySupport.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
<Project>
<PropertyGroup Condition="'$(InjectxxH3OnLegacy)' == 'true'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<InjectBitOperationsOnLegacy>true</InjectBitOperationsOnLegacy>
</PropertyGroup>
</Project>
7 changes: 0 additions & 7 deletions src/LegacySupport/xxH3/README.md

This file was deleted.

1,069 changes: 0 additions & 1,069 deletions src/LegacySupport/xxH3/XxHash3.cs

This file was deleted.

18 changes: 0 additions & 18 deletions src/LegacySupport/xxH3/XxHash32.State.cs

This file was deleted.

31 changes: 0 additions & 31 deletions src/LegacySupport/xxH3/XxHash64.State.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@
}
]
},
{
"Type": "static class Microsoft.Extensions.Compliance.Redaction.RedactionBuilderExtensions",
"Stage": "Stable",
"Methods": [
{
"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);",
"Stage": "Stable"
},
{
"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);",
"Stage": "Stable"
}
]
},
{
"Type": "static class Microsoft.Extensions.DependencyInjection.RedactionServiceCollectionExtensions",
"Stage": "Stable",
Expand All @@ -52,22 +38,6 @@
"Stage": "Stable"
}
]
},
{
"Type": "class Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions",
"Stage": "Stable",
"Methods": [
{
"Member": "Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions.XxHash3RedactorOptions();",
"Stage": "Stable"
}
],
"Properties": [
{
"Member": "ulong Microsoft.Extensions.Compliance.Redaction.XxHash3RedactorOptions.HashSeed { get; set; }",
"Stage": "Stable"
}
]
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<UseLoggingGenerator>true</UseLoggingGenerator>
<UseMetricsGenerator>true</UseMetricsGenerator>
<UseEnumStringsGenerator>true</UseEnumStringsGenerator>
<InjectxxH3OnLegacy>true</InjectxxH3OnLegacy>
<InjectSharedNumericExtensions>true</InjectSharedNumericExtensions>
<InjectSharedThrow>true</InjectSharedThrow>
<InjectDiagnosticAttributesOnLegacy>true</InjectDiagnosticAttributesOnLegacy>
Expand Down

This file was deleted.

Loading