Skip to content

Update build system, use properties to find build output location #24

Update build system, use properties to find build output location

Update build system, use properties to find build output location #24

Triggered via push August 20, 2023 22:08
Status Failure
Total duration 41s
Artifacts

ci.yml

on: push
Matrix: Build Nightlies
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Tests
Process completed with exit code 1.
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests: api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
Tests: api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
Tests: api/BitMod/Router/Router.cs#L21
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Tests: api/BitMod/Attributes/Targets/BitMutatorAttribute.cs#L42
Dereference of a possibly null reference.
Tests: api/BitMod/Attributes/Targets/BitConfigUpdateAttribute.cs#L28
Possible null reference argument for parameter 'router' in 'void BitConfigUpdateAttribute.Target(RouterContext router, LilikoiMutator mutator)'.
Tests: api/BitMod/BitMock.cs#L41
Non-nullable field '_env' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Tests: api/BitMod/Attributes/Mutators/LogAttribute.cs#L32
Dereference of a possibly null reference.
Tests: api/BitMod/Attributes/Internal/UnpackWildcardParameterAttribute.cs#L22
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Tests: api/BitMod/Attributes/Internal/BitTargetAttribute.cs#L27
Possible null reference argument for parameter 'context' in 'void BitTargetAttribute.Target(RouterContext context, LilikoiMutator mutator)'.
Tests: api/BitMod/Router/Router.cs#L52
The type 'TSearch' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TSearch' doesn't match 'notnull' constraint.
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/