docs: 更新配置示例与注释文档 #82
Annotations
1 error and 77 warnings
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj)
Process completed with exit code 1.
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L34
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.ElapsedMs'
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L33
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.IsFallback'
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L32
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.Success'
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L31
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.TokenManagerKey'
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L20
Missing XML comment for publicly visible type or member 'CircuitBreakerDiagnosticPayload.CircuitBreakerDiagnosticPayload(string, string)'
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/MudHttpActivitySource.cs#L17
Ambiguous reference in cref attribute: 'ActivitySource.StartActivity'. Assuming 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind)', but could have also matched other overloads including 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind, System.Diagnostics.ActivityContext, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>?, System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink>?, System.DateTimeOffset)'.
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/ApiException.cs#L18
XML comment has cref attribute 'AllowAnyStatusCodeAttribute' that could not be resolved
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L67
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ConcurrentDictionaryTokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L75
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/ResilienceDemo/ResilienceDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L20
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L34
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.ElapsedMs'
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L33
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.IsFallback'
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L32
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.Success'
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L31
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.TokenManagerKey'
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L20
Missing XML comment for publicly visible type or member 'CircuitBreakerDiagnosticPayload.CircuitBreakerDiagnosticPayload(string, string)'
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/MudHttpActivitySource.cs#L17
Ambiguous reference in cref attribute: 'ActivitySource.StartActivity'. Assuming 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind)', but could have also matched other overloads including 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind, System.Diagnostics.ActivityContext, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>?, System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink>?, System.DateTimeOffset)'.
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/ApiException.cs#L18
XML comment has cref attribute 'AllowAnyStatusCodeAttribute' that could not be resolved
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L67
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ConcurrentDictionaryTokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L75
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientDemo/HttpClientDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L20
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj)
Cannot convert null literal to non-nullable reference type.
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj)
Cannot convert null literal to non-nullable reference type.
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/HttpClientApiDemo.Share/InheritanceTestApi/IAbstractClassInheritanceTestApi.cs#L79
Cannot convert null literal to non-nullable reference type.
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/HttpClientApiDemo.Share/Api/IFeishuAuthenticationApi.cs#L95
Cannot convert null literal to non-nullable reference type.
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/HttpClientApiDemo.Share/Api/IDingTalkUserApi.cs#L143
Cannot convert null literal to non-nullable reference type.
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/CommonClassLibrary.Share/IUserManager.cs#L15
Missing XML comment for publicly visible type or member 'IUserService'
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/CommonClassLibrary.Share/IUserManager.cs#L10
Missing XML comment for publicly visible type or member 'IUserManager'
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/CommonClassLibrary.Share/ITokenManager.cs#L20
Missing XML comment for publicly visible type or member 'IAppTokenManager'
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/CommonClassLibrary.Share/ITokenManager.cs#L15
Missing XML comment for publicly visible type or member 'ITenantTokenManager'
|
|
Demo 构建 (Demos/HttpClientApiPublicDemo/HttpClientApiPublicDemo.csproj):
Demos/CommonClassLibrary.Share/IFeishuEventDeduplicator.cs#L10
Missing XML comment for publicly visible type or member 'IFeishuEventDeduplicator'
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L33
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.IsFallback'
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L32
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.Success'
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L31
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.TokenManagerKey'
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L20
Missing XML comment for publicly visible type or member 'CircuitBreakerDiagnosticPayload.CircuitBreakerDiagnosticPayload(string, string)'
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/MudHttpActivitySource.cs#L17
Ambiguous reference in cref attribute: 'ActivitySource.StartActivity'. Assuming 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind)', but could have also matched other overloads including 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind, System.Diagnostics.ActivityContext, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>?, System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink>?, System.DateTimeOffset)'.
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/ApiException.cs#L18
XML comment has cref attribute 'AllowAnyStatusCodeAttribute' that could not be resolved
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L67
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ConcurrentDictionaryTokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenResult.cs#L137
Possible null reference argument for parameter 'accessToken' in 'TokenResult.TokenResult(string accessToken, long expireTime, string? scope = null)'.
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L75
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Generator.Tests/Mud.HttpUtils.Generator.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L20
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L34
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.ElapsedMs'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L33
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.IsFallback'
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L32
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.Success'
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L34
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.ElapsedMs'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L31
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.TokenManagerKey'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L20
Missing XML comment for publicly visible type or member 'CircuitBreakerDiagnosticPayload.CircuitBreakerDiagnosticPayload(string, string)'
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L33
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.IsFallback'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/MudHttpActivitySource.cs#L17
Ambiguous reference in cref attribute: 'ActivitySource.StartActivity'. Assuming 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind)', but could have also matched other overloads including 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind, System.Diagnostics.ActivityContext, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>?, System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink>?, System.DateTimeOffset)'.
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L32
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.Success'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/ApiException.cs#L18
XML comment has cref attribute 'AllowAnyStatusCodeAttribute' that could not be resolved
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L31
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.TokenManagerKey'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L67
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ConcurrentDictionaryTokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L20
Missing XML comment for publicly visible type or member 'CircuitBreakerDiagnosticPayload.CircuitBreakerDiagnosticPayload(string, string)'
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L75
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/MudHttpActivitySource.cs#L17
Ambiguous reference in cref attribute: 'ActivitySource.StartActivity'. Assuming 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind)', but could have also matched other overloads including 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind, System.Diagnostics.ActivityContext, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>?, System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink>?, System.DateTimeOffset)'.
|
|
单元测试 (Tests/Mud.HttpUtils.Client.Tests/Mud.HttpUtils.Client.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L20
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/HttpClient/ApiException.cs#L18
XML comment has cref attribute 'AllowAnyStatusCodeAttribute' that could not be resolved
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L67
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ConcurrentDictionaryTokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L75
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
单元测试 (Tests/Mud.HttpUtils.Resilience.Tests/Mud.HttpUtils.Resilience.Tests.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L20
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L33
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.IsFallback'
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L32
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.Success'
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L31
Missing XML comment for publicly visible type or member 'TokenRefreshDiagnosticPayload.TokenManagerKey'
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/Observability/DiagnosticPayloads.cs#L20
Missing XML comment for publicly visible type or member 'CircuitBreakerDiagnosticPayload.CircuitBreakerDiagnosticPayload(string, string)'
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/MudHttpActivitySource.cs#L17
Ambiguous reference in cref attribute: 'ActivitySource.StartActivity'. Assuming 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind)', but could have also matched other overloads including 'System.Diagnostics.ActivitySource.StartActivity(string, System.Diagnostics.ActivityKind, System.Diagnostics.ActivityContext, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>?, System.Collections.Generic.IEnumerable<System.Diagnostics.ActivityLink>?, System.DateTimeOffset)'.
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/HttpClient/ApiException.cs#L18
XML comment has cref attribute 'AllowAnyStatusCodeAttribute' that could not be resolved
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L67
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ConcurrentDictionaryTokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenResult.cs#L137
Possible null reference argument for parameter 'accessToken' in 'TokenResult.TokenResult(string accessToken, long expireTime, string? scope = null)'.
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L75
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|
|
Demo 构建 (Demos/HttpClientApiDemo/HttpClientApiDemo.csproj):
Mud.HttpUtils.Abstractions/TokenManager/TokenManagerBase.cs#L20
The type 'Mud.HttpUtils.CredentialToken?' cannot be used as type parameter 'T' in the generic type or method 'ITokenCache<T>'. Nullability of type argument 'Mud.HttpUtils.CredentialToken?' doesn't match 'class' constraint.
|