Update README.md #31
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci-main.yml
on: push
Build, test and pack
24s
deploy
0s
Annotations
11 warnings
Build, test and pack
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, test and pack:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L98
Possible null reference return.
|
Build, test and pack:
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, test and pack:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L336
Dereference of a possibly null reference.
|
Build, test and pack:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L390
Dereference of a possibly null reference.
|
Build, test and pack:
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, test and pack:
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, test and pack:
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, test and pack:
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, test and pack:
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, test and pack:
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.
|