mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-18 23:41:53 +01:00
Add more null safety
Enable project-wide nullable on LibationUiBase and LibationAvalonia Explicitly parallelize unit tests
This commit is contained in:
committed by
Michael Bucari-Tovo
parent
29a5c943cb
commit
e850465ec1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user