Skip to content

bump version

bump version #45

Triggered via push November 17, 2025 12:15
Status Success
Total duration 1m 43s
Artifacts

tag-release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
upload: TarkovMonitor/TimersManager.cs#L26
Non-nullable event 'RaidTimerChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
upload: TarkovMonitor/TimersManager.cs#L48
Nullability of reference types in type of parameter 'state' of 'void TimersManager.timerScavCooldown_Elapsed(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
upload: TarkovMonitor/TimersManager.cs#L47
Nullability of reference types in type of parameter 'state' of 'void TimersManager.TimerRunThrough_Elapsed(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
upload: TarkovMonitor/TimersManager.cs#L46
Nullability of reference types in type of parameter 'state' of 'void TimersManager.TimerRaid_Elapsed(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
upload: TarkovMonitor/UpdateCheck.cs#L65
Non-nullable property 'html_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
upload: TarkovMonitor/UpdateCheck.cs#L64
Non-nullable property 'tag_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
upload: TarkovMonitor/UpdateCheck.cs#L72
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
upload: TarkovMonitor/UpdateCheck.cs#L71
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
upload: TarkovMonitor/Splash.cs#L76
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
upload: TarkovMonitor/MainUI.razor#L3
Found markup element with unexpected name 'Error'. If this is intended to be a component, add a @using directive for its namespace.
upload
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.