Skip to content

bump version

bump version #12

Triggered via push December 5, 2023 18:52
Status Success
Total duration 1m 25s
Artifacts

tag-release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
upload
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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: TarkovMonitor/Splash.cs#L70
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
upload: TarkovMonitor/Splash.cs#L85
Dereference of a possibly null reference.
upload: TarkovMonitor/Splash.cs#L87
The variable 'ex' is declared but never used
upload: TarkovMonitor/Blazor/Pages/Settings/TokenTestDialog.razor#L10
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
upload: TarkovMonitor/Blazor/Pages/Settings/TokenTestDialog.razor#L12
Non-nullable property 'ContentText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
upload: TarkovMonitor/GameWatcher.cs#L44
Non-nullable field 'lastKnownMap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
upload: TarkovMonitor/GameWatcher.cs#L44
Non-nullable event 'NewLogData' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
upload: TarkovMonitor/GameWatcher.cs#L44
Non-nullable event 'ExceptionThrown' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
upload: TarkovMonitor/GameWatcher.cs#L44
Non-nullable event 'DebugMessage' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.