Configure DB & Redis & add migration bundle #2
Annotations
3 errors and 11 warnings
Build with dotnet:
Program.cs#L12
'IServiceCollection' does not contain a definition for 'AddStackExchangeRedisCache' and no accessible extension method 'AddStackExchangeRedisCache' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
Build with dotnet:
Program.cs#L12
'IServiceCollection' does not contain a definition for 'AddStackExchangeRedisCache' and no accessible extension method 'AddStackExchangeRedisCache' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
Build with dotnet
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 with dotnet:
Pages/Search/Index.cshtml.cs#L30
Argument of type '(string Category, string? Description)' cannot be used for parameter 'item' of type '(string, string)' in 'void ICollection<(string, string)>.Add((string, string) item)' due to differences in the nullability of reference types.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'Families' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'SpeciesSort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'GenusSort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'CurrentSpecies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'CurrentGenus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'CurrentFamily' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'CurrentSort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'CurrentFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
Pages/Search/Index.cshtml.cs#L23
Non-nullable property 'CurrentCat' 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