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

#14423 User can verify multiple times with the same two factor token #57728

Closed
wants to merge 2 commits into from

#14423 Fixing build issues

1da360a
Select commit
Loading
Failed to load commit list.
Closed

#14423 User can verify multiple times with the same two factor token #57728

#14423 Fixing build issues
1da360a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 6, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

aspnetcore-ci / Build / Build: Windows x64/x86/arm64 / Build x64

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Identity\Extensions.Core\src\IUserAuthenticatorKeyStore.cs(49,10): error RS0016: Symbol 'SetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
    ❌src\Identity\Extensions.Core\src\IUserAuthenticatorKeyStore.cs(40,17): error RS0016: Symbol 'GetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
    ❌src\Identity\Extensions.Core\src\UserManager.cs(1991,32): error RS0016: Symbol 'GetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

aspnetcore-ci / Build / Build: macOS arm64 / Run build.sh

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Identity/Extensions.Core/src/IUserAuthenticatorKeyStore.cs(40,17): error RS0016: Symbol 'GetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
    ❌src/Identity/Extensions.Core/src/IUserAuthenticatorKeyStore.cs(49,10): error RS0016: Symbol 'SetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
    ❌src/Identity/Extensions.Core/src/UserManager.cs(1991,32): error RS0016: Symbol 'GetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

aspnetcore-ci / Build / Build: macOS x64 / Run build.sh

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Identity/Extensions.Core/src/IUserAuthenticatorKeyStore.cs(40,17): error RS0016: Symbol 'GetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
    ❌src/Identity/Extensions.Core/src/IUserAuthenticatorKeyStore.cs(49,10): error RS0016: Symbol 'SetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
    ❌src/Identity/Extensions.Core/src/UserManager.cs(1991,32): error RS0016: Symbol 'GetAuthenticatorTimestampAsync' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

16 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [aspnetcore-ci] [aspnetcore-quarantined-pr]

Was this helpful? Yes No