Skip to content

Added ability to wait for a task cycle when signalling. #8

Added ability to wait for a task cycle when signalling.

Added ability to wait for a task cycle when signalling. #8

Triggered via push January 25, 2024 09:10
Status Success
Total duration 31s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/DotJEM.Web.Scheduler/ScheduledTask.cs#L154
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/DotJEM.Web.Scheduler/Abstractions/IThreadPool.cs#L6
Missing XML comment for publicly visible type or member 'IThreadPool'
build: src/DotJEM.Web.Scheduler/Abstractions/IThreadPool.cs#L8
Missing XML comment for publicly visible type or member 'IThreadPool.RegisterWaitForSingleObject(WaitHandle, WaitOrTimerCallback, object, TimeSpan, bool)'
build: src/DotJEM.Web.Scheduler/Disposable.cs#L5
Missing XML comment for publicly visible type or member 'Disposable'
build: src/DotJEM.Web.Scheduler/Disposable.cs#L7
Missing XML comment for publicly visible type or member 'Disposable.Disposed'
build: src/DotJEM.Web.Scheduler/Disposable.cs#L9
Missing XML comment for publicly visible type or member 'Disposable.Dispose(bool)'
build: src/DotJEM.Web.Scheduler/Disposable.cs#L14
Missing XML comment for publicly visible type or member 'Disposable.~Disposable()'
build: src/DotJEM.Web.Scheduler/Disposable.cs#L19
Missing XML comment for publicly visible type or member 'Disposable.Dispose()'
build: src/DotJEM.Web.Scheduler/IWebTaskScheduler.cs#L3
Missing XML comment for publicly visible type or member 'IWebTaskScheduler'
build: src/DotJEM.Web.Scheduler/IWebTaskScheduler.cs#L5
Missing XML comment for publicly visible type or member 'IWebTaskScheduler.Schedule(IScheduledTask)'