Skip to content

Removing Moq as a dependency for mock unit tests (#168) #256

Removing Moq as a dependency for mock unit tests (#168)

Removing Moq as a dependency for mock unit tests (#168) #256

Triggered via push August 14, 2023 14:05
Status Success
Total duration 1m 16s
Artifacts

doctests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
doctests: src/NRedisStack/TimeSeries/TimeSeriesCommands.cs#L17
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/TimeSeriesCommands.cs#L37
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/TimeSeriesCommandsAsync.cs#L17
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/TimeSeriesCommandsAsync.cs#L35
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/TimeSeriesCommandsBuilder.cs#L12
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/TimeSeriesCommandsBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/ITimeSeriesCommands.cs#L21
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/ITimeSeriesCommands.cs#L55
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/ITimeSeriesCommandsAsync.cs#L21
Cannot convert null literal to non-nullable reference type.
doctests: src/NRedisStack/TimeSeries/ITimeSeriesCommandsAsync.cs#L54
Cannot convert null literal to non-nullable reference type.