WIP #161
Annotations
31 errors and 18 warnings
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L162
'OSPlatform' does not contain a definition for 'FreeBSD'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L209
'Architecture' does not contain a definition for 'Armv6'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L210
'Architecture' does not contain a definition for 'LoongArch64'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L211
'Architecture' does not contain a definition for 'Ppc64le'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L212
'Architecture' does not contain a definition for 'S390x'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L213
'Architecture' does not contain a definition for 'Wasm'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L162
'OSPlatform' does not contain a definition for 'FreeBSD'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L209
'Architecture' does not contain a definition for 'Armv6'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L210
'Architecture' does not contain a definition for 'LoongArch64'
|
build (ubuntu-latest, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L211
'Architecture' does not contain a definition for 'Ppc64le'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L162
'OSPlatform' does not contain a definition for 'FreeBSD'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L209
'Architecture' does not contain a definition for 'Armv6'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L210
'Architecture' does not contain a definition for 'LoongArch64'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L211
'Architecture' does not contain a definition for 'Ppc64le'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L212
'Architecture' does not contain a definition for 'S390x'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L213
'Architecture' does not contain a definition for 'Wasm'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L162
'OSPlatform' does not contain a definition for 'FreeBSD'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L209
'Architecture' does not contain a definition for 'Armv6'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L210
'Architecture' does not contain a definition for 'LoongArch64'
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L211
'Architecture' does not contain a definition for 'Ppc64le'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L162
'OSPlatform' does not contain a definition for 'FreeBSD'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L209
'Architecture' does not contain a definition for 'Armv6'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L210
'Architecture' does not contain a definition for 'LoongArch64'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L211
'Architecture' does not contain a definition for 'Ppc64le'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L212
'Architecture' does not contain a definition for 'S390x'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L213
'Architecture' does not contain a definition for 'Wasm'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L162
'OSPlatform' does not contain a definition for 'FreeBSD'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L209
'Architecture' does not contain a definition for 'Armv6'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L210
'Architecture' does not contain a definition for 'LoongArch64'
|
build (windows-latest, true, true, true, true):
src/Imageflow/Bindings/NativeLibraryLoading.cs#L211
'Architecture' does not contain a definition for 'Ppc64le'
|
build (macos-11.0)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
build (ubuntu-latest, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: nowsprinting/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, true):
src/Imageflow/Fluent/ImageJob.cs#L576
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, true):
src/Imageflow/Fluent/ImageJob.cs#L589
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, true):
src/Imageflow/Fluent/ImageJob.cs#L576
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, true):
src/Imageflow/Fluent/ImageJob.cs#L589
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, true)
No files were found with the provided path: TestResults/. No artifacts will be uploaded.
|
build (ubuntu-latest, 8.0.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: nowsprinting/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest, 8.0.1)
No files were found with the provided path: TestResults/. No artifacts will be uploaded.
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Fluent/ImageJob.cs#L576
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Fluent/ImageJob.cs#L589
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Fluent/ImageJob.cs#L576
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (ubuntu-latest, 8.0.1):
src/Imageflow/Fluent/ImageJob.cs#L589
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (windows-latest, true, true, true, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: nowsprinting/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest, true, true, true, true)
No files were found with the provided path: TestResults/. No artifacts will be uploaded.
|
build (windows-latest, true, true, true, true):
src/Imageflow/Fluent/ImageJob.cs#L576
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (windows-latest, true, true, true, true):
src/Imageflow/Fluent/ImageJob.cs#L589
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (windows-latest, true, true, true, true):
src/Imageflow/Fluent/ImageJob.cs#L576
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build (windows-latest, true, true, true, true):
src/Imageflow/Fluent/ImageJob.cs#L589
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|