Merge pull request #410 from code4romania/feature/api-improvements #15
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#L13
'AddNoteCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Handlers/NoteQueriesHandler.cs#L82
'AddNoteCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Controllers/NoteController.cs#L100
'UploadNoteResult' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Handlers/NoteQueriesHandler.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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#L13
'AddNoteCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|
build:
src/api/VoteMonitor.Api.Note/Handlers/NoteQueriesHandler.cs#L82
'AddNoteCommand' is obsolete: 'Will be removed when ui will use multiple files upload'
|