Skip to content

Added Protobuf serialization #224

Added Protobuf serialization

Added Protobuf serialization #224

Triggered via pull request October 25, 2023 16:36
Status Failure
Total duration 3m 51s
Artifacts

codeql-analysis.yml

on: pull_request
Check changed files
3s
Check changed files
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L44
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L33
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L44
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L33
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L44
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L33
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L44
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/net/KEFCore.SerDes.Protobuf/Storage/ProtobufValueContainer.cs#L33
The type or namespace name 'ValueContainer' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Assets file '/home/runner/work/KEFCore/KEFCore/test/KEFCore.Test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v6.0'. Ensure that restore has run and that you have included 'net60' in the TargetFrameworks for your project.
Analyze (csharp)
Assets file '/home/runner/work/KEFCore/KEFCore/test/KEFCore.Test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v7.0'. Ensure that restore has run and that you have included 'net70' in the TargetFrameworks for your project.
Analyze (csharp): src/net/KEFCore/Query/Internal/KafkaQueryableMethodTranslatingExpressionVisitor.cs#L94
Member 'KafkaQueryableMethodTranslatingExpressionVisitor.CreateShapedQueryExpression(Type)' overrides obsolete member 'QueryableMethodTranslatingExpressionVisitor.CreateShapedQueryExpression(Type)'. Add the Obsolete attribute to 'KafkaQueryableMethodTranslatingExpressionVisitor.CreateShapedQueryExpression(Type)'.
Analyze (csharp): src/net/KEFCore/Diagnostics/Internal/KafkaLoggerExtensions.cs#L30
Missing XML comment for publicly visible type or member 'KafkaLoggerExtensions.TransactionIgnoredWarning(IDiagnosticsLogger<DbLoggerCategory.Database.Transaction>)'
Analyze (csharp): src/net/KEFCore/Diagnostics/Internal/KafkaLoggerExtensions.cs#L50
Missing XML comment for publicly visible type or member 'KafkaLoggerExtensions.ChangesSaved(IDiagnosticsLogger<DbLoggerCategory.Update>, IEnumerable<IUpdateEntry>, int)'
Analyze (csharp): src/net/KEFCore/Diagnostics/Internal/KafkaLoggingDefinitions.cs#L28
Missing XML comment for publicly visible type or member 'KafkaLoggingDefinitions.LogSavedChanges'
Analyze (csharp): src/net/KEFCore/Diagnostics/Internal/KafkaLoggingDefinitions.cs#L30
Missing XML comment for publicly visible type or member 'KafkaLoggingDefinitions.LogTransactionsNotSupported'
Analyze (csharp): src/net/KEFCore/Query/Internal/AnonymousObject.cs#L33
Missing XML comment for publicly visible type or member 'AnonymousObject.AnonymousObjectCtor'
Analyze (csharp): src/net/KEFCore/Query/Internal/AnonymousObject.cs#L38
Missing XML comment for publicly visible type or member 'AnonymousObject.AnonymousObject(object[])'
Analyze (csharp): src/net/KEFCore/Query/Internal/AnonymousObject.cs#L43
Missing XML comment for publicly visible type or member 'AnonymousObject.operator ==(AnonymousObject, AnonymousObject)'
Analyze (csharp): src/net/KEFCore/Query/Internal/AnonymousObject.cs#L46
Missing XML comment for publicly visible type or member 'AnonymousObject.operator !=(AnonymousObject, AnonymousObject)'
Analyze (csharp): src/net/KEFCore/Query/Internal/CollectionResultShaperExpression.cs#L31
Missing XML comment for publicly visible type or member 'CollectionResultShaperExpression.CollectionResultShaperExpression(Expression, Expression, INavigationBase?, Type)'