Skip to content

Updated MongoDB Driver to 3.0.0 (#145) #21

Updated MongoDB Driver to 3.0.0 (#145)

Updated MongoDB Driver to 3.0.0 (#145) #21

Triggered via push November 4, 2024 11:08
Status Failure
Total duration 1m 42s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 20 warnings
release: 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?)
release: 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?)
release: 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)'
release: 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?)
release: 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?)
release: 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)'
release
Process completed with exit code 1.
sonar: 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?)
sonar: 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?)
sonar: 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)'
sonar: 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?)
sonar: 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?)
sonar: 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)'
sonar
Process completed with exit code 1.
release: src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
release: 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.
release: src/Core/TarballBuilder.cs#L13
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
release: src/Core/TarArchiver.cs#L17
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
release: src/Core/IResourceStatusProvider.cs#L40
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/Core/GenericContainer/GenericContainerResource.cs#L26
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/Core/GenericContainer/GenericContainerOptions.cs#L43
Non-nullable field 'StatusChecker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
release: src/Core/DockerRegistryConfiguration.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/Core/DockerRegistryConfiguration.cs#L22
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/Core/DockerRegistryConfiguration.cs#L30
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
sonar: 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.
sonar: src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
sonar: src/Core/ContainerPortMapping.cs#L16
Non-nullable property 'InternalPortVariableName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/ContainerPortMapping.cs#L29
Non-nullable property 'ExternalPortVariableName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/ContainerAddress.cs#L18
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/DockerAuth.cs#L9
Non-nullable property 'Auth' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/DockerAuth.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/ContainerInstance.cs#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/ContainerInstance.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sonar: src/Core/ContainerInstance.cs#L29
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.