This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
prepare for localized texts #60
Annotations
10 errors and 11 warnings
Build:
Pages/moves/move.cshtml#L53
'Move' does not contain a definition for 'ShortEffect' and no accessible extension method 'ShortEffect' accepting a first argument of type 'Move' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Pages/moves/Index.cshtml#L70
'Move' does not contain a definition for 'ShortEffect' and no accessible extension method 'ShortEffect' accepting a first argument of type 'Move' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Pages/moves/Details.cshtml#L36
Argument 1: cannot convert from 'pkmnWildLife.Data.Move_Effect' to 'string'
|
Build:
DBInitializer.cs#L374
Cannot implicitly convert type 'string' to 'pkmnWildLife.Data.Move_Effect'
|
Build:
DBInitializer.cs#L375
'Move' does not contain a definition for 'ShortEffect'
|
Build:
Pages/moves/move.cshtml#L53
'Move' does not contain a definition for 'ShortEffect' and no accessible extension method 'ShortEffect' accepting a first argument of type 'Move' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Pages/moves/Index.cshtml#L70
'Move' does not contain a definition for 'ShortEffect' and no accessible extension method 'ShortEffect' accepting a first argument of type 'Move' could be found (are you missing a using directive or an assembly reference?)
|
Build:
Pages/moves/Details.cshtml#L36
Argument 1: cannot convert from 'pkmnWildLife.Data.Move_Effect' to 'string'
|
Build:
DBInitializer.cs#L374
Cannot implicitly convert type 'string' to 'pkmnWildLife.Data.Move_Effect'
|
Build:
DBInitializer.cs#L375
'Move' does not contain a definition for 'ShortEffect'
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
Helpers.cs#L49
The type name 'tr' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
Data/ApplicationDbContext.cs#L220
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L221
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L224
Non-nullable property 'Effect' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L211
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L212
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L215
Non-nullable property 'Effect' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L204
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L205
Non-nullable property 'skill' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Data/ApplicationDbContext.cs#L177
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading