Skip to content

Operation Result Refactoring #70

Operation Result Refactoring

Operation Result Refactoring #70

Re-run triggered July 6, 2024 19:40
Status Success
Total duration 1m 44s
Artifacts

pr-build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
build (7.0.x): src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
build (7.0.x): src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
build (7.0.x): src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L424
Cannot convert null literal to non-nullable reference type.
build (7.0.x): src/Deveel.Repository.Manager/Data/OperationErrorFactory.cs#L38
Parameter 'domain' has no matching param tag in the XML comment for 'OperationErrorFactory.ResolveErrorCode(string, string)' (but other parameters do)
build (7.0.x): src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
build (7.0.x): src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
build (7.0.x): src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
build (7.0.x): test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L3
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0.x): test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L5
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (6.0.x): src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
build (6.0.x): src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
build (6.0.x): src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L424
Cannot convert null literal to non-nullable reference type.
build (6.0.x): src/Deveel.Repository.Manager/Data/OperationErrorFactory.cs#L38
Parameter 'domain' has no matching param tag in the XML comment for 'OperationErrorFactory.ResolveErrorCode(string, string)' (but other parameters do)
build (6.0.x): src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
build (6.0.x): src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
build (6.0.x): src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
build (6.0.x): test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L3
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (6.0.x): test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L5
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
build (8.0.x): src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
build (8.0.x): src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
build (8.0.x): src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L424
Cannot convert null literal to non-nullable reference type.
build (8.0.x): src/Deveel.Repository.Manager/Data/OperationErrorFactory.cs#L38
Parameter 'domain' has no matching param tag in the XML comment for 'OperationErrorFactory.ResolveErrorCode(string, string)' (but other parameters do)
build (8.0.x): src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
build (8.0.x): src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
build (8.0.x): test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L3
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.