fix: Increase tweet logging #256
Annotations
5 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and package site for publish:
Journal-Limpet.Shared/InvalidTimestampException.cs#L21
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build and package site for publish:
Journal-Limpet/APITokenAuthenticationHandler.cs#L30
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Build and package site for publish:
Journal-Limpet/Controllers/JournalController.cs#L229
'JournalController.SignOut()' hides inherited member 'ControllerBase.SignOut()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build and package site for publish:
Journal-Limpet/APITokenAuthenticationHandler.cs#L32
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
Loading