Skip to content

Update README.MD

Update README.MD #9

Triggered via push November 26, 2024 17:50
Status Success
Total duration 34s
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.