Update README.MD #8
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.
|