Skip to content

Split Tracker Services & Regions #1177

Split Tracker Services & Regions

Split Tracker Services & Regions #1177

Triggered via pull request October 7, 2024 03:47
Status Failure
Total duration 2m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build: src/TrackerCouncil.Smz3.PatchBuilder/Program.cs#L59
The property or indexer 'IHasReward.Reward' cannot be used in this context because the set accessor is inaccessible
build: src/TrackerCouncil.Smz3.PatchBuilder/Program.cs#L59
Argument 3: cannot convert from 'TrackerCouncil.Smz3.Data.WorldData.Regions.IHasReward' to 'TrackerCouncil.Smz3.Data.Services.IMetadataService?'
build: src/TrackerCouncil.Smz3.PatchBuilder/Program.cs#L62
'World' does not contain a definition for 'Dungeons' and no accessible extension method 'Dungeons' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
build: src/TrackerCouncil.Smz3.UI.Legacy/Windows/TrackerWindow.xaml.cs#L627
The type or namespace name 'IDungeon' could not be found (are you missing a using directive or an assembly reference?)
build: src/TrackerCouncil.Smz3.PatchBuilder/Program.cs#L59
The property or indexer 'IHasReward.Reward' cannot be used in this context because the set accessor is inaccessible
build: src/TrackerCouncil.Smz3.PatchBuilder/Program.cs#L59
Argument 3: cannot convert from 'TrackerCouncil.Smz3.Data.WorldData.Regions.IHasReward' to 'TrackerCouncil.Smz3.Data.Services.IMetadataService?'
build: src/TrackerCouncil.Smz3.PatchBuilder/Program.cs#L62
'World' does not contain a definition for 'Dungeons' and no accessible extension method 'Dungeons' accepting a first argument of type 'World' could be found (are you missing a using directive or an assembly reference?)
build: src/TrackerCouncil.Smz3.UI.Legacy/Windows/TrackerWindow.xaml.cs#L627
The type or namespace name 'IDungeon' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: src/TrackerCouncil.Smz3.Data/Options/RandomizerOptions.cs#L25
Non-nullable property 'ApplicationVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/TrackerCouncil.Smz3.Data/Options/RandomizerOptions.cs#L34
Non-nullable property 'ApplicationVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/TrackerCouncil.Smz3.Data/WorldData/Location.cs#L315
XML comment has a param tag for 'items', but there is no parameter by that name
build: src/TrackerCouncil.Smz3.Data/WorldData/Location.cs#L317
Parameter 'actualProgression' has no matching param tag in the XML comment for 'Location.GetAccessibility(Progression, Progression)' (but other parameters do)
build: src/TrackerCouncil.Smz3.Data/WorldData/Location.cs#L317
Parameter 'withKeysProgression' has no matching param tag in the XML comment for 'Location.GetAccessibility(Progression, Progression)' (but other parameters do)
build: src/TrackerCouncil.Smz3.Data/WorldData/Location.cs#L330
XML comment has a param tag for 'items', but there is no parameter by that name
build: src/TrackerCouncil.Smz3.Data/WorldData/Location.cs#L332
Parameter 'actualProgression' has no matching param tag in the XML comment for 'Location.UpdateAccessibility(Progression, Progression)' (but other parameters do)
build: src/TrackerCouncil.Smz3.Data/WorldData/Location.cs#L332
Parameter 'withKeysProgression' has no matching param tag in the XML comment for 'Location.UpdateAccessibility(Progression, Progression)' (but other parameters do)
build: src/TrackerCouncil.Smz3.SeedGenerator/FileData/Patches/ZeldaRewardsPatch.cs#L81
The variable 'a' is assigned but its value is never used
build: src/TrackerCouncil.Smz3.UI/ViewModels/TrackerWindowItemPanelViewModel.cs#L37
Non-nullable property 'AllItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.