Skip to content

[WIP] Added initial idea for an IMessageSummary caching API #236

[WIP] Added initial idea for an IMessageSummary caching API

[WIP] Added initial idea for an IMessageSummary caching API #236

Triggered via pull request August 20, 2024 15:44
Status Failure
Total duration 4m 20s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.UidValidity'. 'SqlMessageSummaryIndex.UidValidity' cannot implement 'IMessageSummaryIndex.UidValidity' because it does not have the matching return type of 'uint?'.
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.Fetch(int, int, ulong?)'
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.Fetch(IList<int>, ulong?)'
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.Fetch(IList<UniqueId>, ulong?)'
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L188
The type or namespace name 'SQLiteConnection' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.UidValidity'. 'SqlMessageSummaryIndex.UidValidity' cannot implement 'IMessageSummaryIndex.UidValidity' because it does not have the matching return type of 'uint?'.
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.Fetch(int, int, ulong?)'
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.Fetch(IList<int>, ulong?)'
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L46
'SqlMessageSummaryIndex' does not implement interface member 'IMessageSummaryIndex.Fetch(IList<UniqueId>, ulong?)'
Analyze (csharp): MailKit/Caching/SqlMessageSummaryIndex.cs#L188
The type or namespace name 'SQLiteConnection' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/