catch more errors #14
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/GameWatcher.cs#L45
Non-nullable field 'lastKnownMap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'NewLogData' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'ExceptionThrown' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'DebugMessage' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'GameStarted' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'GroupInviteSend' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'GroupInviteAccept' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'GroupReady' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
upload:
TarkovMonitor/GameWatcher.cs#L45
Non-nullable event 'GroupDisbanded' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|