Skip to content

fixing usersecrets id #7

fixing usersecrets id

fixing usersecrets id #7

Triggered via push September 13, 2024 12:56
Status Success
Total duration 57s
Artifacts

main_api.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
test
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/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
Unexpected input(s) 'dotnet-quality', valid inputs are ['dotnet-version', 'source-url', 'owner', 'config-file', 'include-prerelease']
test: PushServer/FCMPushNotification.cs#L72
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: PushServer/FCMPushNotification.cs#L93
'GoogleClientSecrets.Load(Stream)' is obsolete: 'Please use GoogleClientSecrets.FromStream which is an equivalent alternative.'
test: Helper/Generic/EqualityHelper.cs#L190
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
test: Helper/Generic/EqualityHelper.cs#L201
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
test: Helper/Extensions/QueryFactoryExtension.cs#L99
Possible null reference return.
test: Helper/Extensions/QueryFactoryExtension.cs#L101
Possible null reference return.
test: Helper/Extensions/QueryFactoryExtension.cs#L126
Possible null reference argument for parameter 'item' in 'void List<IIdentifiable>.Add(IIdentifiable item)'.
test: Helper/Reduced/GpsHelper.cs#L46
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: Helper/Reduced/GpsHelper.cs#L48
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: Helper/Extensions/QueryFactoryExtension.cs#L228
Dereference of a possibly null reference.