Skip to content

Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support #54

Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support

Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support #54

Triggered via pull request June 6, 2024 19:35
Status Failure
Total duration 29s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: src/Properties/AssemblyInfo.cs#L6
Friend assembly reference 'Azure.AI.OpenAI' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.
build: src/Properties/AssemblyInfo.cs#L6
Friend assembly reference 'Azure.AI.OpenAI' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Utility/Polyfill/System.Diagnostics.CodeAnalysis.ExperimentalAttribute.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Utility/CustomSerializationHelpers.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L37
'MessageDeltaContentImageFileObject.Type' hides inherited member 'MessageDeltaContent.Type'. Use the new keyword if hiding was intended.
build: src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L40
'MessageDeltaContentImageUrlObject.Type' hides inherited member 'MessageDeltaContent.Type'. Use the new keyword if hiding was intended.
build: src/Generated/OpenAIModelFactory.cs#L43
'ChatFunction' is obsolete: 'This field is marked as deprecated.'
build: src/Generated/OpenAIModelFactory.cs#L184
'FunctionChatMessage' is obsolete: 'This field is marked as deprecated.'
build: src/Custom/Audio/TranscribedSegment.cs#L6
There is no defined ordering between fields in multiple declarations of partial struct 'TranscribedSegment'. To specify an ordering, all instance fields must be in the same declaration.
build: src/Generated/Models/ChatCompletionOptions.cs#L49
'ChatFunction' is obsolete: 'This field is marked as deprecated.'
build: src/Generated/Models/ChatCompletionOptions.cs#L15
'ChatFunction' is obsolete: 'This field is marked as deprecated.'
build: src/Custom/Chat/ChatFunctionChoice.cs#L47
'ChatFunction' is obsolete: 'This field is marked as deprecated.'