Skip to content

fix reading spans

6b4823b
Select commit
Loading
Failed to load commit list.
Draft

feat: "Spanify" DataProtector with IBufferWriter<byte> #64262

fix reading spans
6b4823b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci (Build Build: Linux ARM) failed Nov 7, 2025 in 11m 0s

Build Build: Linux ARM failed

Annotations

Check failure on line 31 in src/DataProtection/Abstractions/src/ISpanDataProtector.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/DataProtection/Abstractions/src/ISpanDataProtector.cs#L31

src/DataProtection/Abstractions/src/ISpanDataProtector.cs(31,10): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Protect<TWriter>' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 50 in src/DataProtection/Abstractions/src/ISpanDataProtector.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/DataProtection/Abstractions/src/ISpanDataProtector.cs#L50

src/DataProtection/Abstractions/src/ISpanDataProtector.cs(50,10): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Unprotect<TWriter>' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 3 in src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt#L3

src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt(3,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.AspNetCore.DataProtection.ISpanDataProtector.Protect<TWriter>(System.ReadOnlySpan<byte> plaintext, TWriter destination) -> void' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 4 in src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt#L4

src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt(4,1): error RS0017: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Microsoft.AspNetCore.DataProtection.ISpanDataProtector.Unprotect<TWriter>(System.ReadOnlySpan<byte> protectedData, TWriter destination) -> void' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 31 in src/DataProtection/Abstractions/src/ISpanDataProtector.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/DataProtection/Abstractions/src/ISpanDataProtector.cs#L31

src/DataProtection/Abstractions/src/ISpanDataProtector.cs(31,10): error RS0016: (NETCORE_ENGINEERING_TELEMETRY=Build) Symbol 'Protect<TWriter>' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)