add a global.json #20
Merged
Annotations
10 warnings
|
SpecRec.Tests/ParrotExceptionReplayTests.cs#L62
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.
|
|
SpecRec.Tests/ParrotExceptionReplayTests.cs#L45
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.
|
|
SpecRec.Tests/ConcreteClassParrotTests.cs#L183
Cannot convert null literal to non-nullable reference type.
|
|
SpecRec.Tests/ContextSpecRecLogsTests.cs#L13
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.
|
|
SpecRec.Tests/CallLoggerTests.cs#L41
'CallLogger.CallLogger(StringBuilder, ObjectFactory?)' is obsolete: 'StringBuilder-based constructor is deprecated. Use CallLogger() instead.'
|
|
SpecRec.Tests/UnifiedCallLoggerProxyTests.cs#L113
Cannot convert null literal to non-nullable reference type.
|
|
SpecRec.Tests/UnifiedCallLoggerProxyTests.cs#L98
Cannot convert null literal to non-nullable reference type.
|
|
SpecRec.Tests/UnifiedCallLoggerProxyTests.cs#L76
Cannot convert null literal to non-nullable reference type.
|
|
SpecRec.Tests/UnifiedCallLoggerProxyTests.cs#L56
Cannot convert null literal to non-nullable reference type.
|
|
SpecRec/UnifiedProxyInterceptor.cs#L282
Possible null reference argument for parameter 'parameters' in 'void IConstructorCalledWith.ConstructorCalledWith(ConstructorParameterInfo[] parameters)'.
|
The logs for this run have expired and are no longer available.
Loading