Enhances Keycloak authentication flow #95
Merged
Annotations
10 warnings
|
Build solution:
src/NoteBookmark.Api.Tests/Services/DataStorageServiceTests.cs#L21
Possible null reference argument for parameter 'blobClient' in 'DataStorageService.DataStorageService(TableServiceClient tblClient, BlobServiceClient blobClient)'.
|
|
Build solution:
src/NoteBookmark.Api.Tests/Services/DataStorageServiceTests.cs#L21
Possible null reference argument for parameter 'tblClient' in 'DataStorageService.DataStorageService(TableServiceClient tblClient, BlobServiceClient blobClient)'.
|
|
Build solution:
src/NoteBookmark.BlazorApp/Components/Shared/SuggestionList.razor#L52
The field 'SuggestionList.showRead' is assigned but its value is never used
|
|
Build solution:
src/NoteBookmark.BlazorApp/Components/Pages/Search.razor#L67
The field 'Search.showRead' is assigned but its value is never used
|
|
Build solution:
src/NoteBookmark.BlazorApp/Components/Shared/SuggestionList.razor#L61
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
|
|
Build solution:
src/NoteBookmark.BlazorApp/Program.cs#L12
'AspireTablesExtensions.AddAzureTableClient(IHostApplicationBuilder, string, Action<AzureDataTablesSettings>?, Action<IAzureClientBuilder<TableServiceClient, TableClientOptions>>?)' is obsolete: 'Use AddAzureTableServiceClient instead. This method will be removed in a future version.'
|
|
Build solution:
src/NoteBookmark.BlazorApp/Components/Pages/Search.razor#L78
Possible null reference argument for parameter 'searchPrompt' in 'SearchCriterias.SearchCriterias(string searchPrompt)'.
|
|
Build solution:
src/NoteBookmark.Api/Program.cs#L8
'AspireBlobStorageExtensions.AddAzureBlobClient(IHostApplicationBuilder, string, Action<AzureStorageBlobsSettings>?, Action<IAzureClientBuilder<BlobServiceClient, BlobClientOptions>>?)' is obsolete: 'Use AddAzureBlobServiceClient instead. This method will be removed in a future version.'
|
|
Build solution:
src/NoteBookmark.Api/Program.cs#L7
'AspireTablesExtensions.AddAzureTableClient(IHostApplicationBuilder, string, Action<AzureDataTablesSettings>?, Action<IAzureClientBuilder<TableServiceClient, TableClientOptions>>?)' is obsolete: 'Use AddAzureTableServiceClient instead. This method will be removed in a future version.'
|
|
Build solution:
src/NoteBookmark.AIServices/ResearchService.cs#L62
Possible null reference argument for parameter 'message' in 'Task<AgentResponse> AIAgent.RunAsync(string message, AgentSession? session = null, AgentRunOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
Loading