Skip to content

Added a few rare responses for Peg World #776

Added a few rare responses for Peg World

Added a few rare responses for Peg World #776

Triggered via pull request October 24, 2023 02:29
Status Success
Total duration 4m 24s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/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#L20
The field 'PatcherService._configs' is never used
build: src/Randomizer.SMZ3.Tracking/AutoTracking/AutoTracker.cs#L350
The event 'AutoTracker.TrackNumberUpdated' is never used
build: src/Randomizer.SMZ3.Tracking/Services/SpeechRecognitionServiceDisabled.cs#L8
The event 'SpeechRecognitionServiceDisabled.SpeechRecognized' 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/VoiceCommands/TrackerModule.cs#L129
This call site is reachable on all platforms. 'SpeechRecognitionEngine.LoadGrammar(Grammar)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Randomizer.SMZ3.Tracking/VoiceCommands/TrackerModule.cs#L159
This call site is reachable on all platforms. 'SemanticValue.Value' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)