Skip to content

Add mirror image skill handling and shadow partner damage calculation #312

Add mirror image skill handling and shadow partner damage calculation

Add mirror image skill handling and shadow partner damage calculation #312

Triggered via push September 30, 2023 06:56
Status Success
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yaml

on: push
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/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/common/Edelstein.Common.Services.Auth/Entities/IdentityEntity.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Services.Auth/Entities/IdentityEntity.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Characters/Character.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Accounts/Account.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Characters/Quests/QuestRecordEx.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Characters/Quests/QuestRecord.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Inventories/Items/ItemSlotPet.cs#L7
Non-nullable property 'PetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Inventories/ItemLockerSlot.cs#L17
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/common/Edelstein.Common.Gameplay/Models/Characters/Skills/Templates/SkillTemplate.cs#L29
Non-nullable property 'Levels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/protocol/Edelstein.Protocol.Gameplay.Game/Objects/Mob/IFieldMob.cs#L20
Cannot convert null literal to non-nullable reference type.