fix: Fixed the issue where the path was written into the file name when installing the TLX extension on non-Windows platforms. #101
Annotations
10 warnings
Build the application:
ExtensionInstaller/Program.cs#L40
Dereference of a possibly null reference.
|
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/Data/Head.cs#L10
'Head' 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.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/Properties/PropertyPath.cs#L7
'PropertyPath' 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/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the application:
TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
|
Loading