Skip to content

fix: resolve Timer.Start dueTime bugs and hardening #446

fix: resolve Timer.Start dueTime bugs and hardening

fix: resolve Timer.Start dueTime bugs and hardening #446

Triggered via pull request May 16, 2026 06:03
Status Success
Total duration 1m 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test: src/MADE.Networking/Http/NetworkRequestManager.cs#L77
Nullability of reference types in type of parameter 'sender' of 'void NetworkRequestManager.OnProcessTimerTick(object sender, object e)' doesn't match the target delegate 'EventHandler<object>' (possibly because of nullability attributes).
build-test: src/MADE.Networking/Http/NetworkRequestManager.cs#L33
Nullability of reference types in type of parameter 'sender' of 'void NetworkRequestManager.OnProcessTimerTick(object sender, object e)' doesn't match the target delegate 'EventHandler<object>' (possibly because of nullability attributes).
build-test: src/MADE.Data.Converters/Extensions/StringExtensions.cs#L128
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
build-test: src/MADE.Data.Converters/Extensions/StringExtensions.cs#L128
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)