Fix Provisioning not applying minplayercount #38
Annotations
2 errors and 11 warnings
Build win-x86:
builtin/BitMod.Provision/Host/ProvisionHost.cs#L42
The type or namespace name 'PlayerConnectedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
|
Build win-x86
Process completed with exit code 1.
|
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/
|
Build win-x86
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/
|
Build win-x86
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build win-x86
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/
|
Build win-x86
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/
|
Build win-x86:
api/BitMod/Events/Player/PlayerJoinedSquadEventArgs.cs#L2
The using directive for 'BattleBitAPI.Common' appeared previously in this namespace
|
Build win-x86:
api/BitMod/BitMock.cs#L74
Cannot convert null literal to non-nullable reference type.
|
Build win-x86:
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.
|
Build win-x86:
api/BitMod/BitMock.cs#L41
Non-nullable field '_env' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build win-x86:
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.
|
Build win-x86:
api/BitMod/Attributes/Internal/BitTargetAttribute.cs#L27
Possible null reference argument for parameter 'context' in 'void BitTargetAttribute.Target(RouterContext context, LilikoiMutator mutator)'.
|
The logs for this run have expired and are no longer available.
Loading