feat: WritableStore PatchAsync (atomic batch writes)#50
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, gittools/actions/gitversion/execute@v3, gittools/actions/gitversion/setup@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build solution:
src/Cocoar.Configuration/Core/ConfigManager.cs#L252
XML comment has cref attribute 'TryGetConfig{T}(out T?)' that could not be resolved
|
|
Build solution:
src/Cocoar.Configuration/Flags/ConfigManagerBuilderExtensions.cs#L164
Change return type of method 'BuildEvaluationEntriesCore' from 'System.Collections.Generic.IReadOnlyDictionary<string, Cocoar.Configuration.Flags.Internal.FlagEvaluationEntry>' to 'System.Collections.Generic.Dictionary<string, Cocoar.Configuration.Flags.Internal.FlagEvaluationEntry>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build solution:
src/Cocoar.Configuration/Flags/EntitlementsBuilder.cs#L31
Member 'Register' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build solution:
src/Cocoar.Configuration/Flags/FlagsBuilder.cs#L32
Member 'Register' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build solution:
src/Cocoar.Configuration/Providers/WritableStoreProvider/WritableStoreAdapter.cs#L183
Member 'ResolveMutations' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build solution:
src/Cocoar.Configuration/Core/ConfigurationAccessor.cs#L65
Prefer the generic overload 'Cocoar.Configuration.Core.MasterBackplane.GetConfig<T>()' instead of 'Cocoar.Configuration.Core.MasterBackplane.GetConfig(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
Build solution:
src/Cocoar.Configuration/Core/ConfigurationEngine.cs#L524
Change type of parameter 'ruleManagers' from 'System.Collections.Generic.IReadOnlyList<Cocoar.Configuration.Rules.IRuleManager>' to 'System.Collections.Generic.List<Cocoar.Configuration.Rules.IRuleManager>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build solution:
src/Cocoar.Configuration/Fluent/AggregateRuleBuilder.cs#L8
XML comment has cref attribute 'Required()' that could not be resolved
|
|
Build solution:
src/Cocoar.Configuration/Core/TenantPipeline.cs#L92
Parameter 'scheduleRecompute' has no matching param tag in the XML comment for 'TenantPipeline.Initialize(IConfigurationAccessor, Action<int>)' (but other parameters do)
|
|
Build solution:
src/Cocoar.Configuration/Core/ConfigManager.cs#L252
XML comment has cref attribute 'TryGetConfig{T}(out T?)' that could not be resolved
|
background
wait
wait-all
cancel
parallel
Loading