Minor logging change #1063
Annotations
3 errors and 6 warnings
build / build
Process completed with exit code 1.
|
build / build:
samples/Foundatio.HostingSample/Program.cs#L18
The type or namespace name 'StackExchange' could not be found (are you missing a using directive or an assembly reference?)
|
build / build:
samples/Foundatio.HostingSample/Program.cs#L18
The type or namespace name 'StackExchange' could not be found (are you missing a using directive or an assembly reference?)
|
build / build:
src/Foundatio/Queues/InMemoryQueueOptions.cs#L16
The result of the expression is always 'false' since a value of type 'TimeSpan' is never equal to 'null' of type 'TimeSpan?'
|
build / build:
src/Foundatio/Queues/SharedQueueOptions.cs#L53
The result of the expression is always 'false' since a value of type 'TimeSpan' is never equal to 'null' of type 'TimeSpan?'
|
build / build:
src/Foundatio/Storage/ActionableStream.cs#L116
'ActionableStream.DisposeAsync()' hides inherited member 'Stream.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build / build:
src/Foundatio/Queues/InMemoryQueueOptions.cs#L16
The result of the expression is always 'false' since a value of type 'TimeSpan' is never equal to 'null' of type 'TimeSpan?'
|
build / build:
src/Foundatio/Queues/SharedQueueOptions.cs#L53
The result of the expression is always 'false' since a value of type 'TimeSpan' is never equal to 'null' of type 'TimeSpan?'
|
build / build:
src/Foundatio/Storage/ActionableStream.cs#L116
'ActionableStream.DisposeAsync()' hides inherited member 'Stream.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|