Bump CitizenFX.Core.Client from 1.0.10230 to 1.0.22934 #256
Annotations
11 errors and 10 warnings
|
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L37
'Color' does not contain a definition for 'SetColor' and no accessible extension method 'SetColor' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L35
In language version 14.0, 'field' is a keyword within a property accessor. Rename the variable or use the identifier '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L53
'Color' does not contain a definition for 'SetColor' and no accessible extension method 'SetColor' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L51
In language version 14.0, 'field' is a keyword within a property accessor. Rename the variable or use the identifier '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L37
'Color' does not contain a definition for 'SetColor' and no accessible extension method 'SetColor' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L35
In language version 14.0, 'field' is a keyword within a property accessor. Rename the variable or use the identifier '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L53
'Color' does not contain a definition for 'SetColor' and no accessible extension method 'SetColor' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L51
In language version 14.0, 'field' is a keyword within a property accessor. Rename the variable or use the identifier '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L37
'Color' does not contain a definition for 'SetColor' and no accessible extension method 'SetColor' accepting a first argument of type 'Color' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L35
In language version 14.0, 'field' is a keyword within a property accessor. Rename the variable or use the identifier '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Elements/BaseElement.cs#L20
Field 'relativePosition' should begin with upper-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1307.md)
|
|
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Elements/BaseElement.cs#L16
Field 'literalPosition' should begin with upper-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1307.md)
|
|
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeColorPanel.cs#L612
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L53
In language version 14.0, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L37
In language version 14.0, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L46
The 'get' accessor of property 'NativeStatsPanel.ForegroundColor' should use 'field' because the other accessor is using it.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeStatsPanel.cs#L30
The 'get' accessor of property 'NativeStatsPanel.BackgroundColor' should use 'field' because the other accessor is using it.
|
|
Run dotnet build LemonUI.sln -c Release:
LemonUI/Menus/NativeSliderItem.cs#L17
'NativeSliderItem.background' hides inherited member 'NativeItem.background'. Use the new keyword if hiding was intended.
|
Loading