Update dependency RichardSzalay.MockHttp to v7 #2247
ci-build.yml
on: pull_request
Matrix: build / build-unix
build
/
build-windows
7m 9s
build
/
collect-coverage
0s
Annotations
3 errors, 30 warnings, and 1 notice
|
build / build-unix (ubuntu-latest)
Process completed with exit code 2.
|
|
build / build-unix (macos-latest)
Process completed with exit code 2.
|
|
build / build-windows
Process completed with exit code 2.
|
|
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/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#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/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-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-windows:
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-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/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:4669455663e9dc21e63de4a6b1a48e9a04f79f3dfba0a18617e4e4ac8935dff6
|
|
|
Refit.GeneratorTests-linux-net9.0-report.html
|
146 KB |
sha256:8434702c4b6e54f6b214ad8617233f5d6e340c15644deaae5a13ceb3f30aa451
|
|
|
Refit.GeneratorTests-macos-net8.0-report.html
|
145 KB |
sha256:a574c1f2cfd8b410a8cfbf9770c5ba5f788992e9d99e0ab19c7eccc57e995d1b
|
|
|
Refit.GeneratorTests-macos-net9.0-report.html
|
146 KB |
sha256:50f5e46f80f3bd9f95d25daa69f7dfcdf529055b870fae13a3a48e6527107df5
|
|
|
Refit.GeneratorTests-windows-net8.0-report.html
|
145 KB |
sha256:0b370fabacf86917fa84a28ece91d06785b9d0747b05342cc9f37fc16b6b6d7d
|
|
|
Refit.GeneratorTests-windows-net9.0-report.html
|
146 KB |
sha256:5646ed3119c3c687c4503c74fecbdab29a4674eabd871701acb8fdfc2e7303a0
|
|
|
Refit.Tests-linux-net10.0-report.html
|
254 KB |
sha256:7903542163e4c9f28101c7bafeaaafe52e8a6ff10d911d8ee6adfc19a805ac56
|
|
|
Refit.Tests-linux-net8.0-report.html
|
247 KB |
sha256:fb0b6b0e453e2a0a8a864781bed535d3779e641e811e8a956ec97e273e55fd8b
|
|
|
Refit.Tests-linux-net9.0-report.html
|
254 KB |
sha256:ac91897834bfbbc543bac95cd6a95dddc42e8568c4ecc574d16118a35e23d741
|
|
|
Refit.Tests-macos-net10.0-report.html
|
250 KB |
sha256:ed0af6745939abc1b7fa95b3b8d57eb26122aa0786b3f2de2ec2f83597cbd0c6
|
|
|
Refit.Tests-macos-net8.0-report.html
|
244 KB |
sha256:2140a9c12f84e33aa18f479e3ef3e13606f691984f6e8ee736f9f55f0eb943fe
|
|
|
Refit.Tests-macos-net9.0-report.html
|
251 KB |
sha256:b66b088adf0219921588f1581f58d8151240c7a49b5017b29e6c5877906d3a3b
|
|
|
Refit.Tests-windows-net10.0-report.html
|
254 KB |
sha256:67e72444eafb08dfaad438f1829c11b3b1d642d1cd1269b0ad32d3de269e26b6
|
|
|
Refit.Tests-windows-net8.0-report.html
|
247 KB |
sha256:b99c66afaaca83fc9eb4bc33af49791fdf1d4301300b9239535c470a3ce3bd82
|
|
|
Refit.Tests-windows-net9.0-report.html
|
254 KB |
sha256:364b0c2063a48f9704a64fdeeca1ac89444ce73c10c5b8ca9d70eb312313eeb9
|
|
|
mtp-diagnostic-logs-Linux
|
340 KB |
sha256:c1cef3a9a79183b6910b2c7cc08b54262bd009e20425f0ecf5a413ffce2bee2b
|
|
|
mtp-diagnostic-logs-Windows
|
302 KB |
sha256:c2308078baef15dea77ccd66d6b2dfa21bb0c57bf74f4d7abb6575781c888866
|
|
|
mtp-diagnostic-logs-macOS
|
254 KB |
sha256:443e5bf8b7cb96bf12e35d496c090d97523f749dad105ba48d2b47589ede63c2
|
|