Skip to content

feat(Semantic Kernel Upgrade): Upgrading to RC kernel. #45

feat(Semantic Kernel Upgrade): Upgrading to RC kernel.

feat(Semantic Kernel Upgrade): Upgrading to RC kernel. #45

Triggered via push January 6, 2024 20:03
Status Failure
Total duration 39s
Artifacts
build-nuget-publish
31s
build-nuget-publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L26
'Microsoft.SemanticKernel.Memory.ISemanticTextMemory' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Thoughts/Cognitive/MemoryThoughts.cs#L40
'Microsoft.SemanticKernel.Memory.ISemanticTextMemory' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L30
'Microsoft.SemanticKernel.Memory.MemoryBuilder' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L31
'Microsoft.SemanticKernel.Plugins.Memory.VolatileMemoryStore' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L31
'Microsoft.SemanticKernel.Plugins.Memory.VolatileMemoryStore.VolatileMemoryStore()' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L62
'Microsoft.SemanticKernel.OpenAIServiceCollectionExtensions.AddOpenAITextEmbeddingGeneration(Microsoft.Extensions.DependencyInjection.IServiceCollection, string, string, string?, string?)' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L62
'Microsoft.SemanticKernel.OpenAIServiceCollectionExtensions.AddOpenAITextToImage(Microsoft.Extensions.DependencyInjection.IServiceCollection, string, string?, string?)' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L68
'Microsoft.SemanticKernel.Connectors.OpenAI.OpenAIMemoryBuilderExtensions.WithOpenAITextEmbeddingGeneration(Microsoft.SemanticKernel.Memory.MemoryBuilder, string, string, string?, System.Net.Http.HttpClient?)' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L74
'Microsoft.SemanticKernel.OpenAIServiceCollectionExtensions.AddAzureOpenAITextEmbeddingGeneration(Microsoft.Extensions.DependencyInjection.IServiceCollection, string, string, string, string?, string?)' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Semantic.Core/Extensions/Configuration/SemanticConfigExtensions.cs#L74
'Microsoft.SemanticKernel.OpenAIServiceCollectionExtensions.AddAzureOpenAITextToImage(Microsoft.Extensions.DependencyInjection.IServiceCollection, string, string, string, string?, string?, int)' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
build-nuget-publish: src/Data/Extensions/EntityFramework/DbSetExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L46
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
build-nuget-publish: src/Data/Services/EmbeddedContentService.cs#L56
Possible null reference return.
build-nuget-publish: src/Http/Models/Requests/HttpRequest.cs#L44
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L11
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Http/Models/Requests/BasicAuthRequest.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-nuget-publish: src/Security.OAuth/Providers/FacebookOAuthProvider.cs#L49
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Security.OAuth/Providers/GoogleOAuthProvider.cs#L49
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Security.OAuth/Providers/LinkedInOAuthProvider.cs#L56
Cannot convert null literal to non-nullable reference type.
build-nuget-publish: src/Security.OAuth/Models/Facebook/FacebookPictureDataModel.cs#L18
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.