Skip to content

feat: Adds PlayerDeathEvent and CreatureDeathEvent using CodeGeneratedEvents #5896

feat: Adds PlayerDeathEvent and CreatureDeathEvent using CodeGeneratedEvents

feat: Adds PlayerDeathEvent and CreatureDeathEvent using CodeGeneratedEvents #5896

Triggered via pull request September 6, 2024 04:08
Status Success
Total duration 4m 8s
Artifacts

build-test.yml

on: pull_request
Matrix: build-linux
Matrix: build-macos
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
Build (MacOS 14)
icu4c 74.2 is already installed and up-to-date. To reinstall 74.2, run: brew reinstall icu4c
Build (MacOS 14)
zstd 1.5.6 is already installed and up-to-date. To reinstall 1.5.6, run: brew reinstall zstd
Build (MacOS 13)
icu4c 74.2 is already installed and up-to-date. To reinstall 74.2, run: brew reinstall icu4c
Build (MacOS 13)
zstd 1.5.6 is already installed and up-to-date. To reinstall 1.5.6, run: brew reinstall zstd
Build (MacOS 13)
argon2 20190702_1 is already installed and up-to-date. To reinstall 20190702_1, run: brew reinstall argon2
Redundant argument with default value: Projects/UOContent/Mobiles/PlayerMobile.cs#L1093
The parameter 'resetGraphics' has the same default value
Redundant argument with default value: Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerMage.cs#L203
The parameter 'message' has the same default value
Redundant argument with default value: Projects/UOContent/Mobiles/Monsters/LBR/Meers/MeerMage.cs#L176
The parameter 'message' has the same default value
Redundant argument with default value: Projects/UOContent/Engines/ConPVP/DuelContext.cs#L1850
The parameter 'resetGraphics' has the same default value
Redundant argument with default value: Projects/UOContent/Spells/Ninjitsu/AnimalForm.cs#L522
The parameter 'resetGraphics' has the same default value
Redundant using directive: Projects/UOContent/Mobiles/PlayerMobile.cs#L38
Using directive is not required by the code and can be safely removed
Namespace does not correspond to file location: Projects/UOContent/PlayerMobileEvent.cs#L1
Namespace does not correspond to file location, must be: 'Server'