Removes AI team config and enforces main branch policy #128
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, dorny/test-reporter@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/Pages/Search.razor#L78
Possible null reference argument for parameter 'searchPrompt' in 'SearchCriterias.SearchCriterias(string searchPrompt)'.
|
|
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/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.Api.Tests/Services/DataStorageServiceTests.cs#L285
Dereference of a possibly null reference.
|
|
Build solution:
src/NoteBookmark.Api.Tests/Services/DataStorageServiceTests.cs#L29
Dereference of a possibly null reference.
|
|
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.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.'
|
Loading