Skip to content
Closed
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@
/// Test.
/// </summary>
/// <returns>Task</returns>
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/64055")]

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 613 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L613

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(613,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)
[Fact]
public async Task CanAddAndRetrievePasskey()
{
Expand Down Expand Up @@ -649,6 +650,7 @@
/// Test.
/// </summary>
/// <returns>Task</returns>
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/64055")]

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 653 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L653

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(653,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTest' could not be found (are you missing a using directive or an assembly reference?)
[Fact]
public async Task CanRemovePasskey()
{
Expand Down Expand Up @@ -687,6 +689,7 @@
/// Test.
/// </summary>
/// <returns>Task</returns>
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/64055")]

Check failure on line 692 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L692

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(692,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 692 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L692

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(692,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 692 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L692

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(692,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 692 in src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs#L692

src/Identity/Specification.Tests/src/IdentitySpecificationTestBase.cs(692,6): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'QuarantinedTestAttribute' could not be found (are you missing a using directive or an assembly reference?)
[Fact]
public async Task CanAddMultiplePasskeys()
{
Expand Down Expand Up @@ -743,6 +746,7 @@
/// Test.
/// </summary>
/// <returns>Task</returns>
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/64055")]
[Fact]
public async Task UpdatingPasskeyChangesOnlyMutableFields()
{
Expand Down
Loading