feat: Implement LocalStorage provider with file-based storage backend#46
Closed
windischb wants to merge 1 commit into
Closed
feat: Implement LocalStorage provider with file-based storage backend#46windischb wants to merge 1 commit into
windischb wants to merge 1 commit into
Annotations
11 warnings
|
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 2nd, 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/
|
|
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)
|
|
src/Cocoar.Configuration/Fluent/AggregateRuleBuilder.cs#L8
XML comment has cref attribute 'Required()' that could not be resolved
|
|
src/Cocoar.Configuration/Core/ConfigManager.cs#L241
XML comment has cref attribute 'TryGetConfig{T}(out T?)' that could not be resolved
|
|
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)
|
|
src/Cocoar.Configuration/Core/ConfigurationEngine.cs#L498
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)
|
|
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)
|
|
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)
|
|
src/Cocoar.Configuration/Core/ConfigurationAccessor.cs#L56
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)
|
|
src/Cocoar.Configuration/Fluent/AggregateRuleBuilder.cs#L8
XML comment has cref attribute 'Required()' that could not be resolved
|
|
src/Cocoar.Configuration/Core/ConfigManager.cs#L241
XML comment has cref attribute 'TryGetConfig{T}(out T?)' that could not be resolved
|
The logs for this run have expired and are no longer available.
Loading