Merge pull request #100 from mhbalthasar/Linux_Extension_Install2 #375
Annotations
10 warnings
Build the application:
ExtensionInstaller/ZipFileHelper.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build the application:
ExtensionInstaller/ZipFileHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build the application:
ExtensionInstaller/ZipFileHelper.cs#L40
Converting null literal or possible null value to non-nullable type.
|
Build the application:
ExtensionInstaller/ZipFileHelper.cs#L41
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build the application:
TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.Equals(object o)
|
Build the application:
TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the application:
TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.Equals(object o)
|
Build the application:
TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the application:
TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.Equals(object o)
|
Build the application:
TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
|
Loading