fix: prevent unicode escaping of '+' in variable get output - #183
Merged
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@v3, actions/setup-dotnet@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/Confix.Tool/src/Confix.Library/Entities/Component/Providers/ComponentProviderMerge.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/Confix.Tool/src/Confix.Library/Middlewares/Environment/EnvironmentMiddleware.cs#L11
Possible null reference assignment.
|
|
src/Confix.Tool/src/Confix.Library/Middlewares/LoadConfiguration/MagicPathRewriter.cs#L26
Possible null reference argument for parameter 'originalValue' in 'void LogExtensions.ReplacedMagicPath(IConsoleLogger log, string originalValue, string replacedValue)'.
|
|
src/Confix.Tool/src/Confix.Library/Middlewares/LoadConfiguration/LoadConfigurationMiddleware.cs#L19
Possible null reference assignment.
|
|
src/Confix.Tool/src/Confix.Library/Common/Pipelines/Pipeline.cs#L21
Non-nullable property 'ContextData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Confix.Tool/src/Confix.Library/Common/Pipelines/Pipeline.cs#L16
Non-nullable property 'ContextData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Confix.Tool/src/Confix.Library/Entities/Schema/MetadataKeyword.cs#L81
Possible null reference argument for parameter 'value' in 'MetadataKeyword.MetadataKeyword(JsonArray value)'.
|
|
src/Confix.Tool/src/Confix.Library/Entities/Project/DefaultValueVisitorContext.cs#L7
Non-nullable property 'ReferenceResolver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Confix.Tool/src/Confix.Library/Common/Execution/FeatureCollection.cs#L25
Nullability of reference types in type of parameter 'instance' of 'bool FeatureCollection.TryGet<TFeature>(out TFeature instance)' doesn't match implicitly implemented member 'bool IFeatureCollection.TryGet<TFeature>(out TFeature? instance)' (possibly because of nullability attributes).
|
|
src/Confix.Tool/src/Confix.Library/Common/Execution/IConfigurationFileCollection.cs#L2
The using directive for 'Confix.Extensions' appeared previously in this namespace
|
The logs for this run have expired and are no longer available.
Loading