Build and Release #15
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
release.yml
on: workflow_dispatch
Annotations
3 errors and 30 warnings
|
build-docker
The operation was canceled.
|
|
build-docker
The run was canceled by @239573049.
|
|
Build and Release
The run was canceled by @239573049.
|
|
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/ThorChatMessage.cs#L174
Cannot convert null literal to non-nullable reference type.
|
|
build-backend (win-x64):
src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatMessage.cs#L157
Cannot convert null literal to non-nullable reference type.
|
|
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.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.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.
|
|
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.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 (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.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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
backend-linux-x64
Expired
|
50.4 MB |
sha256:ff97c84b9b71a3e0a40fd85b34dc44b5e4e4b9896fd2e962d4e0b9a7430488fb
|
|
|
backend-osx-arm64
Expired
|
47.6 MB |
sha256:db3f443d67716c6592daef89aa9fa82216ac5502dede8c51825fbc6231500079
|
|
|
backend-win-x64
Expired
|
51.1 MB |
sha256:52590a6ca39c9f7011e824d89f7578d3ef341f87cecbd7ba34feaf8fd6b8a834
|
|
|
frontend-dist
Expired
|
300 KB |
sha256:debf177ca21f66de81f7f487ee1578444d85b6e732ea1c3d7393f0187d10e009
|
|