added support for DateTime.UtcNow and DateTime.Now #180
Annotations
23 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Generate a NuGet package
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:
|
Generate a NuGet package
- Add lib or ref assemblies for the net8.0 target framework
|
Generate a NuGet package
- Add lib or ref assemblies for the netstandard2.1 target framework
|
Generate a NuGet package
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:
|
Generate a NuGet package
- Add lib or ref assemblies for the net8.0 target framework
|
Generate a NuGet package
- Add lib or ref assemblies for the netstandard2.1 target framework
|
Generate a NuGet package
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:
|
Generate a NuGet package
- Add lib or ref assemblies for the net8.0 target framework
|
Generate a NuGet package
- Add lib or ref assemblies for the netstandard2.1 target framework
|
Generate a NuGet package
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:
|
Setup .NET5 environment
.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 project:
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 project:
src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/Trim/BaseStringTrimVisitor.cs#L32
Possible null reference argument for parameter 'expression' in 'SqlBuilder IExpressionVisitorFactory.Visit(Expression expression, VisitedMembers visitedMembers)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/ToUpper/StringToUpperViaUpperFuncVisitor.cs#L23
Possible null reference argument for parameter 'expression' in 'SqlBuilder IExpressionVisitorFactory.Visit(Expression expression, VisitedMembers visitedMembers)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/ToLower/StringToLowerViaLowerFuncVisitor.cs#L23
Possible null reference argument for parameter 'expression' in 'SqlBuilder IExpressionVisitorFactory.Visit(Expression expression, VisitedMembers visitedMembers)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/EndsWith/BaseStringEndsWithVisitor.cs#L29
Possible null reference argument for parameter 'expression' in 'SqlBuilder IExpressionVisitorFactory.Visit(Expression expression, VisitedMembers visitedMembers)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/String/Contains/BaseStringContainsVisitor.cs#L27
Possible null reference argument for parameter 'expression' in 'SqlBuilder IExpressionVisitorFactory.Visit(Expression expression, VisitedMembers visitedMembers)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Converters/MethodCall/Enumerable/Count/CountVisitor.cs#L32
Nullability of reference types in value of type '(SqlBuilder, Expression?)' doesn't match target type '(SqlBuilder, Expression)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Migrations/TriggerModelDiffer.cs#L104
Possible null reference argument for parameter 'entityType' in 'void MigrationsExtensions.AddDeleteTriggerSqlMigration(ITriggerVisitor triggerVisitor, IList<SqlOperation> list, IAnnotation annotation, IEntityType entityType)'.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Migrations/TriggerModelDiffer.cs#L112
Dereference of a possibly null reference.
|
Build project:
src/Laraue.EfCoreTriggers.Common/Migrations/TriggerModelDiffer.cs#L117
Possible null reference argument for parameter 'entityType' in 'void MigrationsExtensions.AddDeleteTriggerSqlMigration(ITriggerVisitor triggerVisitor, IList<SqlOperation> list, IAnnotation annotation, IEntityType entityType)'.
|
The logs for this run have expired and are no longer available.
Loading