copy pasting code for better performance #2
Annotations
4 warnings
Build and test on ubuntu-latest:
src/Base64SSE.cs#L618
'isUrl == true' is always 'true'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
Build and test on ubuntu-latest:
src/Base64SSE.cs#L278
'isUrl == true' is always 'false'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
Build and test on ubuntu-latest:
src/Base64SSE.cs#L618
'isUrl == true' is always 'true'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
Build and test on ubuntu-latest:
src/Base64SSE.cs#L278
'isUrl == true' is always 'false'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|