Change namespace for IServiceCollection extensions to Microsoft.Exten… #132
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/ConfirmDialog/ConfirmDialog.razor.cs#L99
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs#L112
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs#L125
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/ConfirmDialog/ConfirmDialog.razor.cs#L125
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Modals/Modal.razor.cs#L110
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Modals/Modal.razor.cs#L110
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Components/Offcanvas/Offcanvas.razor.cs#L55
Cannot convert null literal to non-nullable reference type.
|
blazorbootstrap/Models/Charts/ChartDataset/LineChartDataset.cs#L26
'LineChartDataset.Hidden' hides inherited member 'ChartDataset.Hidden'. Use the new keyword if hiding was intended.
|
blazorbootstrap/Models/ToastMessage.cs#L97
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/StyleBuilder.cs#L31
Non-nullable field 'styles' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading