dotnet-ci #172
Annotations
1 error and 10 warnings
Run Tests
Process completed with exit code 1.
|
Build:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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.
|
Loading