logo link update #172
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, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
blazorbootstrap/Components/Charts/BarChart.razor.cs#L102
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Charts/BlazorBootstrapChart.cs#L33
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Charts/DoughnutChart.razor.cs#L108
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Charts/LineChart.razor.cs#L102
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Charts/PieChart.razor.cs#L108
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Models/ToastMessage.cs#L80
Nullability of reference types in type of parameter 'other' of 'bool ToastMessage.Equals(ToastMessage other)' doesn't match implicitly implemented member 'bool IEquatable<ToastMessage>.Equals(ToastMessage? other)' (possibly because of nullability attributes).
|
blazorbootstrap/Utilities/BootstrapIconProvider.cs#L32
Possible null reference return.
|
blazorbootstrap/Components/Accordion/Accordion.razor.cs#L35
Dereference of a possibly null reference.
|
blazorbootstrap/Components/Accordion/Accordion.razor.cs#L49
Possible null reference argument for parameter 'source' in 'AccordionItem? Enumerable.FirstOrDefault<AccordionItem>(IEnumerable<AccordionItem> source, Func<AccordionItem, bool> predicate)'.
|
blazorbootstrap/Components/Accordion/Accordion.razor.cs#L60
Possible null reference argument for parameter 'source' in 'AccordionItem? Enumerable.FirstOrDefault<AccordionItem>(IEnumerable<AccordionItem> source)'.
|
The logs for this run have expired and are no longer available.
Loading