Skip to content

1.4.1-preview.1

1.4.1-preview.1 #62

Triggered via release May 21, 2024 15:25
Status Success
Total duration 19m 44s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
release
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
release: src/Confix.Tool/src/Confix.Library/Common/Execution/IConfigurationFileCollection.cs#L2
The using directive for 'Confix.Extensions' appeared previously in this namespace
release: 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).
release: 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 declaring the property as nullable.
release: 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 declaring the property as nullable.
release: 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)'.
release: src/Confix.Tool/src/Confix.Library/Entities/Schema/MetadataKeyword.cs#L81
Possible null reference argument for parameter 'value' in 'MetadataKeyword.MetadataKeyword(JsonArray value)'.
release: 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.
release: 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 declaring the property as nullable.