Skip to content

V1.8.8 new commands #13

V1.8.8 new commands

V1.8.8 new commands #13

Triggered via pull request August 17, 2024 19:16
Status Success
Total duration 1m 22s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Core/Encryption/AES.cs#L27
'Aes.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build: Core/Encryption/AES.cs#L65
'Aes.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
build: Core/InterceptKeys.cs#L58
This call site is reachable on all platforms. 'Application.Run()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/InterceptKeys.cs#L66
This call site is reachable on all platforms. 'Application.Exit()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/InterceptKeys.cs#L32
This call site is reachable on all platforms. 'KeyEventArgs' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/OpenAI/OpenAIManage.cs#L28
This call site is reachable on all platforms. 'OpenAiApiV1Client' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/OpenAI/OpenAIManage.cs#L30
This call site is reachable on all platforms. 'OpenAiApiV1Client.PostCompletion(CompletionRequest)' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/OpenAI/OpenAIManage.cs#L37
This call site is reachable on all platforms. 'Choice.Text' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/OpenAI/OpenAIManage.cs#L34
This call site is reachable on all platforms. 'CompletionRequest.Model' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Core/OpenAI/OpenAIManage.cs#L32
This call site is reachable on all platforms. 'CompletionRequest.MaxTokens' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)