diff --git a/Protobuf/Protobuf.csproj b/Protobuf/Protobuf.csproj index ebf7afe..ea14b02 100644 --- a/Protobuf/Protobuf.csproj +++ b/Protobuf/Protobuf.csproj @@ -6,6 +6,6 @@ - + diff --git a/Qwilight/Qwilight.csproj b/Qwilight/Qwilight.csproj index 153aa3e..269869f 100644 --- a/Qwilight/Qwilight.csproj +++ b/Qwilight/Qwilight.csproj @@ -39,7 +39,7 @@ - + diff --git a/Qwilight/System/DB.cs b/Qwilight/System/DB.cs index 114a387..22bf6b7 100644 --- a/Qwilight/System/DB.cs +++ b/Qwilight/System/DB.cs @@ -760,7 +760,7 @@ VALUES(@noteID, @handled) """); dbStatement.Parameters.AddWithValue("noteID", noteFile.GetNoteID512()); - dbStatement.Parameters.AddWithValue("handled", noteFile.HandledValue); + dbStatement.Parameters.AddWithValue("handled", noteFile.HandledValue.IDValue); dbStatement.ExecuteNonQuery(); } diff --git a/Test/Test.csproj b/Test/Test.csproj index 99a253e..1718bd3 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -24,10 +24,10 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all