Adds .NET 8 support #75
Annotations
5 errors and 13 warnings
DataTables.Blazor.Demo/Pages/Index.razor#L583
'DataTableOptions' does not contain a definition for 'DOM'
|
DataTables.Blazor.Demo/Pages/Index.razor#L599
'DataTableOptions' does not contain a definition for 'DOM'
|
DataTables.Blazor.Demo/Pages/Index.razor#L583
'DataTableOptions' does not contain a definition for 'DOM'
|
DataTables.Blazor.Demo/Pages/Index.razor#L599
'DataTableOptions' does not contain a definition for 'DOM'
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
|
|
DataTables.Blazor/Abstractions/DiscriminatedUnion.cs#L22
Possible null reference return.
|
DataTables.Blazor/Abstractions/DiscriminatedUnion.cs#L71
Possible null reference argument for parameter 'value' in 'DiscriminatedUnion<T1, T2, T3>.DiscriminatedUnion(object value)'.
|
DataTables.Blazor/Abstractions/DiscriminatedUnion.cs#L73
Possible null reference argument for parameter 'value' in 'DiscriminatedUnion<T1, T2, T3>.DiscriminatedUnion(object value)'.
|
DataTables.Blazor/Abstractions/DiscriminatedUnion.cs#L75
Possible null reference argument for parameter 'value' in 'DiscriminatedUnion<T1, T2, T3>.DiscriminatedUnion(object value)'.
|
DataTables.Blazor/Abstractions/DiscriminatedUnion.cs#L53
Possible null reference argument for parameter 'value' in 'DiscriminatedUnion<T1, T2>.DiscriminatedUnion(object value)'.
|
DataTables.Blazor/Abstractions/DiscriminatedUnion.cs#L55
Possible null reference argument for parameter 'value' in 'DiscriminatedUnion<T1, T2>.DiscriminatedUnion(object value)'.
|
DataTables.Blazor/DataTable.razor#L32
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DataTables.Blazor/DataTable.razor#L38
Non-nullable property 'TableAttributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DataTables.Blazor/DataTable.razor#L44
Non-nullable property 'SourceUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DataTables.Blazor/DataTable.razor#L50
Non-nullable property 'Data' 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