Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Base64Url in WebEncoders #56959

Merged
merged 3 commits into from
Jul 26, 2024

Add back Base64 support to WebEncoders

f93c49f
Select commit
Loading
Failed to load commit list.
Merged

Use Base64Url in WebEncoders #56959

Add back Base64 support to WebEncoders
f93c49f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-quarantined-pr succeeded Jul 24, 2024 in 1h 22m 17s

Build #20240724.28 had test failures

Details

Tests

  • Failed: 14 (0.74%)
  • Passed: 1,827 (97.03%)
  • Other: 42 (2.23%)
  • Total: 1,883

Annotations

Check failure on line 0 in ILLink

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

ILLink#L0

ILLink(0,0): error IL1032: (NETCORE_ENGINEERING_TELEMETRY=Build) Root assembly 'obj/Release/net9.0/linux-x64/project.dll' could not be found.

Check failure on line 96 in .packages/microsoft.net.illink.tasks/9.0.0-preview.7.24366.18/build/Microsoft.NET.ILLink.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24366.18/build/Microsoft.NET.ILLink.targets#L96

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24366.18/build/Microsoft.NET.ILLink.targets(96,5): error NETSDK1144: (NETCORE_ENGINEERING_TELEMETRY=Build) Optimizing assemblies for size failed.

Check failure on line 0 in ILLink

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

ILLink#L0

ILLink(0,0): error IL1032: (NETCORE_ENGINEERING_TELEMETRY=Build) Root assembly 'obj/Release/net9.0/linux-x64/project.dll' could not be found.

Check failure on line 96 in .packages/microsoft.net.illink.tasks/9.0.0-preview.7.24366.18/build/Microsoft.NET.ILLink.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24366.18/build/Microsoft.NET.ILLink.targets#L96

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24366.18/build/Microsoft.NET.ILLink.targets(96,5): error NETSDK1144: (NETCORE_ENGINEERING_TELEMETRY=Build) Optimizing assemblies for size failed.

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/test.csproj (in 56 ms).
           /datadisks/disk1/work/A084091A/p/dotnet-cli/sdk/9.0.100-preview.7.24371.4/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/test.csproj]
             GenerateNSwagCSharp /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             GenerateNSwagCSharp /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/files/NSwag.json Class: 'test.NSwagClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/NSwagClient.cs'
             GenerateNSwagCSharp /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/files/swashbuckle.json Class: 'test.swashbuckleClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/swashbuckleClient.cs'
             Compile: /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/obj/azureMonitorClient.cs
             Compile: /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/obj/NSwagClient.cs
             Compile: /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/obj/swashbuckleClient.cs
             FileWrites: obj/azureMonitorClient.cs
             FileWrites: obj/NSwagClient.cs
             FileWrites: obj/swashbuckleClient.cs
             test -> /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/51b15239fa774c2bab198de12508f221/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:01.26
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 123
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/934293775ea5429ab75ec660c79e53a2/test.csproj (in 58 ms).
           /datadisks/disk1/work/A084091A/p/dotnet-cli/sdk/9.0.100-preview.7.24371.4/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/datadisks/disk1/work/A084091A/t/dotnet-tool-tests/934293775ea5429ab75ec660c79e53a2/test.csproj]
             GenerateNSwagCSharp /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/934293775ea5429ab75ec660c79e53a2/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             Compile: /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/934293775ea5429ab75ec660c79e53a2/obj/azureMonitorClient.cs
             FileWrites: obj/azureMonitorClient.cs
             test -> /datadisks/disk1/work/A084091A/t/dotnet-tool-tests/934293775ea5429ab75ec660c79e53a2/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:00.98
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 80
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/test.csproj (in 85 ms).
           /private/tmp/helix/working/AE830A0E/p/dotnet-cli/sdk/9.0.100-preview.7.24371.4/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/test.csproj]
             GenerateNSwagCSharp /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             GenerateNSwagCSharp /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/files/NSwag.json Class: 'test.NSwagClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/NSwagClient.cs'
             GenerateNSwagCSharp /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/files/swashbuckle.json Class: 'test.swashbuckleClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/swashbuckleClient.cs'
             Compile: /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/obj/azureMonitorClient.cs
             Compile: /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/obj/NSwagClient.cs
             Compile: /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/obj/swashbuckleClient.cs
             FileWrites: obj/azureMonitorClient.cs
             FileWrites: obj/NSwagClient.cs
             FileWrites: obj/swashbuckleClient.cs
             test -> /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/330d3408827a4358a4b33f0f337bccaf/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:01.25
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 123
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/2b1c671cf5a44a7f90cf572a66cad67f/test.csproj (in 84 ms).
           /private/tmp/helix/working/AE830A0E/p/dotnet-cli/sdk/9.0.100-preview.7.24371.4/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/2b1c671cf5a44a7f90cf572a66cad67f/test.csproj]
             GenerateNSwagCSharp /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/2b1c671cf5a44a7f90cf572a66cad67f/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             Compile: /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/2b1c671cf5a44a7f90cf572a66cad67f/obj/azureMonitorClient.cs
             FileWrites: obj/azureMonitorClient.cs
             test -> /private/tmp/helix/working/AE830A0E/w/B512096E/e/private/tmp/helix/working/AE830A0E/t/dotnet-tool-tests/2b1c671cf5a44a7f90cf572a66cad67f/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:01.15
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 80
--- End of stack trace from previous location ---