Merge pull request #87 from Mteheran/develop #51
Annotations
3 errors and 11 warnings
build:
api/Data/Configs/IndigenousReservationConfig.cs#L14
'IndigenousReservation' does not contain a definition for 'AdministrativeAct' and no accessible extension method 'AdministrativeAct' accepting a first argument of type 'IndigenousReservation' could be found (are you missing a using directive or an assembly reference?)
|
build:
api/Data/Configs/IndigenousReservationConfig.cs#L14
'IndigenousReservation' does not contain a definition for 'AdministrativeAct' and no accessible extension method 'AdministrativeAct' accepting a first argument of type 'IndigenousReservation' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
api/Migrations/20230205002827_endperiodnullable.cs#L7
The type name 'endperiodnullable' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
api/Migrations/20230205002827_endperiodnullable.Designer.cs#L16
The type name 'endperiodnullable' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
api/Migrations/20230828005309_nativecommunity.cs#L9
The type name 'nativecommunity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
api/Migrations/20230828005309_nativecommunity.Designer.cs#L16
The type name 'nativecommunity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
api/Migrations/20231022234155_indiginuosreservation.cs#L9
The type name 'indiginuosreservation' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
api/Migrations/20231022234155_indiginuosreservation.Designer.cs#L16
The type name 'indiginuosreservation' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
api/Utils/PaginationResponseModel.cs#L16
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
api/Program.cs#L43
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection NpgsqlServiceCollectionExtensions.AddNpgsql<DBContext>(IServiceCollection serviceCollection, string connectionString, Action<NpgsqlDbContextOptionsBuilder>? npgsqlOptionsAction = null, Action<DbContextOptionsBuilder>? optionsAction = null)'.
|
build:
api/Program.cs#L72
Dereference of a possibly null reference.
|
build:
api/Utils/PaginationModel.cs#L17
The variable 'sortByKey' is assigned but its value is never used
|