Skip to content

Add delete endpoint and tests (#7) #36

Add delete endpoint and tests (#7)

Add delete endpoint and tests (#7) #36

Triggered via push June 19, 2025 12:46
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FileStorage/Auth/UploadTokenAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: FileStorage/Auth/DownloadTokenAuthenticationHandler.cs#L15
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: FileStorage/Auth/UploadTokenAuthenticationHandler.cs#L15
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: FileStorageTest/UnitTest1.cs#L17
Non-nullable field '_testFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FileStorageTest/UnitTest1.cs#L53
Dereference of a possibly null reference.
build: FileStorageTest/UnitTest1.cs#L34
Dereference of a possibly null reference.
build: FileStorage/Auth/DownloadTokenAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: FileStorage/Auth/UploadTokenAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: FileStorage/Auth/DownloadTokenAuthenticationHandler.cs#L15
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: FileStorage/Auth/UploadTokenAuthenticationHandler.cs#L15
'ISystemClock' is obsolete: 'Use TimeProvider instead.'