Skip to content

feat: API endpoint to fetch latest journal #255

feat: API endpoint to fetch latest journal

feat: API endpoint to fetch latest journal #255

Triggered via push November 18, 2024 05:39
Status Success
Total duration 1m 13s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
generate
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/
generate: 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)
generate: Journal-Limpet/APITokenAuthenticationHandler.cs#L30
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
generate: 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.
generate: Journal-Limpet/APITokenAuthenticationHandler.cs#L32
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'