Catch all exceptions while loading assemblies #401
Annotations
11 warnings
ci-build
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/.
|
ci-build:
src/Confix.Tool/src/Confix.Library/Common/Execution/IConfigurationFileCollection.cs#L2
The using directive for 'Confix.Extensions' appeared previously in this namespace
|
ci-build:
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).
|
ci-build:
src/Confix.Tool/src/Confix.Library/Entities/Schema/MetadataKeyword.cs#L81
Possible null reference argument for parameter 'value' in 'MetadataKeyword.MetadataKeyword(JsonArray value)'.
|
ci-build:
src/Confix.Tool/src/Confix.Library/Middlewares/LoadConfiguration/LoadConfigurationMiddleware.cs#L19
Possible null reference assignment.
|
ci-build:
src/Confix.Tool/src/Confix.Library/Middlewares/Environment/EnvironmentMiddleware.cs#L11
Possible null reference assignment.
|
ci-build:
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)'.
|
ci-build:
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.
|
ci-build:
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.
|
ci-build:
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.
|
ci-build:
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.
|