This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Bump Microsoft.AspNetCore.Components from 6.0.3 to 6.0.25 in /src/Blazored.Typeahead #57
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
Build and test
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 and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L98
Possible null reference return.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L114
Nullability of reference types in type of parameter 'source' of 'void BlazoredTypeahead<TItem, TValue>.Search(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L336
Dereference of a possibly null reference.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L390
Dereference of a possibly null reference.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L12
Non-nullable field '_editContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L14
Non-nullable field '_debounceTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L20
Non-nullable property 'JSRuntime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L22
Non-nullable property 'CascadedEditContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L24
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and test:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L26
Non-nullable property 'ValueExpression' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|