Conversion of character and province variables #4589
test.yml
on: pull_request
test_and_check_coverage
57s
Matrix: test
Annotations
16 errors and 21 warnings
|
test (macos-14)
Process completed with exit code 1.
|
|
test (macos-14):
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L207
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test (macos-14):
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L206
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test (macos-14):
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L205
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test (macos-14):
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L204
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test (macos-14):
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L203
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test (macos-14):
ImperatorToCK3.UnitTests/CK3/Characters/CK3CharacterTests.cs#L421
The type name 'Parse' does not exist in the type 'Character'
|
|
test (self-hosted, windows)
The strategy configuration was canceled because "test.macos-14" failed
|
|
test (self-hosted, windows)
The operation was canceled.
|
|
test_and_check_coverage
Process completed with exit code 1.
|
|
test_and_check_coverage:
ImperatorToCK3.UnitTests/CK3/Characters/CK3CharacterTests.cs#L421
The type name 'Parse' does not exist in the type 'Character'
|
|
test_and_check_coverage:
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L207
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test_and_check_coverage:
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L206
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test_and_check_coverage:
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L205
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test_and_check_coverage:
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L204
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test_and_check_coverage:
ImperatorToCK3.UnitTests/CK3/Provinces/ProvincesTests.cs#L203
'Province' does not contain a definition for 'Variables' and no accessible extension method 'Variables' accepting a first argument of type 'Province' could be found (are you missing a using directive or an assembly reference?)
|
|
test (macos-14):
ImperatorToCK3/Imperator/Diplomacy/Dependency.cs#L12
TODO use Imperator subject type definitions to determine how the subject should be treated in CK3 (contracts and obligations) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/Imperator/Diplomacy/Dependency.cs#L11
TODO don't convert tributaries as vassals (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/Imperator/Characters/Character.cs#L181
TODO also handle "tick" (days remaining) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/Imperator/Characters/Character.cs#L173
TODO use CharacterVariable<T> struct here (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/Imperator/Characters/Character.cs#L159
TODO check if antigonus is converted bald (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/CK3/Titles/LandedTitles.cs#L965
TODO when the holding owner of the primary I:R province is not able to hold the CK3 equivalent, also check the holding owners from secondary source provinces (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/CK3/Titles/LandedTitles.cs#L911
TODO when the holding owner of the primary I:R province is not able to hold the CK3 equivalent, also check the holding owners from secondary source provinces (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test (macos-14):
ImperatorToCK3/CK3/Localization/CK3LocBlock.cs#L8
TODO add ILocBlock interface that both this and commonItems' LocBlock would implement. (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
test (macos-14):
ImperatorToCK3/CK3/CK3LocDB.cs#L104
TODO add unit test for combining loc from all the sources into one locblock (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test_and_check_coverage:
ImperatorToCK3/EnumVariableDefinitions.cs#L7
File name must match type name (enum RitsuryoRulers) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
test_and_check_coverage:
ImperatorToCK3/EnumVariableDefinitions.cs#L6
File name must match type name (enum MandalaRulers) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
test_and_check_coverage:
ImperatorToCK3/EnumVariableDefinitions.cs#L3
File name must match type name (enum LegionConversion) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
test_and_check_coverage:
ImperatorToCK3/EnumVariableDefinitions.cs#L5
File name must match type name (enum FillerGovernments) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
test_and_check_coverage:
ImperatorToCK3/EnumVariableDefinitions.cs#L4
File name must match type name (enum ImperatorNomads) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
test_and_check_coverage:
ImperatorToCK3/CK3/Titles/LandedTitles.cs#L965
TODO when the holding owner of the primary I:R province is not able to hold the CK3 equivalent, also check the holding owners from secondary source provinces (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test_and_check_coverage:
ImperatorToCK3/CK3/Titles/LandedTitles.cs#L911
TODO when the holding owner of the primary I:R province is not able to hold the CK3 equivalent, also check the holding owners from secondary source provinces (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test_and_check_coverage:
ImperatorToCK3/CK3/Localization/CK3LocBlock.cs#L8
TODO add ILocBlock interface that both this and commonItems' LocBlock would implement. (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
|
|
test_and_check_coverage:
ImperatorToCK3/CK3/CK3LocDB.cs#L104
TODO add unit test for combining loc from all the sources into one locblock (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
test_and_check_coverage
Failed to install dotnet runtime + cli, exit code: 1. cp: cannot create directory '/usr/share/dotnet/host/fxr/10.0.5/': Permission denied
cp: cannot create directory '/usr/share/dotnet/shared/Microsoft.NETCore.App/10.0.5/': Permission denied
dotnet_install: Error: Failed to verify the version of installed `.NET Core Runtime`.
Installation source: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-x64.tar.gz.
Installation location: /usr/share/dotnet.
Report the bug at https://github.com/dotnet/install-scripts/issues.
dotnet_install: Error: `.NET Core Runtime` with version = 10.0.5 failed to install with an error.
|