Update dependency TUnit to 1.45.29 (#2107) #2315
ci-build.yml
on: push
Matrix: build / build-unix
build
/
build-windows
7m 34s
build
/
collect-coverage
21s
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'
|
|
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/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/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/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/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/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/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/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/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/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/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/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
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
Expired
|
145 KB |
sha256:6904439051b963f4117acf06e1d5dba1484b6ce7fc3063380b59b38a9bd91837
|
|
|
Refit.GeneratorTests-linux-net9.0-report.html
Expired
|
146 KB |
sha256:a07ee17f72c127877d2da7a99628187393068568552dff7fd5d9c833e76f7b05
|
|
|
Refit.GeneratorTests-macos-net8.0-report.html
Expired
|
145 KB |
sha256:173dd562749d5ec01547fcd3f19b52a2d726a43bc4d660caad8e31cf851377a9
|
|
|
Refit.GeneratorTests-macos-net9.0-report.html
Expired
|
146 KB |
sha256:c7f87013993bfef7f6cf92ba23504b4fd5753e03899cc1f11b8ab1dcfac51c5d
|
|
|
Refit.GeneratorTests-windows-net8.0-report.html
Expired
|
145 KB |
sha256:31d8802c3f9750f1114f5fff3725478e20d78c791080afe421cf7e6c3e57f6a5
|
|
|
Refit.GeneratorTests-windows-net9.0-report.html
Expired
|
146 KB |
sha256:12d979b461749d94778d0b1cdbf489c91f57d550b361f32b1e1c3ee996615a80
|
|
|
Refit.Tests-linux-net10.0-report.html
Expired
|
251 KB |
sha256:9b9447fb229b8d43b9c3146bcec40370947c845df96d0a5170f7e40583e613e0
|
|
|
Refit.Tests-linux-net8.0-report.html
Expired
|
246 KB |
sha256:c619cad09085e93162efc132c71af7740a911593b056c830dfb2999c80daff38
|
|
|
Refit.Tests-linux-net9.0-report.html
Expired
|
253 KB |
sha256:29d0eecaf8c34a3e7e5b5f65d64eec30c8709b10a8a821fa54d3d90fe9394523
|
|
|
Refit.Tests-macos-net10.0-report.html
Expired
|
249 KB |
sha256:f63d01d81dba874aa8e15ee38ac0217dbcfe0319349d9d06628ab37dbaf0b959
|
|
|
Refit.Tests-macos-net8.0-report.html
Expired
|
242 KB |
sha256:fe2b3250ed13e3899bd5ca3ad7e1a15a8ba5be671c65fa368d1595c30095b4d5
|
|
|
Refit.Tests-macos-net9.0-report.html
Expired
|
249 KB |
sha256:c6ca9d9953a5197dd522e2c20128118cf89387e20ecbf5838d775d309599f672
|
|
|
Refit.Tests-windows-net10.0-report.html
Expired
|
252 KB |
sha256:9a016b901ffbf0b602092c37fc1566ab567565b2feec8e0278c67bcc36481edc
|
|
|
Refit.Tests-windows-net8.0-report.html
Expired
|
245 KB |
sha256:d0e9fb938c363fd18381f28ee80dd2851c733bd1b51fa5b02deecc5d6f1689c8
|
|
|
Refit.Tests-windows-net9.0-report.html
Expired
|
252 KB |
sha256:da647a1370dc1b80d99af9de5b5192e5350ac6574f7b82fbde58bd44da558320
|
|
|
mtp-diagnostic-logs-Linux
Expired
|
337 KB |
sha256:f80e6d071e14cbabe96091d888d0994225cf5dd758d8d5c4483c4838a1a082bc
|
|
|
mtp-diagnostic-logs-Windows
Expired
|
301 KB |
sha256:8f256155c267bdb1d31e3e4918e077e3480ef5bd03159578b234cee17c0a17a9
|
|
|
mtp-diagnostic-logs-macOS
Expired
|
249 KB |
sha256:5e8ebf7fa535ad8d3c50f43f1921f643a20e354e96a510cdf244b29c4e833814
|
|
|
tmp-coverage-Linux
Expired
|
1.75 KB |
sha256:8c283922c3c069e969e9af0af6bba6db3ff80b22fc9f208191b571ea13e14bd2
|
|
|
tmp-coverage-Windows
Expired
|
1.77 KB |
sha256:f21dbf53b55a6c40b8776f9b3aacf6f77829b17ee6c0dbf8529a11d19ac4f7c9
|
|
|
tmp-coverage-macOS
Expired
|
1.75 KB |
sha256:42772dced5d1e0e7d6ea17e39a3f9c30b1db5535914953b96c696dd8920b30e5
|
|