Updated MongoDB Driver to 3.0.0 #75
Annotations
7 errors and 10 warnings
samples/MongoDb/UserRepository.cs#L26
'IQueryable<User>' does not contain a definition for 'ToListAsync' and no accessible extension method 'ToListAsync' accepting a first argument of type 'IQueryable<User>' could be found (are you missing a using directive or an assembly reference?)
|
samples/MongoDb/UserRepositoryWithTransaction.cs#L32
'IQueryable<User>' does not contain a definition for 'ToListAsync' and no accessible extension method 'ToListAsync' accepting a first argument of type 'IQueryable<User>' could be found (are you missing a using directive or an assembly reference?)
|
samples/MongoDb/UserRepositoryTests.cs#L68
There is no argument given that corresponds to the required parameter 'limit' of 'MongoEnumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>, int)'
|
samples/MongoDb/UserRepository.cs#L26
'IQueryable<User>' does not contain a definition for 'ToListAsync' and no accessible extension method 'ToListAsync' accepting a first argument of type 'IQueryable<User>' could be found (are you missing a using directive or an assembly reference?)
|
samples/MongoDb/UserRepositoryWithTransaction.cs#L32
'IQueryable<User>' does not contain a definition for 'ToListAsync' and no accessible extension method 'ToListAsync' accepting a first argument of type 'IQueryable<User>' could be found (are you missing a using directive or an assembly reference?)
|
samples/MongoDb/UserRepositoryTests.cs#L68
There is no argument given that corresponds to the required parameter 'limit' of 'MongoEnumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>, int)'
|
|
src/Core/GenericContainer/GenericContainerResource.cs#L67
'GenericContainerResource<TOptions>.GetComposeExports()' hides inherited member 'ContainerResource<TOptions>.GetComposeExports()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
|
src/Core/VariableResolver.cs#L41
Converting null literal or possible null value to non-nullable type.
|
src/Core/TarballBuilder.cs#L13
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
|
src/Core/TarArchiver.cs#L17
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
|
src/Core/IResourceStatusProvider.cs#L40
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Core/GenericContainer/GenericContainerResource.cs#L26
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Core/GenericContainer/GenericContainerOptions.cs#L43
Non-nullable field 'StatusChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Core/DynamicPortRuntimeVariableResolver.cs#L59
Converting null literal or possible null value to non-nullable type.
|
src/Core/DynamicPortRuntimeVariableResolver.cs#L59
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading