Correzioni warnings vari e test compilazione, fix applicazioni CORE in generale

This commit is contained in:
Samuele Locatelli
2026-05-28 10:33:00 +02:00
parent ce59a00d02
commit e4d56be0af
55 changed files with 108 additions and 246 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
@using ChartJs
<div class="row">
@if (RawData == null || RawData.Count == 0)
{
+3 -3
View File
@@ -16,13 +16,13 @@
public ChartType Type { get; set; }
[Parameter]
public string[]? Data { get; set; }
public string[] Data { get; set; }
[Parameter]
public string[]? BackgroundColor { get; set; }
public string[] BackgroundColor { get; set; }
[Parameter]
public string[]? Labels { get; set; }
public string[] Labels { get; set; }
protected override async Task OnAfterRenderAsync(bool firstRender)
{