Skip to content

Bump Microsoft.AspNetCore.Components from 6.0.3 to 6.0.24 in /src/Blazored.Typeahead #56

Bump Microsoft.AspNetCore.Components from 6.0.3 to 6.0.24 in /src/Blazored.Typeahead

Bump Microsoft.AspNetCore.Components from 6.0.3 to 6.0.24 in /src/Blazored.Typeahead #56

Status Success
Total duration 28s
Artifacts

ci-pr.yml

on: pull_request
Build and test
19s
Build and test
Fit to window
Zoom out
Zoom in

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.