Skip to content

doc: fix conclusion xml snippets not showing up #16

doc: fix conclusion xml snippets not showing up

doc: fix conclusion xml snippets not showing up #16

Triggered via push October 27, 2024 20:43
Status Success
Total duration 47s
Artifacts

test.yml

on: push
run-unit-tests
39s
run-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
run-unit-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/
run-unit-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-unit-tests: Bannerlord.ExpandedTemplate.Infrastructure/EquipmentPool/List/Mappers/NpcCharacterMapper.cs#L79
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, Equipment>.ContainsKey(string key)'.
run-unit-tests: Bannerlord.ExpandedTemplate.Domain.Tests/EquipmentPool/Util/EquipmentPoolPickerShould.cs#L102
Cannot convert null literal to non-nullable reference type.
run-unit-tests: Bannerlord.ExpandedTemplate.Infrastructure/EquipmentPool/List/Mappers/NpcCharacterMapper.cs#L79
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, Equipment>.ContainsKey(string key)'.
run-unit-tests: Bannerlord.ExpandedTemplate.Integration/SubModule.cs#L33
Non-nullable field '_forceCivilianEquipmentSetter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
run-unit-tests: Bannerlord.ExpandedTemplate.Integration/SubModule.cs#L33
Non-nullable field '_missionSpawnEquipmentPoolSetter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
run-unit-tests: Bannerlord.ExpandedTemplate.Domain.Tests/EquipmentPool/Util/EquipmentPoolPickerShould.cs#L102
Cannot convert null literal to non-nullable reference type.