skip shift if no lowercase or uppercase characters found in block #15
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
No files were found with the provided path: src/Science.Cryptography.*/bin/Release/Science.Cryptography.*.nupkg. No artifacts will be uploaded.
|
build:
src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L96
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Science.Cryptography.Ciphers/Tools/TabulaRecta.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
perf/Science.Cryptography.Ciphers.Benchmarks/v1v2/XorBenchmarks.cs#L16
The field 'V1V2XorBenchmarks.Text' is assigned but its value is never used
|
build:
src/Science.Cryptography.Ciphers.Console/RawConsoleLogger.cs#L8
Nullability in constraints for type parameter 'TState' of method 'RawConsoleLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
build:
src/Science.Cryptography.Ciphers.Console/Program.cs#L224
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Science.Cryptography.Ciphers.Console/Program.cs#L489
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L96
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Science.Cryptography.Ciphers/Tools/TabulaRecta.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|