fix crash on first opening #15
Annotations
10 warnings
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
Core/OpenAI/OpenAIManage.cs#L35
This call site is reachable on all platforms. 'CompletionRequest.Prompt' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
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)
|
Core/OpenAI/OpenAIManage.cs#L37
This call site is reachable on all platforms. 'CompletionResponse.Choices' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Core/OpenAI/OpenAIManage.cs#L37
This call site is reachable on all platforms. 'Choice' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
This job succeeded
Loading