Add missing package for AddStackExchangeRedisCache #3
Annotations
1 error and 12 warnings
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/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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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.
|
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|