Update GetExcelDbCommandHandler.cs #52
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/api/VoteMonitor.Api.Core/Handlers/UploadFileHandler.cs#L11
'UploadFileCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Form/Controllers/OptionController.cs#L75
'ControllerExtensions.ResultAsync(Controller, HttpStatusCode, ModelStateDictionary)' is obsolete: 'Please use methods available from controller'
|
build:
src/api/VoteMonitor.Api.Note/Handlers/NoteQueriesHandler.cs#L16
'AddNoteCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Handlers/NoteQueriesHandler.cs#L98
'AddNoteCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Controllers/NoteController.cs#L111
'UploadNoteResult' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Handlers/NoteQueriesHandler.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/api/VoteMonitor.Api.DataExport/Handlers/GetExcelDbCommandHandler.cs#L149
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/api/VoteMonitor.Api.DataExport/Handlers/GetExcelDbCommandHandler.cs#L225
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/api/VoteMonitor.Api.DataExport/Handlers/GetExcelDbCommandHandler.cs#L284
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/api/VoteMonitor.Api.DataExport/Handlers/GetExcelDbCommandHandler.cs#L393
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|