Bump Microsoft.AspNetCore.Components from 6.0.3 to 6.0.25 in /src/Blazored.Typeahead #57
Annotations
11 warnings
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/
|
Building project...:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L98
Possible null reference return.
|
Building project...:
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).
|
Building project...:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L336
Dereference of a possibly null reference.
|
Building project...:
src/Blazored.Typeahead/BlazoredTypeahead.razor.cs#L390
Dereference of a possibly null reference.
|
Building project...:
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.
|
Building project...:
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.
|
Building project...:
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.
|
Building project...:
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.
|
Building project...:
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.
|
Building project...:
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.
|
The logs for this run have expired and are no longer available.
Loading