feat: Enhance project configuration and add new features #2
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
π§ Backend Code Quality
34s
π SonarCloud Analysis
16s
π Dependency Review
0s
π Quality Summary
2s
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.
|