Implemented linux auto tracking #768
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Randomizer.SMZ3/FileData/Patches/LocationsPatch.cs#L31
Unreachable code detected
|
build:
src/Randomizer.SMZ3/FileData/Patches/LocationsPatch.cs#L104
Unreachable code detected
|
build:
src/Randomizer.SMZ3/Generation/PatcherService.cs#L22
Non-nullable field '_configs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Randomizer.SMZ3/Generation/PatcherService.cs#L20
The field 'PatcherService._configs' is never used
|
build:
src/Randomizer.SMZ3.Tracking/Services/SpeechRecognitionServiceDisabled.cs#L8
The event 'SpeechRecognitionServiceDisabled.SpeechRecognized' is never used
|
build:
src/Randomizer.SMZ3.Tracking/AutoTracking/AutoTracker.cs#L350
The event 'AutoTracker.TrackNumberUpdated' is never used
|
build:
src/Randomizer.SMZ3.Tracking/Tracker.cs#L105
Parameter 'speechRecognitionService' has no matching param tag in the XML comment for 'Tracker.Tracker(ConfigProvider, IWorldAccessor, TrackerModuleFactory, IChatClient, ILogger<Tracker>, TrackerOptionsAccessor, RandomizerContext, IItemService, ICommunicator, IHistoryService, Configs, IMetadataService, ITrackerStateService, IWorldService, ITrackerTimerService, ISpeechRecognitionService)' (but other parameters do)
|
build:
src/Randomizer.SMZ3.Tracking/Tracker.cs#L841
This call site is reachable on all platforms. 'RecognizeMode.Multiple' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Randomizer.SMZ3.Tracking/Tracker.cs#L2663
This call site is reachable on all platforms. 'RecognitionEventArgs.Result' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Randomizer.SMZ3.Tracking/Tracker.cs#L2663
This call site is reachable on all platforms. 'RecognizedPhrase.Text' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|