Merge pull request #82 from shinji-san/dependabot/github_actions/deve… #136
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
tests/LuhnTest.cs#L190
'Luhn.IsValid(string)' is obsolete: 'Use the IsValidLuhnNumber method instead.'
|
build:
tests/LuhnTest.cs#L192
'Luhn.IsValid(ReadOnlySpan<char>)' is obsolete: 'Use the IsValidLuhnNumber method instead.'
|
build:
tests/LuhnTest.cs#L206
'Luhn.IsValid(string, byte)' is obsolete: 'Use the IsValidLuhnCheckDigit method instead.'
|
build:
tests/LuhnTest.cs#L208
'Luhn.IsValid(ReadOnlySpan<char>, byte)' is obsolete: 'Use the IsValidLuhnCheckDigit method instead.'
|
build:
tests/LuhnTest.cs#L246
'Luhn.IsValid(string)' is obsolete: 'Use the IsValidLuhnNumber method instead.'
|
build:
tests/LuhnTest.cs#L248
'Luhn.IsValid(ReadOnlySpan<char>)' is obsolete: 'Use the IsValidLuhnNumber method instead.'
|
build:
tests/LuhnTest.cs#L260
'Luhn.IsValid(string, byte)' is obsolete: 'Use the IsValidLuhnCheckDigit method instead.'
|
build:
tests/LuhnTest.cs#L262
'Luhn.IsValid(ReadOnlySpan<char>, byte)' is obsolete: 'Use the IsValidLuhnCheckDigit method instead.'
|
build:
tests/LuhnTest.cs#L274
'Luhn.IsValid(string, byte)' is obsolete: 'Use the IsValidLuhnCheckDigit method instead.'
|
build:
tests/LuhnTest.cs#L276
'Luhn.IsValid(ReadOnlySpan<char>, byte)' is obsolete: 'Use the IsValidLuhnCheckDigit method instead.'
|