Skip to content

dotnet-ci

dotnet-ci #19

Triggered via schedule November 18, 2024 07:21
Status Failure
Total duration 9m 46s
Artifacts 2

dotnet-ci.yml

on: schedule
Matrix: build-and-test-docker
Matrix: build-and-test-windows
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 22 warnings
build-and-test-windows (windows-latest, Release, 8.0.x)
Process completed with exit code 1.
build-and-test-windows (windows-latest, Debug, 8.0.x)
Process completed with exit code 1.
build-and-test-docker (ubuntu-latest, 8.0, Debug)
No files were found with the provided path: ./TestResults. No artifacts will be uploaded.
build-and-test-docker (ubuntu-latest, 8.0, Release)
No files were found with the provided path: ./TestResults. No artifacts will be uploaded.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/samples/Concepts/Planners/AutoFunctionCallingPlanning.cs#L294
Prefer 'System.Convert.ToHexString(byte[])' over call chains based on 'System.BitConverter.ToString(byte[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1872)
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeHotel.cs#L15
Non-nullable property 'HotelId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeHotel.cs#L18
Non-nullable property 'HotelName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeHotel.cs#L35
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L14
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-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L21
Non-nullable property 'StringProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L47
Non-nullable property 'StringArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L53
Non-nullable property 'StringList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L58
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Release, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L60
Non-nullable property 'Enumerable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/samples/Concepts/Planners/AutoFunctionCallingPlanning.cs#L294
Prefer 'System.Convert.ToHexString(byte[])' over call chains based on 'System.BitConverter.ToString(byte[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1872)
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeHotel.cs#L15
Non-nullable property 'HotelId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeHotel.cs#L18
Non-nullable property 'HotelName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeHotel.cs#L35
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L14
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-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L21
Non-nullable property 'StringProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L47
Non-nullable property 'StringArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L53
Non-nullable property 'StringList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L58
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test-windows (windows-latest, Debug, 8.0.x): dotnet/src/IntegrationTests/Connectors/Memory/Pinecone/PineconeAllTypes.cs#L60
Non-nullable property 'Enumerable' 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
dotnet-testresults-Debug
413 KB
dotnet-testresults-Release
413 KB