Skip to content

Feature/common table references logic for all triggers (#83) #168

Feature/common table references logic for all triggers (#83)

Feature/common table references logic for all triggers (#83) #168

Triggered via push April 15, 2023 17:12
Status Success
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net6.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net6.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net6.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net6.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net6.0 target framework
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/Laraue.EfCoreTriggers.Common/SqlGeneration/SqlGenerator.cs#L184
Nullability of reference types in type of parameter 'type' of 'string SqlGenerator.GetColumnValueReferenceSql(Type type, MemberInfo member, ArgumentType argumentType)' doesn't match implicitly implemented member 'string ISqlGenerator.GetColumnValueReferenceSql(Type? type, MemberInfo member, ArgumentType argumentType)' (possibly because of nullability attributes).
build: src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/Contains/BaseStringContainsVisitor.cs#L13
Missing XML comment for publicly visible type or member 'BaseStringContainsVisitor.BaseStringContainsVisitor(IExpressionVisitorFactory)'
build: src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/IsNullOrEmpty/StringIsNullOrEmptyVisitor.cs#L7
Missing XML comment for publicly visible type or member 'StringIsNullOrEmptyVisitor'
build: src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/ToLower/StringToLowerViaLowerFuncVisitor.cs#L7
Missing XML comment for publicly visible type or member 'StringToLowerViaLowerFuncVisitor'
build: src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/ToUpper/StringToUpperViaUpperFuncVisitor.cs#L7
Missing XML comment for publicly visible type or member 'StringToUpperViaUpperFuncVisitor'
build: src/Laraue.EfCoreTriggers.Common/Extensions/BaseExpressionProviderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'BaseExpressionProviderExtensions'
build: src/Laraue.EfCoreTriggers.Common/Extensions/CollectionExtensions.cs#L5
Missing XML comment for publicly visible type or member 'CollectionExtensions'
build: src/Laraue.EfCoreTriggers.Common/Extensions/CollectionExtensions.cs#L7
Missing XML comment for publicly visible type or member 'CollectionExtensions.AddRange<T>(ICollection<T>, IEnumerable<T>)'
build: src/Laraue.EfCoreTriggers.Common/Migrations/TriggerModelDiffer.cs#L159
XML comment has cref attribute 'ITrigger' that could not be resolved
build: src/Laraue.EfCoreTriggers.Common/SqlGeneration/KeyInfo.cs#L5
Missing XML comment for publicly visible type or member 'KeyInfo'