Skip to content

chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556 #351

chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556

chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.556 #351

Triggered via pull request February 17, 2024 06:02
Status Failure
Total duration 1h 29m 5s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 30 warnings
build (Debug)
Could not find android.jar for API level 29. This means the Android SDK platform for API level 29 is not installed. Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the Xamarin.Android project to target an API version that is installed. (C:\Program Files (x86)\Android\android-sdk\platforms\android-29\android.jar missing.)
build (Debug)
Process completed with exit code 1.
build (Release)
Could not find android.jar for API level 29. This means the Android SDK platform for API level 29 is not installed. Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the Xamarin.Android project to target an API version that is installed. (C:\Program Files (x86)\Android\android-sdk\platforms\android-29\android.jar missing.)
build (Release)
The operation was canceled.
build (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Debug)
Google Play requires that new applications and updates must use a TargetFrameworkVersion of v11.0 (API level 30) or above. You are currently targeting v10.0 (API level 29).
build (Debug): src/SocialQ/Menu/BottomMenuViewModel.cs#L19
The field 'BottomMenuViewModel._tabViewModels' is never used
build (Debug): src/SocialQ/IService.cs#L6
Avoid empty interfaces (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
build (Debug): src/SocialQ/Menu/BottomMenuViewModel.cs#L36
Change 'TabViewModels' to be read-only by removing the property setter (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build (Debug): src/SocialQ/Queue/IQueueService.cs#L15
The property name 'Queue' is confusing given the existence of method 'GetQueue'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Debug): src/SocialQ/Queue/QueueService.cs#L25
The property name 'Queue' is confusing given the existence of method 'GetQueue'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Debug): src/SocialQ/Stores/IStoreService.cs#L15
The property name 'Stores' is confusing given the existence of method 'GetStores'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Debug): src/SocialQ/WellKnownNavigationParameters.cs#L6
Type 'WellKnownNavigationParameters' is a static holder type but is neither static nor NotInheritable (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
build (Debug): src/SocialQ/WellKnownNavigationParameters.cs#L6
Make class static. (http://pihrt.net/roslynator/analyzer?id=RCS1102)
build (Debug): src/SocialQ/Stores/StoreService.cs#L25
The property name 'Stores' is confusing given the existence of method 'GetStores'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Debug)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
Google Play requires that new applications and updates must use a TargetFrameworkVersion of v11.0 (API level 30) or above. You are currently targeting v10.0 (API level 29).
build (Release): src/SocialQ/Menu/BottomMenuViewModel.cs#L19
The field 'BottomMenuViewModel._tabViewModels' is never used
build (Release): src/SocialQ/IService.cs#L6
Avoid empty interfaces (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
build (Release): src/SocialQ/Menu/BottomMenuViewModel.cs#L36
Change 'TabViewModels' to be read-only by removing the property setter (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build (Release): src/SocialQ/Queue/IQueueService.cs#L15
The property name 'Queue' is confusing given the existence of method 'GetQueue'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Release): src/SocialQ/Queue/QueueService.cs#L25
The property name 'Queue' is confusing given the existence of method 'GetQueue'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Release): src/SocialQ/SignalRParameters.cs#L8
Type 'SignalRParameters' is a static holder type but is neither static nor NotInheritable (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
build (Release): src/SocialQ/SignalRParameters.cs#L8
Make class static. (http://pihrt.net/roslynator/analyzer?id=RCS1102)
build (Release): src/SocialQ/Stores/IStoreService.cs#L15
The property name 'Stores' is confusing given the existence of method 'GetStores'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Release): src/SocialQ/Stores/StoreService.cs#L25
The property name 'Stores' is confusing given the existence of method 'GetStores'. Rename or remove one of these members. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1721)
build (Release)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.