Skip to content

feat: Enhance project configuration and add new features #2

feat: Enhance project configuration and add new features

feat: Enhance project configuration and add new features #2

Triggered via push August 2, 2025 17:40
Status Failure
Total duration 2m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

code-quality.yml

on: push
Matrix: πŸ” CodeQL Analysis
🎨 Frontend Code Quality
27s
🎨 Frontend Code Quality
πŸ”§ Backend Code Quality
34s
πŸ”§ Backend Code Quality
πŸ” SonarCloud Analysis
16s
πŸ” SonarCloud Analysis
πŸ” Dependency Review
0s
πŸ” Dependency Review
πŸ“Š Quality Summary
2s
πŸ“Š Quality Summary
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
🎨 Frontend Code Quality
Process completed with exit code 1.
πŸ” CodeQL Analysis (javascript)
Process completed with exit code 1.
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L28
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatCompletionsRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void ThorChatCompletionsRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateSpeechRequest.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AudioCreateSpeechRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatMessage.cs#L174
Cannot convert null literal to non-nullable reference type.
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatMessage.cs#L157
Cannot convert null literal to non-nullable reference type.
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Domain/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L11
Non-nullable property 'scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ”§ Backend Code Quality: src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatMessage.cs#L157
Cannot convert null literal to non-nullable reference type.
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L33
Nullability of reference types in return type of 'Stream? AudioCreateTranscriptionRequest.FileStream.get' doesn't match implicitly implemented member 'Stream IFile.FileStream.get' (possibly because of nullability attributes).
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L28
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateSpeechRequest.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AudioCreateSpeechRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatCompletionsRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void ThorChatCompletionsRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Domain/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L11
Non-nullable property 'scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ” CodeQL Analysis (csharp): src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.