Faster dotnet restore
for backend container (#333)
#459
Annotations
1 error and 21 warnings
|
The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672
|
|
backend/LexData/Migrations/20230817050022_add-loclization-user-column.cs#L8
The type name 'addloclizationusercolumn' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230817050022_add-loclization-user-column.Designer.cs#L16
The type name 'addloclizationusercolumn' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230904045506_add-project-parent.cs#L9
The type name 'addprojectparent' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230904045506_add-project-parent.Designer.cs#L16
The type name 'addprojectparent' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230215025234_rename project table to projects.cs#L8
The type name 'renameprojecttabletoprojects' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230215025234_rename project table to projects.Designer.cs#L16
The type name 'renameprojecttabletoprojects' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230223061336_make project code unique.cs#L8
The type name 'makeprojectcodeunique' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230223061336_make project code unique.Designer.cs#L16
The type name 'makeprojectcodeunique' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/LexData/Migrations/20230313072551_add last commit to project.cs#L9
The type name 'addlastcommittoproject' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
|
backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/ProjectUsers.cs#L9
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L65
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L66
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L67
Non-nullable property 'Desc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L69
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L73
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L74
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/LexCore/Entities/Project.cs#L75
Non-nullable property 'Phase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading