From 42b2bf4daa1bec553e1c383a9be505acb6b2e15a Mon Sep 17 00:00:00 2001 From: MikiraSora Date: Mon, 4 Nov 2024 14:32:16 +0800 Subject: [PATCH] upgrade Microsoft.Build/Microsoft.CodeAnalysis.CSharp.Features/Microsoft.CodeAnalysis.Workspaces.MSBuild --- .../DefaultImpl/DefaultDocumentContext.cs | 2 +- OngekiFumenEditor/OngekiFumenEditor.csproj | 56 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/OngekiFumenEditor/Modules/EditorScriptExecutor/Kernel/DefaultImpl/DefaultDocumentContext.cs b/OngekiFumenEditor/Modules/EditorScriptExecutor/Kernel/DefaultImpl/DefaultDocumentContext.cs index 6d6e25bb..1da46470 100644 --- a/OngekiFumenEditor/Modules/EditorScriptExecutor/Kernel/DefaultImpl/DefaultDocumentContext.cs +++ b/OngekiFumenEditor/Modules/EditorScriptExecutor/Kernel/DefaultImpl/DefaultDocumentContext.cs @@ -20,7 +20,7 @@ public async IAsyncEnumerable CompleteCode(string str, int curs var result = await CompletionService.GetCompletionsAsync(document, cursorPos); if (result is null) yield break; - foreach (var item in result.Items) + foreach (var item in result.ItemsList) { var desc = await CompletionService.GetDescriptionAsync(document, item); yield return new DefaultCompletionItem() diff --git a/OngekiFumenEditor/OngekiFumenEditor.csproj b/OngekiFumenEditor/OngekiFumenEditor.csproj index 460897fb..6dbca19d 100644 --- a/OngekiFumenEditor/OngekiFumenEditor.csproj +++ b/OngekiFumenEditor/OngekiFumenEditor.csproj @@ -7,15 +7,31 @@ true preview false - true OngekiFumenEditor.Startup Resources\Icons\logo.ico + + + true + + + + + + + + + + + + + + + $([System.DateTime]::UtcNow.AddHours(8).ToString("yyyy/M/dd H:mm:ss.fff")) - <_Parameter1>BuildDateTime @@ -23,11 +39,11 @@ - + + full - - + none @@ -102,8 +118,6 @@ - - @@ -144,9 +158,9 @@ runtime;compile; build; native; contentfiles; analyzers; buildtransitive - - - + + + @@ -679,14 +693,6 @@ - - - - - - - - Resources.zh-Hans.Designer.cs @@ -702,15 +708,9 @@ - - - - - + + + - +