Simplified unit tests for custom leading vowel probabilities #137
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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:
Syllabore/Syllabore.Tests/NameGeneratorTests.cs#L104
'NameFilter.DoNotAllowPattern(params string[])' is obsolete: 'Replaced with DoNotAllow()'
|
build:
Syllabore/Syllabore.Tests/NameGeneratorTests.cs#L139
'GeneratorProbabilityBuilder.OfVowelIsSequence(double)' is obsolete: 'Use OfVowels() instead.'
|
build:
Syllabore/Syllabore.Tests/NameGeneratorTests.cs#L146
'NameFilter.DoNotAllowPattern(params string[])' is obsolete: 'Replaced with DoNotAllow()'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L619
'GeneratorProbabilityBuilder.OfLeadingConsonantIsSequence(double)' is obsolete: 'Use OfLeadingConsonants() instead.'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L633
'GeneratorProbabilityBuilder.OfLeadingConsonantIsSequence(double)' is obsolete: 'Use OfLeadingConsonants() instead.'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L658
'GeneratorProbabilityBuilder.OfVowelIsSequence(double)' is obsolete: 'Use OfVowels() instead.'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L669
'GeneratorProbabilityBuilder.OfVowelIsSequence(double)' is obsolete: 'Use OfVowels() instead.'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L729
'GeneratorProbabilityBuilder.OfTrailingConsonantIsSequence(double)' is obsolete: 'Use OfTrailingConsonants() instead.'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L742
'GeneratorProbabilityBuilder.OfTrailingConsonantIsSequence(double)' is obsolete: 'Use OfTrailingConsonants() instead.'
|
build:
Syllabore/Syllabore.Tests/SyllableProviderTests.cs#L767
'GeneratorProbabilityBuilder.OfLeadingConsonantIsSequence(double)' is obsolete: 'Use OfLeadingConsonants() instead.'
|
build:
Syllabore/Syllabore.Example/Planets/PlanetGeneratorV2_2.cs#L24
'NameFilter.DoNotAllowPattern(params string[])' is obsolete: 'Replaced with DoNotAllow()'
|
build:
Syllabore/Syllabore.Example/Planets/PlanetGeneratorV2_2.cs#L24
'NameFilter.DoNotAllowPattern(params string[])' is obsolete: 'Replaced with DoNotAllow()'
|