Merge pull request #4 from Kurokitu/master #13
Annotations
10 warnings
Create the app package:
TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.Equals(object o)
|
Create the app package:
TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.GetHashCode()
|
Create the app package:
TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.Equals(object o)
|
Create the app package:
TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.GetHashCode()
|
Create the app package:
TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
|
Create the app package:
TuneLab.Base/Science/FastSinc.cs#L31
Unreachable code detected
|
Create the app package:
TuneLab.Base/Properties/ListConfig.cs#L11
Non-nullable property 'Element' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Create the app package:
TuneLab/GUI/Components/Button.cs#L11
The using directive for 'TuneLab.GUI' appeared previously in this namespace
|
Create the app package:
TuneLab/Views/FunctionBar.cs#L12
The using directive for 'TuneLab.GUI' appeared previously in this namespace
|
Create the app package
'MainWindow.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.
|
Loading