Updated MongoDB Driver to 3.0.0 #74
Annotations
10 errors and 10 warnings
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
'MongoClientSettings' does not contain a definition for 'ConnectionMode'
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
The name 'ConnectionMode' does not exist in the current context
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
'MongoClientSettings' does not contain a definition for 'ConnectionMode'
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
The name 'ConnectionMode' does not exist in the current context
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
'MongoClientSettings' does not contain a definition for 'ConnectionMode'
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
The name 'ConnectionMode' does not exist in the current context
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
'MongoClientSettings' does not contain a definition for 'ConnectionMode'
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
The name 'ConnectionMode' does not exist in the current context
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
'MongoClientSettings' does not contain a definition for 'ConnectionMode'
|
Build, Test and Sonar:
src/Mongo/MongoResource.cs#L46
The name 'ConnectionMode' does not exist in the current context
|
Build, Test and Sonar:
src/Core/Logger.cs#L58
Cannot convert null literal to non-nullable reference type.
|
Build, Test and 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.
|
Build, Test and Sonar:
src/Core/TarballBuilder.cs#L13
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
|
Build, Test and Sonar:
src/Core/TarArchiver.cs#L17
'TarOutputStream.TarOutputStream(Stream)' is obsolete: 'No Encoding for Name field is specified, any non-ASCII bytes will be discarded'
|
Build, Test and Sonar:
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.
|
Build, Test and Sonar:
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.
|
Build, Test and Sonar:
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.
|
Build, Test and Sonar:
src/Core/DockerRegistryConfiguration.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, Test and Sonar:
src/Core/DockerRegistryConfiguration.cs#L22
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, Test and Sonar:
src/Core/DockerRegistryConfiguration.cs#L30
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading