Update dependency Microsoft.AspNetCore.WebUtilities to v10 (#2090) #2242
ci-build.yml
on: push
Matrix: build / build-unix
build
/
build-windows
9m 1s
build
/
collect-coverage
16s
Annotations
1 error, 31 warnings, and 1 notice
|
build / collect-coverage
Process completed with exit code 141.
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/Emitter.cs#L335
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Refit.Generator.Emitter.WriteMethodOpening(Refit.Generator.SourceWriter, Refit.Generator.MethodModel, bool, bool, bool)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/Emitter.cs#L355
Use 'StringBuilder.Append(char)' instead of 'StringBuilder.Append(string)' when the input is a constant unit string (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1834)
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/Emitter.cs#L202
Method WriteRefitMethod passes 'ReturnTypeMetadata' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L23
Unused field 'TypeParameterVariableName' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/Parser.cs#L46
Prefer the generic overload 'Refit.Generator.WellKnownTypes.Get<T>()' instead of 'Refit.Generator.WellKnownTypes.Get(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/Polyfills/IndexRange.cs#L58
Provide a method named 'ToIndex' or 'FromInt32' as an alternate for operator op_Implicit (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2225)
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
build / build-unix (macos-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L23
Unused field 'TypeParameterVariableName' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/Emitter.cs#L335
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Refit.Generator.Emitter.WriteMethodOpening(Refit.Generator.SourceWriter, Refit.Generator.MethodModel, bool, bool, bool)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/Emitter.cs#L355
Use 'StringBuilder.Append(char)' instead of 'StringBuilder.Append(string)' when the input is a constant unit string (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1834)
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/Parser.cs#L46
Prefer the generic overload 'Refit.Generator.WellKnownTypes.Get<T>()' instead of 'Refit.Generator.WellKnownTypes.Get(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/Emitter.cs#L202
Method WriteRefitMethod passes 'ReturnTypeMetadata' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/Polyfills/IndexRange.cs#L58
Provide a method named 'ToIndex' or 'FromInt32' as an alternate for operator op_Implicit (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2225)
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
build / build-unix (ubuntu-latest):
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/Emitter.cs#L202
Method WriteRefitMethod passes 'ReturnTypeMetadata' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/Emitter.cs#L202
Method WriteRefitMethod passes 'ReturnTypeMetadata' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/Parser.cs#L46
Prefer the generic overload 'Refit.Generator.WellKnownTypes.Get<T>()' instead of 'Refit.Generator.WellKnownTypes.Get(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/Parser.cs#L46
Prefer the generic overload 'Refit.Generator.WellKnownTypes.Get<T>()' instead of 'Refit.Generator.WellKnownTypes.Get(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/Polyfills/IndexRange.cs#L58
Provide a method named 'ToIndex' or 'FromInt32' as an alternate for operator op_Implicit (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2225)
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/Polyfills/IndexRange.cs#L58
Provide a method named 'ToIndex' or 'FromInt32' as an alternate for operator op_Implicit (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2225)
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
build / build-windows:
src/InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
build / collect-coverage
No files were found with the provided path: ./.collect. No artifacts will be uploaded.
|
|
build / build-windows
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Refit.GeneratorTests-linux-net8.0-report.html
|
145 KB |
sha256:79183d02fda7e2fd730364b02c34a9ae09f58e17c81324598b4e3662878e6f38
|
|
|
Refit.GeneratorTests-linux-net9.0-report.html
|
146 KB |
sha256:eaa94ef5b05251c6190135ee0052d72f633b8f53d7863530fb10e6880715a248
|
|
|
Refit.GeneratorTests-macos-net8.0-report.html
|
145 KB |
sha256:ef45f25dfa223408d0ef68d42bebb0f6b2b4213f054b7f48d6eab8e0d25e8b76
|
|
|
Refit.GeneratorTests-macos-net9.0-report.html
|
146 KB |
sha256:fe2dffe110d4633cd53d855982bfb668a7aa0c25bf6eb35d7251d3992a741fe3
|
|
|
Refit.GeneratorTests-windows-net8.0-report.html
|
145 KB |
sha256:58f4fdbabfe3b7dca5bd8d289a4b4a35bdee7ce1f4b23ee0097402985c2b6aec
|
|
|
Refit.GeneratorTests-windows-net9.0-report.html
|
146 KB |
sha256:194c524f349bc8aa094d2b3552012f6255f3d653ba6851834b973e63184b850c
|
|
|
Refit.Tests-linux-net10.0-report.html
|
252 KB |
sha256:fb961d9605ccc3ee3b06be336277468d1e3ce2eec147b677441d660c7d03ae78
|
|
|
Refit.Tests-linux-net8.0-report.html
|
245 KB |
sha256:330bd90f23c6c0f93314708d1de3fede42e43cc3b22d10e78311263e50228ce2
|
|
|
Refit.Tests-linux-net9.0-report.html
|
253 KB |
sha256:b807f59ab4b6016c3fe64e43430d7da4d084d5f0f2b854ef4d428dffcc3f57e0
|
|
|
Refit.Tests-macos-net10.0-report.html
|
249 KB |
sha256:a17e5ae37f8807c48f5ca1c5240efc413dd6798539f5843cb52115e0eeb58754
|
|
|
Refit.Tests-macos-net8.0-report.html
|
243 KB |
sha256:0619eabc4bea2d962f6e941c0f4c91995ae3c65b328dd5a6278c88872ebded93
|
|
|
Refit.Tests-macos-net9.0-report.html
|
249 KB |
sha256:8bec48c982968c0c4ba2a988a510bf85c1da4f3bfbb44d3e688d27ca80bff85c
|
|
|
Refit.Tests-windows-net10.0-report.html
|
252 KB |
sha256:b02287bec16cd31b971e884203e42b92f09379e4d97fa92d6a50c70c2895f7dc
|
|
|
Refit.Tests-windows-net8.0-report.html
|
245 KB |
sha256:283eb25bd235297a9f9544566a49c7549c4a675a82ed60d571806625f6970224
|
|
|
Refit.Tests-windows-net9.0-report.html
|
252 KB |
sha256:760828521ad5a9feb16273407e8116e258faa20a5e82c3027d922ce663326a5d
|
|
|
mtp-diagnostic-logs-Linux
|
340 KB |
sha256:8466adc4049981b6934e2a4e6336d5f74154acb99d9ced87094a0e88e74e6dae
|
|
|
mtp-diagnostic-logs-Windows
|
300 KB |
sha256:e13c681127fe1fbc2789f1fe0122897a70df5b47e523040086eb8c6c932e7b6b
|
|
|
mtp-diagnostic-logs-macOS
|
250 KB |
sha256:2fa035fcf652ae9318c4b80ecb013c201d27867131c73032b5a0ed51269df4b2
|
|
|
tmp-coverage-Linux
|
1.76 KB |
sha256:6ca8379eeb8e2476c9b2e95d032d5e19edaa7a2aef61913c9cb667a859028c9b
|
|
|
tmp-coverage-Windows
|
1.77 KB |
sha256:505debdd293d707a3bc01d5abcb2fe3d45b1c76d62ebda6059b5cda47172c50d
|
|
|
tmp-coverage-macOS
|
1.76 KB |
sha256:0e29cae3cf4747f529219154b7f6ed8b48602b27c51d934ecd99a23f73c11edb
|
|