Add more null safety

Enable project-wide nullable on LibationUiBase and LibationAvalonia

Explicitly parallelize unit tests
This commit is contained in:
MBucari
2025-12-29 21:54:55 -07:00
committed by Michael Bucari-Tovo
parent 29a5c943cb
commit e850465ec1
117 changed files with 391 additions and 450 deletions

View File

@@ -8,7 +8,6 @@ using System.Collections.ObjectModel;
using System.Linq;
using System.Threading.Tasks;
#nullable enable
namespace LibationUiBase.ProcessQueue;
public record LogEntry(DateTime LogDate, string LogMessage)