Skip to content

Automated build added #7

Automated build added

Automated build added #7

Triggered via push November 26, 2024 17:42
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/Security/BasicAuthenticationHandler.cs#L14
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/Security/BasicAuthenticationHandler.cs#L15
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/Security/BasicAuthenticationHandler.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/Security/BasicAuthenticationHandler.cs#L14
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/Security/BasicAuthenticationHandler.cs#L15
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: LoanApplication.TacticalDdd/LoanApplication.TacticalDdd/Security/BasicAuthenticationHandler.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.