Skip to content

Update dependency RichardSzalay.MockHttp to v7 #2239

Update dependency RichardSzalay.MockHttp to v7

Update dependency RichardSzalay.MockHttp to v7 #2239

Triggered via pull request May 21, 2026 06:27
Status Failure
Total duration 15m 32s
Artifacts 18

ci-build.yml

on: pull_request
Matrix: build / build-unix
build  /  collect-coverage
0s
build / collect-coverage
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 30 warnings, and 1 notice
build / build-unix (macos-latest)
Process completed with exit code 2.
build / build-unix (ubuntu-latest)
Process completed with exit code 2.
build / build-windows
Process completed with exit code 2.
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/InterfaceStubGenerator.cs#L161
Type 'SyntaxReceiver' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
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'
build / build-unix (ubuntu-latest): src/InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L161
Type 'SyntaxReceiver' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
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/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#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/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#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/InterfaceStubGenerator.cs#L23
Unused field 'TypeParameterVariableName' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
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/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/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 / 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:d100ac8cc57282efbce309438935608973d9ee7de5a249928198065b1936f6e1
Refit.GeneratorTests-linux-net9.0-report.html
146 KB
sha256:70df213fb010f43243de92bfc118e465712ffa7e12810eb4aa36413c792d1521
Refit.GeneratorTests-macos-net8.0-report.html
145 KB
sha256:be46f09511473bedc41ff4ce68a7dbe0e64ef2f33a233e4d39bad73644bfe6c8
Refit.GeneratorTests-macos-net9.0-report.html
146 KB
sha256:5aaf4c362a9101d57bd5ddb147f6f4dd4f76fa1e4c9760d7534c894f80738390
Refit.GeneratorTests-windows-net8.0-report.html
145 KB
sha256:66888d9a6211e8b8c0a38b6fdd8428d552ab8db31617d8c7e0896ed8bccf3347
Refit.GeneratorTests-windows-net9.0-report.html
146 KB
sha256:091fcfb61b5b89d007eee5016321be9d3ac4bdcedebb1561b3d9917aec7f068d
Refit.Tests-linux-net10.0-report.html
253 KB
sha256:61922321e762d5a0556a0f63ec729039f59e59871adfe68a7b335f6263ccdb73
Refit.Tests-linux-net8.0-report.html
248 KB
sha256:e377e3cb5d0dfc627f11d9dad4f9a0049dd1217920344ddb242b6ccff2a3fa6b
Refit.Tests-linux-net9.0-report.html
255 KB
sha256:2be4a5f8ab4b47051511f6039681969d2cd76e8d3b33c92dbbd9131d7eaed2df
Refit.Tests-macos-net10.0-report.html
251 KB
sha256:1a749225b395e30be4dfd693573ea93924798e4087bdc00808d4efb887abf3c9
Refit.Tests-macos-net8.0-report.html
246 KB
sha256:e23ba7d9c1324bc774d07a6096e3fd99ca08df203c23defca24fc5e6b3dcc1c0
Refit.Tests-macos-net9.0-report.html
250 KB
sha256:9340cdf3a3f84310379ea85f4241ed30ce303e81c7acf265cb0674e599aac2f2
Refit.Tests-windows-net10.0-report.html
254 KB
sha256:cdf1f0e20afb1bc18b1e07995166a89f0299f1404172f1fcc09f3757dc767d09
Refit.Tests-windows-net8.0-report.html
247 KB
sha256:4948d4a7021b1a7eb3502193d0f51ad6a823bf72066e4ae1f3f5607a4dd474a3
Refit.Tests-windows-net9.0-report.html
254 KB
sha256:ec60daf1f63e27c02f9b9412d78323f0759a591a1ad51f2dab727dbe17aa050c
mtp-diagnostic-logs-Linux
342 KB
sha256:780b7ff44f06ffd3480648436ba426c4e387cc3c1ab30e65fee7380c4f0a91a2
mtp-diagnostic-logs-Windows
302 KB
sha256:e15067f7f884f3b8582f17ab9afde3a8fcdc29481a4bb07e27ca97ba37e729aa
mtp-diagnostic-logs-macOS
254 KB
sha256:85e9b5975e4870a7b1427f590b5959494b22e5154e9124eed6825ad909ed7056