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

[DRAFT] Add initial validations generator for minimal APIs #59795

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Try fix tests in CI

8fc808a
Select commit
Loading
Failed to load commit list.
Draft

[DRAFT] Add initial validations generator for minimal APIs #59795

Try fix tests in CI
8fc808a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci failed Jan 14, 2025 in 1h 50m 59s

Build #20250113.19 had test failures

Details

Tests

  • Failed: 37 (0.05%)
  • Passed: 76,792 (97.67%)
  • Other: 1,792 (2.28%)
  • Total: 78,621

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.AspNetCore.Http.Extensions.Tests--net10.0 in job 41b3e023-9f7b-41eb-ae58-e0ce19afb897 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/41b3e023-9f7b-41eb-ae58-e0ce19afb897/workitems/Microsoft.AspNetCore.Http.Extensions.Tests--net10.0/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.AspNetCore.StaticAssets.Tests--net10.0 in job 41b3e023-9f7b-41eb-ae58-e0ce19afb897 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/41b3e023-9f7b-41eb-ae58-e0ce19afb897/workitems/Microsoft.AspNetCore.StaticAssets.Tests--net10.0/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.AspNetCore.Http.Extensions.Tests--net10.0 in job 0b8c95f8-902c-43cf-aba5-2b62f8812a08 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0b8c95f8-902c-43cf-aba5-2b62f8812a08/workitems/Microsoft.AspNetCore.Http.Extensions.Tests--net10.0/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25061.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.AspNetCore.StaticAssets.Tests--net10.0 in job 0b8c95f8-902c-43cf-aba5-2b62f8812a08 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0b8c95f8-902c-43cf-aba5-2b62f8812a08/workitems/Microsoft.AspNetCore.StaticAssets.Tests--net10.0/console

Check failure on line 1 in Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.Integrity_IsDisabled_InDevelopment

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.Integrity_IsDisabled_InDevelopment

Assert.Equal() Failure: Values differ
Expected: OK
Actual:   NotFound
Raw output
   at Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.Integrity_IsDisabled_InDevelopment() in /_/src/StaticAssets/test/StaticAssetsIntegrationTests.cs:line 228
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CachingHeadersAreDisabled_InDevelopment

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CachingHeadersAreDisabled_InDevelopment

System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
   at Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CachingHeadersAreDisabled_InDevelopment() in /_/src/StaticAssets/test/StaticAssetsIntegrationTests.cs:line 118
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CanEnableIntegrity_InDevelopment

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CanEnableIntegrity_InDevelopment

Assert.Equal() Failure: Values differ
Expected: OK
Actual:   NotFound
Raw output
   at Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CanEnableIntegrity_InDevelopment() in /_/src/StaticAssets/test/StaticAssetsIntegrationTests.cs:line 285
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CanModifyAssetsWithCompressedVersionsOnTheFlyInDevelopment

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CanModifyAssetsWithCompressedVersionsOnTheFlyInDevelopment

Assert.Equal() Failure: Strings differ
            ↓ (pos 1)
Expected: ""DokXwWCyv6i5IfcWI99Wj05gqpvz2jMKADGYkhRm"···
Actual:   ""+fvSyRQcr4/t/rcA0u1KfZ8c3CpXxBDxsxDhnAft"···
            ↑ (pos 1)
Raw output
   at Microsoft.AspNetCore.StaticAssets.Tests.StaticAssetsIntegrationTests.CanModifyAssetsWithCompressedVersionsOnTheFlyInDevelopment() in /_/src/StaticAssets/test/StaticAssetsIntegrationTests.cs:line 444
--- End of stack trace from previous location ---