deps: Bump Microsoft.Extensions.Configuration and 15 others #35
lint-build-test-and-publish-dotnet-apps.yml
on: pull_request
Matrix: dotnet-lint-build-test
Annotations
12 errors and 28 warnings
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/CommandHandlers/DataDictionaryCommandHandler.cs#L54
'Option<DirectoryInfo>' does not contain a definition for 'IsRequired'
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/CommandHandlers/DataDictionaryCommandHandler.cs#L51
The best overload for 'Option' does not have a parameter named 'description'
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L37
'RootCommand' does not contain a definition for 'InvokeAsync' and no accessible extension method 'InvokeAsync' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L34
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L33
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L32
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L31
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L30
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L29
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Console/Program.cs#L28
'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
|
Lint, Build, and Test GenAIDBExplorer.Core
The operation was canceled.
|
Lint, Build, and Test GenAIDBExplorer.Core
The strategy configuration was canceled because "dotnet-lint-build-test.GenAIDBExplorer_Console" failed
|
Lint, Build, and Test GenAIDBExplorer.Console
No files were found with the provided path: **/TestResults/*.trx. No artifacts will be uploaded.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/Models/Project/Project.cs#L34
Non-nullable property 'ProjectDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/Models/Project/Project.cs#L29
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L64
Possible null reference argument for parameter 'apiKey' in 'IKernelBuilder OpenAIKernelBuilderExtensions.AddOpenAIChatCompletion(IKernelBuilder builder, string modelId, string apiKey, string? orgId = null, string? serviceId = null, HttpClient? httpClient = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L63
Possible null reference argument for parameter 'modelId' in 'IKernelBuilder OpenAIKernelBuilderExtensions.AddOpenAIChatCompletion(IKernelBuilder builder, string modelId, string apiKey, string? orgId = null, string? serviceId = null, HttpClient? httpClient = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L56
Possible null reference argument for parameter 'apiKey' in 'IKernelBuilder AzureOpenAIKernelBuilderExtensions.AddAzureOpenAIChatCompletion(IKernelBuilder builder, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, HttpClient? httpClient = null, string? apiVersion = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L55
Possible null reference argument for parameter 'endpoint' in 'IKernelBuilder AzureOpenAIKernelBuilderExtensions.AddAzureOpenAIChatCompletion(IKernelBuilder builder, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, HttpClient? httpClient = null, string? apiVersion = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L54
Possible null reference argument for parameter 'deploymentName' in 'IKernelBuilder AzureOpenAIKernelBuilderExtensions.AddAzureOpenAIChatCompletion(IKernelBuilder builder, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, HttpClient? httpClient = null, string? apiVersion = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticProviders/SemanticDescriptionProvider.cs#L146
Possible null reference argument for parameter 'tokenUsage' in 'SemanticProcessResultItem.SemanticProcessResultItem(string id, string label, ChatTokenUsage tokenUsage, TimeSpan timeTaken)'.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/DataDictionary/DataDictionaryProvider.cs#L306
Dereference of a possibly null reference.
|
Lint, Build, and Test GenAIDBExplorer.Console:
src/GenAIDBExplorer/GenAIDBExplorer.Core/DataDictionary/DataDictionaryProvider.cs#L25
Parameter 'ILogger<DataDictionaryProvider> logger' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Lint, Build, and Test GenAIDBExplorer.Core
No files were found with the provided path: **/TestResults/*.trx. No artifacts will be uploaded.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/Tests/Unit/GenAIDBExplorer.Core.Test/Models/SemanticModel/SemanticModelTable.Tests.cs#L194
Dereference of a possibly null reference.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/Tests/Unit/GenAIDBExplorer.Core.Test/Models/SemanticModel/SemanticModelView.Tests.cs#L102
Dereference of a possibly null reference.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/Tests/Unit/GenAIDBExplorer.Core.Test/Models/SemanticModel/SemanticModelStoredProcedure.Tests.cs#L51
Dereference of a possibly null reference.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/Tests/Unit/GenAIDBExplorer.Core.Test/Data/DatabaseProviders/SqlConnectionProvider.Tests.cs#L15
Non-nullable field '_mockLogger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/Tests/Unit/GenAIDBExplorer.Core.Test/Data/DatabaseProviders/SqlConnectionProvider.Tests.cs#L14
Non-nullable field '_mockProject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/Tests/Unit/GenAIDBExplorer.Core.Test/Data/DatabaseProviders/SqlConnectionProvider.Tests.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/Models/Project/Project.cs#L34
Non-nullable property 'ProjectDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/Models/Project/Project.cs#L29
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L64
Possible null reference argument for parameter 'apiKey' in 'IKernelBuilder OpenAIKernelBuilderExtensions.AddOpenAIChatCompletion(IKernelBuilder builder, string modelId, string apiKey, string? orgId = null, string? serviceId = null, HttpClient? httpClient = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L63
Possible null reference argument for parameter 'modelId' in 'IKernelBuilder OpenAIKernelBuilderExtensions.AddOpenAIChatCompletion(IKernelBuilder builder, string modelId, string apiKey, string? orgId = null, string? serviceId = null, HttpClient? httpClient = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L56
Possible null reference argument for parameter 'apiKey' in 'IKernelBuilder AzureOpenAIKernelBuilderExtensions.AddAzureOpenAIChatCompletion(IKernelBuilder builder, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, HttpClient? httpClient = null, string? apiVersion = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L55
Possible null reference argument for parameter 'endpoint' in 'IKernelBuilder AzureOpenAIKernelBuilderExtensions.AddAzureOpenAIChatCompletion(IKernelBuilder builder, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, HttpClient? httpClient = null, string? apiVersion = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticKernel/SemanticKernelFactory.cs#L54
Possible null reference argument for parameter 'deploymentName' in 'IKernelBuilder AzureOpenAIKernelBuilderExtensions.AddAzureOpenAIChatCompletion(IKernelBuilder builder, string deploymentName, string endpoint, string apiKey, string? serviceId = null, string? modelId = null, HttpClient? httpClient = null, string? apiVersion = null)'.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/SemanticProviders/SemanticDescriptionProvider.cs#L146
Possible null reference argument for parameter 'tokenUsage' in 'SemanticProcessResultItem.SemanticProcessResultItem(string id, string label, ChatTokenUsage tokenUsage, TimeSpan timeTaken)'.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/DataDictionary/DataDictionaryProvider.cs#L306
Dereference of a possibly null reference.
|
Lint, Build, and Test GenAIDBExplorer.Core:
src/GenAIDBExplorer/GenAIDBExplorer.Core/DataDictionary/DataDictionaryProvider.cs#L25
Parameter 'ILogger<DataDictionaryProvider> logger' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|