ResponseContentRead #13
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Commons.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Commons.cs#L154
Cannot convert null literal to non-nullable reference type.
|
Models/SettingsEntity.cs#L9
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Models/SettingsEntity.cs#L10
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Areas/oauth2/Controllers/UserInfoController.cs#L75
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Areas/oauth2/Controllers/UserInfoController.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Areas/oauth2/Controllers/UserInfoController.cs#L75
Cannot convert null literal to non-nullable reference type.
|
Models/Oauth2TenantConfig.cs#L10
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Areas/oauth2/Controllers/TokenController.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Areas/proxy/helpers/HttpRequestHelper.cs#L44
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
The logs for this run have expired and are no longer available.
Loading