Build and Release #3
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
release.yml
on: workflow_dispatch
Annotations
1 error and 30 warnings
|
build-frontend
Process completed with exit code 1.
|
|
build-backend (osx-arm64):
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).
|
|
build-backend (osx-arm64):
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).
|
|
build-backend (osx-arm64):
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).
|
|
build-backend (osx-arm64):
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).
|
|
build-backend (osx-arm64):
src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatMessage.cs#L174
Cannot convert null literal to non-nullable reference type.
|
|
build-backend (osx-arm64):
src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatMessage.cs#L157
Cannot convert null literal to non-nullable reference type.
|
|
build-backend (osx-arm64):
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.
|
|
build-backend (osx-arm64):
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.
|
|
build-backend (osx-arm64):
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.
|
|
build-backend (osx-arm64):
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.
|
|
build-backend (linux-x64):
src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/CompletionCreateRequest.cs#L208
Nullability of reference types in return type of 'string? CompletionCreateRequest.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
|
|
build-backend (linux-x64):
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).
|
|
build-backend (linux-x64):
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).
|
|
build-backend (linux-x64):
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).
|
|
build-backend (linux-x64):
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).
|
|
build-backend (linux-x64):
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).
|
|
build-backend (linux-x64):
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.
|
|
build-backend (linux-x64):
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.
|
|
build-backend (linux-x64):
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.
|
|
build-backend (linux-x64):
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.
|
|
build-backend (win-x64):
src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/CompletionCreateRequest.cs#L208
Nullability of reference types in return type of 'string? CompletionCreateRequest.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
|
|
build-backend (win-x64):
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).
|
|
build-backend (win-x64):
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).
|
|
build-backend (win-x64):
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).
|
|
build-backend (win-x64):
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).
|
|
build-backend (win-x64):
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).
|
|
build-backend (win-x64):
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.
|
|
build-backend (win-x64):
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.
|
|
build-backend (win-x64):
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.
|
|
build-backend (win-x64):
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
backend-linux-x64
Expired
|
50.4 MB |
sha256:4808c0d672f83d71fe7567e2c5e63b846476539166474388db991cedc2879613
|
|
|
backend-osx-arm64
Expired
|
47.5 MB |
sha256:c1858c5f06893b9f54b97e5004b047e955ce669a7165d3c72e1f7ef42d4f4cd6
|
|
|
backend-win-x64
Expired
|
51 MB |
sha256:79846c9bb7b9b72524e2cf799ad1551ca78c6ca33571c40aa15c222d99bee7f9
|
|