Remove unnecessary caching in repository methods #2618
Annotations
11 warnings
Build & Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L62
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L66
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L67
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L68
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.WebApi/Controllers/Application/MetaController.cs#L22
Possible null reference argument for parameter 'content' in 'ContentResult ControllerBase.Content(string content, string contentType)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L62
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L66
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L67
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.Core/Services/FeedbackService.cs#L68
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Build & Test:
src/FunderMaps.WebApi/Controllers/Application/MetaController.cs#L22
Possible null reference argument for parameter 'content' in 'ContentResult ControllerBase.Content(string content, string contentType)'.
|